[ooo-build-commit] Branch 'ooo/OOO310' - jvmfwk/plugins

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Jun 10 19:11:17 PDT 2009


 jvmfwk/plugins/sunmajor/pluginlib/util.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 880756c95d74de4445aefd2bac62f7584f169433
Author: Oliver Bolte <obo at openoffice.org>
Date:   Wed Jun 10 08:16:43 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