summaryrefslogtreecommitdiff
blob: 14f05c69d0d1368de5f56779a6421e9a9b76b977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
--- ooo_1.1beta2_test/connectivity/prj/build.lst.orig	2003-06-09 10:57:38.000000000 +0200
+++ ooo_1.1beta2_test/connectivity/prj/build.lst	2003-06-09 10:58:18.000000000 +0200
@@ -1,4 +1,4 @@
-cn	connectivity	:	comphelper moz svtools unixODBC NULL
+cn	connectivity	:	comphelper svtools unixODBC NULL
 cn	connectivity							usr1	-	all	cn_mkout NULL
 cn	connectivity\source\types				nmake	-	all	cn_types NULL
 cn	connectivity\source\commontools			nmake	-	all	cn_cmtools cn_parse cn_types NULL
@@ -7,8 +7,6 @@
 cn	connectivity\source\resource			nmake	-	all	cn_res NULL
 cn	connectivity\source\sdbcx				nmake	-	all	cn_sdbcx cn_types NULL
 cn	connectivity\source\drivers\ado			nmake	-	w	cn_ado cn_dbtools NULL
-cn	connectivity\source\drivers\mozab\mozillasrc		nmake	-	all	cn_mozab_mozillasrc cn_file NULL
-cn	connectivity\source\drivers\mozab	nmake	-	all	cn_mozab cn_mozab_mozillasrc cn_dbtools NULL
 cn	connectivity\source\drivers\calc		nmake	-	all	cn_calc cn_file NULL
 cn	connectivity\source\drivers\odbc		nmake	-	all	cn_odbc cn_dbtools NULL
 cn	connectivity\source\drivers\mysql		nmake	-	all	cn_mysql cn_dbtools NULL
--- ooo_1.1beta2_test/scp/source/office/files.scp.orig	2003-06-09 11:00:47.000000000 +0200
+++ ooo_1.1beta2_test/scp/source/office/files.scp	2003-06-09 11:01:51.000000000 +0200
@@ -394,16 +394,6 @@
     Dir             = GID_DIR_PROGRAM;
 	Styles			= (PACKED);
 End
-File GID_FILE_LIB_MOZABDRV
-	TXT_FILE_BODY;
-	#ifdef UNX
-    Name            = "libmozabdrv2.so";
-	#else
-    Name            = "mozabdrv2.dll";
-	#endif
-    Dir             = GID_DIR_PROGRAM;
-	Styles			= (PACKED);
-End
 
 
 STD_UNO_LIB_FILE( GID_FILE_LIB_DBU, dbu )
@@ -755,17 +745,6 @@
         #endif
 End
 
-File GID_FILE_LIB_MOZAB_2
-        TXT_FILE_BODY;
-        Styles          = (PACKED,UNO_COMPONENT);
-        RegistryID      = GID_STARREGISTRY_SERVICES_RDB;
-        Dir             = GID_DIR_PROGRAM;
-        #ifdef UNX
-        Name            = "libmozab2.so";
-        #else
-        Name            = "mozab2.dll";
-        #endif
-End
 
 File GID_FILE_LIB_SDBC_2
         TXT_FILE_BODY;
@@ -3040,10 +3019,4 @@
 
 #endif                                  // of #ifdef SOLAR_JAVA
 
-File GID_FILE_MOZILLA_RUNTIME
-        BIN_FILE_BODY;
-        Styles = (ARCHIVE);
-        Dir    = GID_DIR_PROGRAM;
-        Name	= "mozruntime.zip";
-End