Author: dgolovin
Date: 2011-07-06 17:53:44 -0400 (Wed, 06 Jul 2011)
New Revision: 32673
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java
Log:
adjusted max xulrunner version from 1.9.2.16 to 1.9.2.19 to test if new version of
xulrunner downloaded from mozilla nightly build area fixed the RHEL5 x86_64 problems
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java 2011-07-06
21:24:34 UTC (rev 32672)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java 2011-07-06
21:53:44 UTC (rev 32673)
@@ -56,7 +56,7 @@
public class XulRunnerBrowser implements nsIWebBrowserChrome,
nsIWebProgressListener, nsITooltipListener {
private static final String XULRUNNER_LOWER_VERSION = "1.9.1.0";
//$NON-NLS-1$
- private static final String XULRUNNER_HIGHER_VERSION = "1.9.2.16";
//$NON-NLS-1$
+ private static final String XULRUNNER_HIGHER_VERSION = "1.9.2.19";
//$NON-NLS-1$
// TODO Sergey Vasilyev Think. May be XULRUNNER_BUNDLE shouldn't be final?
private static final String XULRUNNER_BUNDLE;
Show replies by date