Author: mareshkau
Date: 2010-06-11 09:53:20 -0400 (Fri, 11 Jun 2010)
New Revision: 22774
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java
Log:
moving to XR 1.9 under mac os x86
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 2010-06-11
13:29:38 UTC (rev 22773)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/browser/XulRunnerBrowser.java 2010-06-11
13:53:20 UTC (rev 22774)
@@ -51,8 +51,8 @@
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.1.9";
//$NON-NLS-1$
+ private static final String XULRUNNER_LOWER_VERSION = "1.9.2.0";
//$NON-NLS-1$
+ private static final String XULRUNNER_HIGHER_VERSION = "1.9.2.9";
//$NON-NLS-1$
// TODO Sergey Vasilyev Think. May be XULRUNNER_BUNDLE shouldn't be final?
private static final String XULRUNNER_BUNDLE;
private static final String XULRUNNER_ENTRY = "/xulrunner"; //$NON-NLS-1$
@@ -84,7 +84,7 @@
public XulRunnerBrowser(Composite parent) throws XulRunnerException {
// initXulRunner();
- if(Platform.OS_MACOSX.equals(Platform.getOS()) &&
Platform.ARCH_X86_64.equals(Platform.getOSArch())){
+ if(Platform.OS_MACOSX.equals(Platform.getOS())){
getXulRunnerPath();
}
Show replies by date