summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-06 16:45:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-06 16:45:10 +0000
commita2c64287708692d3f42fb4c62c6eeb35546dde55 (patch)
tree2a98eeafa2a8c7c6003008111e2be7c3e4fa4caf /scp2
parentbf9fa0d170d2cc7ef6e7ad1ee77a0bc8dc963887 (diff)
INTEGRATION: CWS jl77 (1.263.8); FILE MERGED
2007/11/21 10:41:02 jl 1.263.8.1: #i80335# do not use the berkeley db java libs anymore
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp25
1 files changed, 2 insertions, 23 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 923a02a8c066..8d5d93931af4 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
- * $Revision: 1.266 $
+ * $Revision: 1.267 $
*
- * last change: $Author: vg $ $Date: 2007-12-05 16:15:49 $
+ * last change: $Author: vg $ $Date: 2007-12-06 17:45:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -596,27 +596,6 @@ STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbase2, dbase )
STD_LIB_FILE_PATCH( gid_File_Lib_Dbfile , file)
-#ifdef SOLAR_JAVA
-#ifndef SYSTEM_DB
-
-File gid_File_Lib_Dbjava
- TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Program;
- #ifdef UNX
- #ifdef MACOSX
- Name = "libdb_java-4.2.jnilib";
- #else
- Name = STRING(CONCAT2(libdb_java-4.2,UNXSUFFIX));
- #endif
- #else
- Name = "libdb_java42.dll";
- #endif
-End
-
-#endif
-#endif
-
File gid_File_Lib_Dbodbcbase
TXT_FILE_BODY;
#ifdef UNX