Author: nickboldt
Date: 2011-12-01 22:50:02 -0500 (Thu, 01 Dec 2011)
New Revision: 36863
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
update builder to get latest GWT 2.4 bits
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-12-02
01:54:12 UTC (rev 36862)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-12-02
03:50:02 UTC (rev 36863)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/gwt/build.xml -Ddestination=/tmp/gwt-repo
-->
<target name="mirror">
- <!-- note: this site no longer contains the 20110715-1120 release of GWT, since
Google removes old versions -->
+ <!-- note: this site no longer contains the 20111201-2000 release of GWT, since
Google removes old versions -->
<property name="URL"
value="http://dl.google.com/eclipse/plugin/3.7" />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20110715-1120"
name="Google plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/20111201-2000"
name="Google plugins for Eclipse 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -36,6 +36,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20110715-1120"
artifactRepository="file:${destination}/20110715-1120"
publishartifacts="true" source="${destination}/20110715-1120"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20111201-2000"
artifactRepository="file:${destination}/20111201-2000"
publishartifacts="true" source="${destination}/20111201-2000"
compress="${compress}" />
</target>
</project>