summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-27 07:53:19 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-27 07:53:19 +0000
commitb351634217e93bdd7e6acec019ebdc8311b1a08a (patch)
treef30d6e75385cfa172a37f90ab65e89fa3e75e48f /jvmfwk/plugins
parentd3e2fcd8da13bff1fda8755dc8c0f05e6dcd8f8c (diff)
INTEGRATION: CWS macosx06 (1.3.16); FILE MERGED
2005/04/16 16:18:32 ericb 1.3.16.1: i44154 typo for detecting java libs on MacoOSX
Diffstat (limited to 'jvmfwk/plugins')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
index f1585a44beb7..4caf351ee96d 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: otherjre.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 09:49:56 $
+ * last change: $Author: obo $ $Date: 2005-04-27 08:53:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@ char const* const* OtherInfo::getLibraryPaths(int* size)
#ifdef UNX
static char const * ar[] = {
-#ifdef MACOX
+#ifdef MACOSX
"/../Libraries",
"/lib"
#else