summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-27 07:53:55 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-27 07:53:55 +0000
commita5bb0844902fdd4a0101f7ca9e3820cb420dfd92 (patch)
treeea44555061c5659cc6ff06f6ade3427843f811dc /scp2/source
parentbc2c6d1315a33f139a534491d8d2066e3630ef1c (diff)
INTEGRATION: CWS macosx06 (1.16.44); FILE MERGED
2005/04/20 12:37:03 ericb 1.16.44.2: #i44154 fixes for typos for libhsqldb2 and libjava_uno 2005/04/18 18:51:07 ericb 1.16.44.1: i44154 symlinks .jnilib for libhsqldb2 and libjava_uno
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/shortcut_ooo.scp31
1 files changed, 29 insertions, 2 deletions
diff --git a/scp2/source/ooo/shortcut_ooo.scp b/scp2/source/ooo/shortcut_ooo.scp
index 75bfbee25658..684cc9456c2b 100644
--- a/scp2/source/ooo/shortcut_ooo.scp
+++ b/scp2/source/ooo/shortcut_ooo.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: shortcut_ooo.scp,v $
*
-* $Revision: 1.16 $
+* $Revision: 1.17 $
*
-* last change: $Author: vg $ $Date: 2005-03-10 18:23:43 $
+* last change: $Author: obo $ $Date: 2005-04-27 08:53:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -482,3 +482,30 @@ Shortcut gid_Shortcut_Lib_LibXMLSec_xmlsecnss_2
End
#endif
//i38417 -end-
+
+
+//i44154
+
+#ifdef MACOSX
+
+Shortcut gid_Shortcut_Lib_Java_Uno
+ FileID = gid_File_Lib_Java_Uno;
+ Dir = gid_Dir_Program;
+ Name = "libjava_uno.jnilib";
+ Styles = (NETWORK, RELATIVE);
+End
+
+#endif
+
+#ifdef MACOSX
+
+Shortcut gid_Shortcut_Lib_Hsqldb_2
+ FileID = gid_File_Lib_Hsqldb_2;
+ Dir = gid_Dir_Program;
+ Name = "libhsqldb2.jnilib";
+ Styles = (NETWORK, RELATIVE);
+End
+
+#endif
+
+//i44154 -end-