[ooo-build-commit] Branch 'ooo/master' - jvmfwk/plugins
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Jun 15 19:04:45 PDT 2009
jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9d5c11bcd9816b38679ce1c4d97a3dc87856a5d5
Author: Oliver Bolte <obo at openoffice.org>
Date: Mon Jun 15 07:10:38 2009 +0000
#i10000# build breaks for wntmsci12
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 2bf20dd..45f9e80 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -740,7 +740,9 @@ vector<Reference<VendorBase> > getAllJREInfos()
//Otherwise in SDKs Java may be started twice
createJavaInfoFromPath(vecInfos);
+#ifdef UNX
createJavaInfoDirScan(vecInfos);
+#endif
bubbleSortVersion(vecInfos);
return vecInfos;
More information about the ooo-build-commit
mailing list