Author: nickboldt
Date: 2012-04-11 11:07:40 -0400 (Wed, 11 Apr 2012)
New Revision: 40127
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/juno/
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
purge old build scripts for eclipse & wtp; add new builders for juno, eclipse 4.2, and
wtp 3.4
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
(from rev 40126,
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="run">
+ <!-- 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-helios.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-helios.xml
-Ddestination=/tmp/eclipse-repo
+ -->
+ <target name="run" depends="mirror,regen"/>
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/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}/3.6/" name="Eclipse
3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+ </target>
+ <target name="regen">
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6/"
artifactRepository="file:${destination}/3.6/" publishartifacts="true"
source="${destination}/3.6/" compress="${compress}" />
+ </target>
+</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,35 +0,0 @@
-<?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>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
(from rev 40126,
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.... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -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/R-3.7.2-20120...
+
+ <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.2-201202080800/"
name="Eclipse 3.7.2" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2-201202080800/"
artifactRepository="file:${destination}/3.7.2-201202080800/"
publishartifacts="true" source="${destination}/3.7.2-201202080800/"
compress="${compress}" />
+ </target>
+</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,35 +0,0 @@
-<?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="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/3.7M6/" name="Eclipse
3.7" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true"
/>
- </p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7M6/"
artifactRepository="file:${destination}/3.7M6/"
publishartifacts="true" source="${destination}/3.7M6/"
compress="${compress}" />
- </target>
-</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,36 +0,0 @@
-<?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>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,26 +0,0 @@
-<?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-helios.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-helios.xml
-Ddestination=/tmp/eclipse-repo
- -->
- <target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.6/" />
-
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <property name="compress" value="true" />
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6/"
artifactRepository="file:${destination}/3.6/" publishartifacts="true"
source="${destination}/3.6/" compress="${compress}" />
- </target>
-</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,35 +0,0 @@
-<?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-helios.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-helios.xml
-Ddestination=/tmp/eclipse-repo
- -->
- <target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/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}/3.6/" name="Eclipse
3.6" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true"
/>
- </p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6/"
artifactRepository="file:${destination}/3.6/" publishartifacts="true"
source="${destination}/3.6/" 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 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-04-11
15:07:40 UTC (rev 40127)
@@ -16,13 +16,14 @@
-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/R-3.7.2-20120...
+ <!-- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.8milestones/S-3...
-->
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/4.2milestones/S-4...
<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.2-201202080800/"
name="Eclipse 3.7.2" />
+ <repository location="file:${destination}/S-4.2M6-201203151300/"
name="Eclipse S-4.2M6-201203151300" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2-201202080800/"
artifactRepository="file:${destination}/3.7.2-201202080800/"
publishartifacts="true" source="${destination}/3.7.2-201202080800/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/S-4.2M6-201203151300/"
artifactRepository="file:${destination}/S-4.2M6-201203151300/"
publishartifacts="true" source="${destination}/S-4.2M6-201203151300/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml (from rev
40126,
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3....)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-04-11
15:07:40 UTC (rev 40127)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="run">
+ <!-- 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/juno/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/juno/build.xml -Ddestination=/tmp/juno-repo
+ -->
+ <target name="run" depends="mirror,regen"/>
+ <target name="mirror">
+ <property name="URL1"
value="http://download.eclipse.org/releases/juno/201203230900/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/201203230900-M6/"
name="Indigo 201203230900-M6" />
+ <source>
+ <repository location="${URL1}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+ </target>
+ <target name="regen">
+ <!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt
features/plugins -->
+ <delete>
+ <fileset dir="${destination}/201203230900-M6/"
includes="**/org.eclipse.jdt.core_*OTDT*.jar*,
**/org.eclipse.objectteams.otdt*.jar.*"/>
+ </delete>
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201203230900-M6/"
artifactRepository="file:${destination}/201203230900-M6/"
publishartifacts="true" source="${destination}/201203230900-M6/"
compress="${compress}" />
+ </target>
+</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
(from rev 40126,
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -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-helios.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-helios.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-helios.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.2.5/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.2.5-20110915223420"
name="Web Tools plugins for Eclipse 3.6 Helios" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.2.5-20110915223420"
artifactRepository="file:${destination}/3.2.5-20110915223420"
publishartifacts="true" source="${destination}/3.2.5-20110915223420"
compress="${compress}" />
+ </target>
+</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,42 +0,0 @@
-<?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>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
(from rev 40126,
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -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.2/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.2-20120210195245/"
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.2-20120210195245/"
artifactRepository="file:${destination}/3.3.2-20120210195245/"
publishartifacts="true" source="${destination}/3.3.2-20120210195245/"
compress="${compress}" />
+ </target>
+</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,42 +0,0 @@
-<?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.0/S...
/>
- <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.3M6/" 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.3M6/"
artifactRepository="file:${destination}/3.3M6/"
publishartifacts="true" source="${destination}/3.3M6/"
compress="${compress}" />
- </target>
-</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-3... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,42 +0,0 @@
-<?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.0/S...
/>
- <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.3RC2/" 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.3RC2/"
artifactRepository="file:${destination}/3.3RC2/"
publishartifacts="true" source="${destination}/3.3RC2/"
compress="${compress}" />
- </target>
-</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,43 +0,0 @@
-<?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-helios.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-helios.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-helios.xml
-
- -->
- <target name="mirror">
- <!-- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.2.3/R...
-->
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.2.4/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.2.4" name="Web Tools
plugins for Eclipse 3.6 Helios" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true"
/>
-
- </p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.2.4"
artifactRepository="file:${destination}/3.2.4" publishartifacts="true"
source="${destination}/3.2.4" compress="${compress}" />
- </target>
-</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h... 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h... 2012-04-11
15:07:40 UTC (rev 40127)
@@ -1,42 +0,0 @@
-<?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-helios.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-helios.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-helios.xml
-
- -->
- <target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.2.5/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.2.5-20110915223420"
name="Web Tools plugins for Eclipse 3.6 Helios" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true"
/>
-
- </p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.2.5-20110915223420"
artifactRepository="file:${destination}/3.2.5-20110915223420"
publishartifacts="true" source="${destination}/3.2.5-20110915223420"
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 2012-04-11
14:41:12 UTC (rev 40126)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-04-11
15:07:40 UTC (rev 40127)
@@ -5,7 +5,7 @@
-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"
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,22 +13,23 @@
${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
+ -f ~/RHDS/updates/requirements/webtools/build.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
+ -application org.eclipse.ant.core.antRunner -f build.xml
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.2/R...
/>
+ <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.4.0/S...
+
<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.2-20120210195245/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
+ <repository location="file:${destination}/3.4.0M6-20120319200442/"
name="Web Tools plugins for Eclipse Juno" />
<source>
<repository location="${URL}" />
</source>
@@ -37,6 +38,6 @@
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.2-20120210195245/"
artifactRepository="file:${destination}/3.3.2-20120210195245/"
publishartifacts="true" source="${destination}/3.3.2-20120210195245/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.4.0M6-20120319200442/"
artifactRepository="file:${destination}/3.4.0M6-20120319200442/"
publishartifacts="true"
source="${destination}/3.4.0M6-20120319200442/" compress="${compress}"
/>
</target>
</project>