From 4ee8376e2784a793fa604a8168a43cbc2435fddc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 27 Apr 2005 07:53:32 +0000 Subject: 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 --- jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 6 +++--- 1 file 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/", -- cgit