Author: nickboldt
Date: 2011-12-12 13:45:22 -0500 (Mon, 12 Dec 2011)
New Revision: 37235
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-SR...
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR1...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-S...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
fetch newer versions of eclipse, wtp, and indigo (including RSE)
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-SR...
(from rev 37234,
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-SR...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-SR... 2011-12-12
18:45:22 UTC (rev 37235)
@@ -0,0 +1,35 @@
+<?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/eclipse/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/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20110909-1... />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.7.1/" name="Eclipse
3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.1/"
artifactRepository="file:${destination}/3.7.1/"
publishartifacts="true" source="${destination}/3.7.1/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-12-12
18:16:29 UTC (rev 37234)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-12-12
18:45:22 UTC (rev 37235)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20110909-1... />
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20111201-1... />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7.1/" name="Eclipse
3.7" />
+ <repository location="file:${destination}/3.7.1a/" name="Eclipse
3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.1/"
artifactRepository="file:${destination}/3.7.1/"
publishartifacts="true" source="${destination}/3.7.1/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.1a/"
artifactRepository="file:${destination}/3.7.1a/"
publishartifacts="true" source="${destination}/3.7.1a/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR1...
(from rev 37234,
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR1...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR1... 2011-12-12
18:45:22 UTC (rev 37235)
@@ -0,0 +1,35 @@
+<?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/indigo/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/indigo/build.xml -Ddestination=/tmp/indigo-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/releases/indigo/201109230900/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/201109230900-SR1/"
name="Indigo 201109230900-SR1" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201109230900-SR1/"
artifactRepository="file:${destination}/201109230900-SR1/"
publishartifacts="true" source="${destination}/201109230900-SR1/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-12-12
18:16:29 UTC (rev 37234)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-12-12
18:45:22 UTC (rev 37235)
@@ -16,13 +16,14 @@
-f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201109230900/" />
+ <!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201109230900/" /> -->
+ <property name="URL"
value="http://download.eclipse.org/releases/maintenance/" />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201109230900-SR1/"
name="Indigo 201109230900-SR1" />
+ <repository location="file:${destination}/201112121340-SR1a/"
name="Indigo 201112121340-SR1a" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201109230900-SR1/"
artifactRepository="file:${destination}/201109230900-SR1/"
publishartifacts="true" source="${destination}/201109230900-SR1/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201112121340-SR1a/"
artifactRepository="file:${destination}/201112121340-SR1a/"
publishartifacts="true" source="${destination}/201112121340-SR1a/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-S...
(from rev 37234,
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-S...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-S... 2011-12-12
18:45:22 UTC (rev 37235)
@@ -0,0 +1,42 @@
+<?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/webtools/build-indigo.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/webtools/build-indigo.xml
-Ddestination=/tmp/webtools-repo
+
+ or, on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/R...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.3.1-20110915193224/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.1-20110915193224/"
artifactRepository="file:${destination}/3.3.1-20110915193224/"
publishartifacts="true" source="${destination}/3.3.1-20110915193224/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-12-12
18:16:29 UTC (rev 37234)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-12-12
18:45:22 UTC (rev 37235)
@@ -23,12 +23,12 @@
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/R...
/>
+ <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.2/M...
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.3.1-20110915193224/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
+ <repository location="file:${destination}/3.3.2-20111207200956/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
<source>
<repository location="${URL}" />
</source>
@@ -37,6 +37,6 @@
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.1-20110915193224/"
artifactRepository="file:${destination}/3.3.1-20110915193224/"
publishartifacts="true" source="${destination}/3.3.1-20110915193224/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.2-20111207200956/"
artifactRepository="file:${destination}/3.3.2-20111207200956/"
publishartifacts="true" source="${destination}/3.3.2-20111207200956/"
compress="${compress}" />
</target>
</project>