diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-27 07:53:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-27 07:53:32 +0000 |
commit | 4ee8376e2784a793fa604a8168a43cbc2435fddc (patch) | |
tree | 05065559670d8c4230bd05821f0b4171e2b42b1a /jvmfwk | |
parent | b351634217e93bdd7e6acec019ebdc8311b1a08a (diff) |
INTEGRATION: CWS macosx06 (1.7.10); FILE MERGED
2005/04/16 16:19:04 ericb 1.7.10.1: i43540 current j2re is 1.4.2 on Mac OSX
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx index 906247a442a6..78b576af1185 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx @@ -2,9 +2,9 @@ * * $RCSfile: util.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-03-04 00:20:51 $ + * last change: $Author: obo $ $Date: 2005-04-27 08:53:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,7 +122,7 @@ char const *g_arCollectDirs[] = { char const *g_arSearchPaths[] = { #ifdef MACOSX "", - "System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/" + "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/" #else "", "usr/", |