Author: nickboldt
Date: 2012-01-30 14:06:27 -0500 (Mon, 30 Jan 2012)
New Revision: 38286
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
bump version of GWT and GPE to latest version
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-01-30
19:02:17 UTC (rev 38285)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-01-30
19:06:27 UTC (rev 38286)
@@ -21,7 +21,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.5.0.v201112160242-rel-r37"
name="Google Plugin for Eclipse 3.7" />
+ <repository location="file:${destination}/2.5.0.v201201120043-rel-r37"
name="Google Plugin for Eclipse 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -29,7 +29,6 @@
<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group"/>
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.5.0.v201112160242-rel-r37"
artifactRepository="file:${destination}/2.5.0.v201112160242-rel-r37"
publishartifacts="true"
source="${destination}/2.5.0.v201112160242-rel-r37"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.5.0.v201201120043-rel-r37"
artifactRepository="file:${destination}/2.5.0.v201201120043-rel-r37"
publishartifacts="true"
source="${destination}/2.5.0.v201201120043-rel-r37"
compress="${compress}" />
</target>
</project>