diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-06-10 08:16:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-06-10 08:16:43 +0000 |
commit | 880756c95d74de4445aefd2bac62f7584f169433 (patch) | |
tree | 1d7e78beab763d7268b655a47914c0482a8f5b2b | |
parent | aab89da42d06f45937cd0446bcfd89299c2f594f (diff) |
#i10000# build breaks for wntmsci12
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx index 2bf20dd26..45f9e8019 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; |