Author: mareshkau
Date: 2011-02-01 09:48:32 -0500 (Tue, 01 Feb 2011)
New Revision: 28825
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/BrowserPlugin.java
Log:
https://issues.jboss.org/browse/JBIDE-8298
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/BrowserPlugin.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/BrowserPlugin.java 2011-02-01
14:35:13 UTC (rev 28824)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/BrowserPlugin.java 2011-02-01
14:48:32 UTC (rev 28825)
@@ -81,11 +81,12 @@
}
public void earlyStartup() {
- /* init xulrunner path for */
try {
- String xulRunnerPath = XulRunnerBrowser.getXulRunnerPath();
+ /* init xulrunner path */
+ XulRunnerBrowser.getXulRunnerPath();
+// String xulRunnerPath = XulRunnerBrowser.getXulRunnerPath();
// if ("true".equals(Platform.getDebugOption(PLUGIN_ID +
"/debug/earlyStartup"))) { //$NON-NLS-1$ //$NON-NLS-2$
- logInfo(MessageFormat.format("earlyStartup: XULRunner path is:
{0}",xulRunnerPath)); //$NON-NLS-1$
+// logInfo(MessageFormat.format("earlyStartup: XULRunner path is:
{0}",xulRunnerPath)); //$NON-NLS-1$
// }
} catch (XulRunnerException e) {
logError(e);