[jbosstools-commits] JBoss Tools SVN: r42559 - trunk/download.jboss.org/jbosstools/updates/requirements/eclipse.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 12 19:49:46 EDT 2012
Author: nickboldt
Date: 2012-07-12 19:49:46 -0400 (Thu, 12 Jul 2012)
New Revision: 42559
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
Log:
add eclipse 3.8 to the 4.2.0.R mirror so that missing IUs can be resolved
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-07-12 23:49:37 UTC (rev 42558)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-07-12 23:49:46 UTC (rev 42559)
@@ -16,8 +16,8 @@
-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.8milestones/S-3.8M6-201203141800/"/> -->
- <property name="URL" value="http://download.eclipse.org/eclipse/updates/4.2/R-4.2-201206081400/"/>
+ <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="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/eclipse/" />
<property name="compress" value="true" />
@@ -25,7 +25,8 @@
<p2.mirror>
<repository location="file:${destination}/R-4.2-201206081400/" name="Eclipse R-4.2-201206081400" />
<source>
- <repository location="${URL}" />
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true" />
More information about the jbosstools-commits
mailing list