Author: nickboldt
Date: 2011-07-15 11:25:19 -0400 (Fri, 15 Jul 2011)
New Revision: 32947
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-e36.xml
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
move old build.xml to build-e36.xml; new build.xml should source from GWT for e37 site
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-e36.xml (from
rev 32946,
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-e36.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-e36.xml 2011-07-15
15:25:19 UTC (rev 32947)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/gwt/build.xml -Ddestination=/tmp/gwt-repo
+ -->
+ <target name="mirror">
+ <!-- note: this site no longer contains the 201012211742 release of GWT, since
Google removes old versions -->
+ <property name="URL"
value="http://dl.google.com/eclipse/plugin/3.6" />
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/201012211742" name="Google
plugins for Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <!--
+ <iu id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.2.0.feature.group"
/>
+ <iu
id="com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.2.feature.group"
/>
+ <iu id="com.google.gdt.eclipse.suite.e36.feature.feature.group" />
+ -->
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201012211742"
artifactRepository="file:${destination}/201012211742"
publishartifacts="true" source="${destination}/201012211742"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-07-15
15:20:55 UTC (rev 32946)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-07-15
15:25:19 UTC (rev 32947)
@@ -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 201012211742 release of GWT, since
Google removes old versions -->
- <property name="URL"
value="http://dl.google.com/eclipse/plugin/3.6" />
+ <!-- note: this site no longer contains the 20110715-1120 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}/201012211742" name="Google
plugins for Eclipse 3.6" />
+ <repository location="file:${destination}/20110715-1120"
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}/201012211742"
artifactRepository="file:${destination}/201012211742"
publishartifacts="true" source="${destination}/201012211742"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20110715-1120"
artifactRepository="file:${destination}/20110715-1120"
publishartifacts="true" source="${destination}/20110715-1120"
compress="${compress}" />
</target>
</project>