From 68d715d7ad349f18e91f4dc768fdd9d45a9d13cc Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 31 May 2005 16:06:09 +0000 Subject: INTEGRATION: CWS macosx07 (1.5.2); FILE MERGED 2005/05/19 14:25:34 ericb 1.5.2.2: #i49486# delete typo (extra + symbol) in otherjre.cxx 2005/05/19 13:50:02 ericb 1.5.2.1: #i49486# fix a typo in otherjre.cxx for PowerPC arch LinuxPPC and Mac OSX --- jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'jvmfwk') diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx index 75cbc0d6079b..6abee1f2d110 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-05-11 11:31:21 $ + * last change: $Author: kz $ $Date: 2005-05-31 17:06:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,14 +98,12 @@ char const* const* OtherInfo::getRuntimePaths(int * size) "/bin/hotspot/jvm.dll", "/bin/classic/jvm.dll" #elif UNX -#ifdef MACOSX - "/../../../JavaVM" -#endif #if defined(LINUX) && defined(POWERPC) "/bin/classic/libjvm.so", - "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so" // for Blackdown PPC + "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so", // for Blackdown PPC "/lib/" JFW_PLUGIN_ARCH "/classic/libjvm.so" // for Blackdown PPC - +#elif defined(MACOSX) + "/../../../JavaVM" #else "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so", -- cgit