Author: nickboldt
Date: 2011-10-05 16:12:14 -0400 (Wed, 05 Oct 2011)
New Revision: 35390
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-...
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0...
trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
updated builders for birt, ecf, eclipse, emf, indigo, swtbot, tptp (REAME only), m2e, and
wtp (JBDS-1868, JBDS-1872)
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
(from rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,51 @@
+<?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/birt/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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
+
+ or, headless 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/birt/update-site/3.7-interim" />
+ <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.7RC2/" name="Extra BIRT
plugins for Eclipse 3.7 (Not in Indigo)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+ </p2.mirror>
+
+ <delete>
+ <fileset dir="${destination}/3.7RC2/" includes="**/artifacts.jar,
**/contents.jar"/>
+ </delete>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7RC2/"
artifactRepository="file:${destination}/3.7RC2/"
publishartifacts="true" source="${destination}/3.7RC2/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -23,12 +23,12 @@
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/birt/update-site/3.7-interim" />
+ <property name="URL"
value="http://download.eclipse.org/birt/update-site/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}/3.7RC2/" name="Extra BIRT
plugins for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/3.7.1/" name="Extra BIRT
plugins for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL}" />
</source>
@@ -43,9 +43,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/3.7RC2/" includes="**/artifacts.jar,
**/contents.jar"/>
+ <fileset dir="${destination}/3.7.1/" includes="**/artifacts.jar,
**/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7RC2/"
artifactRepository="file:${destination}/3.7RC2/"
publishartifacts="true" source="${destination}/3.7RC2/"
compress="${compress}" />
+ <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>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml (from
rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?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/ecf/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/ecf/build.xml -Ddestination=/tmp/ecf-repo
+ -->
+ <target name="mirror">
+ <!-- For Eclipse 3.5 through 3.6: <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.4/site.p2" /> -->
+ <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5/site.p2" />
+
+ <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.5/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5/"
artifactRepository="file:${destination}/3.5/" publishartifacts="true"
source="${destination}/3.5/" compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -16,14 +16,13 @@
-f ~/RHDS/updates/requirements/ecf/build.xml -Ddestination=/tmp/ecf-repo
-->
<target name="mirror">
- <!-- For Eclipse 3.5 through 3.6: <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.4/site.p2" /> -->
- <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5/site.p2" />
+ <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5.2/site.p2" />
<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.5/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.5.2/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5/"
artifactRepository="file:${destination}/3.5/" publishartifacts="true"
source="${destination}/3.5/" compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5.2/"
artifactRepository="file:${destination}/3.5.2/"
publishartifacts="true" source="${destination}/3.5.2/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
(from rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?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.7milestones/S-3...
/> -->
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I201...
/>
+
+ <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.7RC5/" name="Eclipse
3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7RC5/"
artifactRepository="file:${destination}/3.7RC5/"
publishartifacts="true" source="${destination}/3.7RC5/"
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-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -16,14 +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.7milestones/S-3...
/> -->
- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I201...
/>
+ <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.7RC5/" name="Eclipse
3.7" />
+ <repository location="file:${destination}/3.7.1/" name="Eclipse
3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7RC5/"
artifactRepository="file:${destination}/3.7RC5/"
publishartifacts="true" source="${destination}/3.7RC5/"
compress="${compress}" />
+ <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>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
(from rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,36 @@
+<?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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
+ <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.7RC3/" name="EMF plugins
for Eclipse 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.7RC3/"
artifactRepository="file:${destination}/2.7RC3/"
publishartifacts="true" source="${destination}/2.7RC3/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
-->
<target name="mirror">
- <property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
- <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
+ <property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ba...
/>
+ <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/co...
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.7RC3/" name="EMF plugins
for Eclipse 3.7" />
+ <repository location="file:${destination}/2.7.1/" name="EMF plugins
for Eclipse 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -31,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.7RC3/"
artifactRepository="file:${destination}/2.7RC3/"
publishartifacts="true" source="${destination}/2.7RC3/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.7.1/"
artifactRepository="file:${destination}/2.7.1/"
publishartifacts="true" source="${destination}/2.7.1/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
(from rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -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/201105270900/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/201105270900-RC2/"
name="Indigo 201105270900-RC2" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201105270900-RC2/"
artifactRepository="file:${destination}/201105270900-RC2/"
publishartifacts="true" source="${destination}/201105270900-RC2/"
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-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201105270900/" />
+ <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="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201105270900-RC2/"
name="Indigo 201105270900-RC2" />
+ <repository location="file:${destination}/201109230900-SR1/"
name="Indigo 201109230900-SR1" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201105270900-RC2/"
artifactRepository="file:${destination}/201105270900-RC2/"
publishartifacts="true" source="${destination}/201105270900-RC2/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201109230900-SR1/"
artifactRepository="file:${destination}/201109230900-SR1/"
publishartifacts="true" source="${destination}/201109230900-SR1/"
compress="${compress}" />
</target>
</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,69 @@
+<?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/m2eclipse/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/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL2"
value="https://repository.sonatype.org/content/repositories/forge-si...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL4"
value="http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/&q...
+
+ <!--
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL2"
value="https://repository.sonatype.org/content/repositories/forge-si...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+
+ <property name="URL1"
value="http://download.eclipse.org/technology/m2e/milestones/1.0/&qu...
+ <property name="URL2"
value="http://m2eclipse.sonatype.org/sites/m2e"/>
+ <property name="URL3"
value="http://m2eclipse.sonatype.org/sites/m2e-extras/"/>
+ <property name="URL4"
value="http://download.jboss.org/jbosstools/updates/requirements/m2e...
+
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL2"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL2"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL2"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
+
+ <property name="URL1"
value="http://m2eclipse.sonatype.org/sites/m2e/" />
+ <property name="URL2"
value="http://m2eclipse.sonatype.org/sites/m2e-extras/" />
+ <property name="URL3"
value="http://download.eclipse.org/technology/m2e/updates/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}/20110728-1500"
name="m2eclipse 0.13 (1.0) for Eclipse 3.6 - 3.7 (mirrored 20110728-1500)"
/>
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ <repository location="${URL3}" />
+ <repository location="${URL4}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20110728-1500/"
artifactRepository="file:${destination}/20110728-1500/"
+ publishartifacts="true" source="${destination}/20110728-1500/"
compress="${compress}" />
+ </target>
+</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0...
(from rev 35389,
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,34 @@
+<?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/swtbot/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/swtbot/build.xml -Ddestination=/tmp/swtbot-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/technology/swtbot/helios/dev-buil...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.0.4/" name="SWTBot
plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.0.4/"
artifactRepository="file:${destination}/2.0.4/"
publishartifacts="true" source="${destination}/2.0.4/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml 2011-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -17,11 +17,11 @@
-->
<target name="mirror">
<property name="URL"
value="http://download.eclipse.org/technology/swtbot/helios/dev-buil...
/>
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.0.4/" name="SWTBot
plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/2.0.5/" name="SWTBot
plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -29,6 +29,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.0.4/"
artifactRepository="file:${destination}/2.0.4/"
publishartifacts="true" source="${destination}/2.0.4/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.0.5/"
artifactRepository="file:${destination}/2.0.5/"
publishartifacts="true" source="${destination}/2.0.5/"
compress="${compress}" />
</target>
</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.depr... 2011-10-05
20:12:14 UTC (rev 35390)
@@ -0,0 +1,3 @@
+:: DEPRECATED ::
+
+TPTP 4.7.2 is the final release, for Helios SR2, of TPTP. No updates will ever happen as
this is an archived project.
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-10-05
19:44:28 UTC (rev 35389)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2011-10-05
20:12:14 UTC (rev 35390)
@@ -23,7 +23,7 @@
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/M...
/>
+ <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" />