[jbosstools-commits] JBoss Tools SVN: r43427 - in trunk/download.jboss.org/jbosstools/updates/requirements: juno and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Sep 5 13:45:06 EDT 2012


Author: nickboldt
Date: 2012-09-05 13:45:06 -0400 (Wed, 05 Sep 2012)
New Revision: 43427

Modified:
   trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
update reqs builds for juno, eclipse, wtp from latest SR1 CR2 builds (2012-09-05)

Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml	2012-09-05 17:44:56 UTC (rev 43426)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml	2012-09-05 17:45:06 UTC (rev 43427)
@@ -16,14 +16,14 @@
 			-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
 	-->
 	<target name="mirror">
-		<property name="URL1" value="http://download.eclipse.org/eclipse/updates/4.2/R-4.2-201206081400/"/>
-		<property name="URL2" value="http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/"/>
+		<property name="URL1" value="http://download.eclipse.org/eclipse/updates/4.2-M-builds/M20120829-1200/"/>
+		<property name="URL2" value="http://download.eclipse.org/eclipse/updates/3.8-M-builds/M20120829-1000/"/>
 
 		<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}/R-4.2-201206081400/" name="Eclipse R-4.2-201206081400" />
+			<repository location="file:${destination}/M20120829-1200/" name="Eclipse M20120829-1200" />
 			<source>
 				<repository location="${URL1}" />
 				<repository location="${URL2}" />
@@ -32,6 +32,6 @@
 			<slicingOptions includeFeatures="true" followStrict="true" latestversiononly="false"/>
 		</p2.mirror>
 
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/R-4.2-201206081400/" artifactRepository="file:${destination}/R-4.2-201206081400/" publishartifacts="true" source="${destination}/R-4.2-201206081400/" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/M20120829-1200/" artifactRepository="file:${destination}/M20120829-1200/" publishartifacts="true" source="${destination}/M20120829-1200/" compress="${compress}" />
 	</target>
 </project>

Modified: trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml	2012-09-05 17:44:56 UTC (rev 43426)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml	2012-09-05 17:45:06 UTC (rev 43427)
@@ -17,12 +17,13 @@
 	-->
 	<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/juno/" />
 	<property name="compress" value="true" />
-	<property name="URL1" value="http://download.eclipse.org/releases/juno/201206270900/" />
+	<property name="URL1" value="http://download.eclipse.org/releases/staging/" />
+	<!-- <property name="URL1" value="http://download.eclipse.org/releases/juno/201206270900/" /> -->
 
 	<target name="run" depends="mirror,regen"/>
 	<target name="mirror">
 		<p2.mirror>
-			<repository location="file:${destination}/201206270900-R/" name="Juno 201206270900-R" />
+			<repository location="file:${destination}/201209031953-M/" name="Juno 201209031953-M" />
 			<source>
 				<repository location="${URL1}" />
 			</source>
@@ -34,8 +35,8 @@
 
 		<!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt features/plugins -->
 		<delete>
-			<fileset dir="${destination}/201206270900-R/" includes="**/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
+			<fileset dir="${destination}/201209031953-M/" includes="**/org.eclipse.jdt.core_*OTDT*.jar*, **/org.eclipse.objectteams.otdt*.jar*"/>
 		</delete>
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/201206270900-R/" artifactRepository="file:${destination}/201206270900-R/" publishartifacts="true" source="${destination}/201206270900-R/" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/201209031953-M/" artifactRepository="file:${destination}/201209031953-M/" publishartifacts="true" source="${destination}/201209031953-M/" 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-09-05 17:44:56 UTC (rev 43426)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml	2012-09-05 17:45:06 UTC (rev 43427)
@@ -23,13 +23,13 @@
 
 	-->
 	<target name="mirror">
-		<property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.4.0/R-3.4.0-20120612174739/repository/"/>
+		<property name="URL" value="http://download.eclipse.org/webtools/downloads/drops/R3.4.1/M-3.4.1-20120831042944/repository/"/>
 
 		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/webtools/" />
 		<property name="compress" value="true" />
 
 		<p2.mirror>
-			<repository location="file:${destination}/R-3.4.0-20120612174739/" name="Web Tools R-3.4.0-20120612174739" />
+			<repository location="file:${destination}/M-3.4.1-20120831042944/" name="Web Tools M-3.4.1-20120831042944" />
 			<source>
 				<repository location="${URL}" />
 			</source>
@@ -38,6 +38,6 @@
 
 		</p2.mirror>
 
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/R-3.4.0-20120612174739/" artifactRepository="file:${destination}/R-3.4.0-20120612174739/" publishartifacts="true" source="${destination}/R-3.4.0-20120612174739/" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/M-3.4.1-20120831042944/" artifactRepository="file:${destination}/M-3.4.1-20120831042944/" publishartifacts="true" source="${destination}/M-3.4.1-20120831042944/" compress="${compress}" />
 	</target>
 </project>



More information about the jbosstools-commits mailing list