Author: dgolovin
Date: 2010-08-18 15:40:14 -0400 (Wed, 18 Aug 2010)
New Revision: 24274
Modified:
trunk/vpe/site/site.xml
Log:
https://jira.jboss.org/browse/JBIDE-6834 Nightly update site
http://download.jboss.org/jbosstools/updates/nightly/trunk still has XULRunner 1.9.2
fixed version of xulrunner included into update site.xml
Modified: trunk/vpe/site/site.xml
===================================================================
--- trunk/vpe/site/site.xml 2010-08-18 19:24:47 UTC (rev 24273)
+++ trunk/vpe/site/site.xml 2010-08-18 19:40:14 UTC (rev 24274)
@@ -8,7 +8,8 @@
<feature url="features/org.jboss.tools.vpe.feature_0.0.0.jar"
id="org.jboss.tools.vpe.feature" version="0.0.0">
<category name="JBoss Tools vpe Nightly Build Update Site"/>
</feature>
- <feature url="features/org.jboss.tools.xulrunner.feature_0.0.0.jar"
id="org.jboss.tools.xulrunner.feature" version="0.0.0">
+ <!-- XulRunner requires version in declaration to avoid include latest 1.9.2 in build
-->
+ <feature url="features/org.mozilla.xulrunner.feature_1.9.1.2.jar"
id="org.mozilla.xulrunner.feature" version="1.9.1.2">
<category name="JBoss Tools vpe Nightly Build Update Site"/>
</feature>