[jbosstools-commits] JBoss Tools SVN: r35390 - in trunk/download.jboss.org/jbosstools/updates/requirements: ecf and 7 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 5 16:12:15 EDT 2011


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.0RC2.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.7RC5.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-20110728-1500.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0.4.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.deprecated.txt
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.0RC2.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0RC2.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0RC2.xml	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/requirements/birt/" />
+		<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/requirements/birt/" />
 		<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/requirements/ecf/" />
+		<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/requirements/ecf/" />
 		<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.7RC5.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.7RC5.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-3.7RC5.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/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.7RC3-I201105261708/" /> -->
+		<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I20110613-1736/" />
+
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
+		<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.7RC3-I201105261708/" /> -->
-		<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7-I-builds/I20110613-1736/" />
+		<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7.x/M20110909-1335/" />
 
 		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
 		<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.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3.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/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.7milestones/base/S201105271609/" />
+		<property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S201105301010/" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
+		<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.7milestones/base/S201105271609/" />
-		<property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S201105301010/" />
+		<property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/base/M201110031126/" />
+		<property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201110031135/" />
 		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
 		<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.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0.xml	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/requirements/indigo/201105270900/" />
+		<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/requirements/indigo/201105270900/" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/201109230900/" />
 		<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-20110728-1500.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-20110728-1500.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build-20110728-1500.xml	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/1.0.0/N/1.0.0.201106061504/"/>
+		<property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201107260131/"/>
+		<property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/S/0.13.0.20110623-0455/"/>
+		<property name="URL4" value="http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/"/> 
+
+		<!--
+		<property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/1.0.0/N/1.0.0.201106061504/"/>
+		<property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.13.0/S/0.13.0.20110622-1538/"/>
+		<property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/S/0.13.0.20110623-0455/"/>
+
+		<property name="URL1" value="http://download.eclipse.org/technology/m2e/milestones/1.0/"/>
+		<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/m2eclipse-wtp-e37/"/> 
+
+		<property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0.13.0.201105260005/"/>
+		<property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13.0/N/0.13.0.201105271033/"/>
+		<property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/N/0.13.0.201105110807/"/>
+
+                <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0.13.0.201105091504/"/>
+                <property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13.0/N/0.13.0.201105090451/"/>
+                <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/N/0.13.0.201105040943/"/>
+
+                <property name="URL1" value="https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0.13.0.201103291237/"/>
+                <property name="URL2" value="https://repository.sonatype.org/content/sites/forge-sites/m2e-extras/0.13.0/N/0.13.0.201103252105/"/>
+                <property name="URL3" value="https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/N/0.13.0.201103231111/"/>
+
+		<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/requirements/m2eclipse/" />
+		<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.4.xml (from rev 35389, trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0.4.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build-2.0.4.xml	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-build/update-site" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.4/" />
+		<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-build/update-site" />
-		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.4/" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/swtbot/2.0.5/" />
 		<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.deprecated.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.deprecated.txt	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/tptp/README.deprecated.txt	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-3.3.1-20110915193224/repository/" />
+		<property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.3.1/R-3.3.1-20110915193224/repository/" />
 		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/webtools/" />
 		<property name="compress" value="true" />
 



More information about the jbosstools-commits mailing list