[jbosstools-commits] JBoss Tools SVN: r31634 - in trunk/download.jboss.org/jbosstools/updates/requirements: emf and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 30 12:04:55 EDT 2011


Author: nickboldt
Date: 2011-05-30 12:04:55 -0400 (Mon, 30 May 2011)
New Revision: 31634

Modified:
   trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
Log:
pull emf and eclipse mirrors from SINGLE update site (not composites) for RC3 bits

Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml	2011-05-30 13:16:56 UTC (rev 31633)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml	2011-05-30 16:04:55 UTC (rev 31634)
@@ -16,13 +16,13 @@
 			-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
 	-->
 	<target name="mirror">
-		<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7milestones/" />
+		<property name="URL" value="http://download.eclipse.org/eclipse/updates/3.7milestones/S-3.7RC3-I201105261708/" />
 
 		<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.7RC2/" name="Eclipse 3.7" />
+			<repository location="file:${destination}/3.7RC3/" name="Eclipse 3.7" />
 			<source>
 				<repository location="${URL}" />
 			</source>
@@ -30,6 +30,6 @@
 			<slicingOptions includeFeatures="true" followStrict="true" />
 		</p2.mirror>
 
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC2/" artifactRepository="file:${destination}/3.7RC2/" publishartifacts="true" source="${destination}/3.7RC2/" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC3/" artifactRepository="file:${destination}/3.7RC3/" publishartifacts="true" source="${destination}/3.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-05-30 13:16:56 UTC (rev 31633)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml	2011-05-30 16:04:55 UTC (rev 31634)
@@ -16,13 +16,13 @@
 			-f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
 	-->
 	<target name="mirror">
-		<property name="URL" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/" />
+		<property name="URL" 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.7RC2/" name="EMF plugins for Eclipse 3.7" />
+			<repository location="file:${destination}/2.7RC3/" name="EMF plugins for Eclipse 3.7" />
 			<source>
 				<repository location="${URL}" />
 			</source>
@@ -30,6 +30,6 @@
 			<slicingOptions includeFeatures="true" followStrict="true" />
 		</p2.mirror>
 
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.7RC2/" artifactRepository="file:${destination}/2.7RC2/" publishartifacts="true" source="${destination}/2.7RC2/" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.7RC3/" artifactRepository="file:${destination}/2.7RC3/" publishartifacts="true" source="${destination}/2.7RC3/" compress="${compress}" />
 	</target>
 </project>



More information about the jbosstools-commits mailing list