Author: nickboldt
Date: 2012-02-04 02:06:17 -0500 (Sat, 04 Feb 2012)
New Revision: 38429
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
Log:
must include BOTH Indigo and Eclipse in the same repo now, since the Indigo site is broken
(refs an old Eclipse build which is gone)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-02-04
02:16:52 UTC (rev 38428)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-02-04
07:06:17 UTC (rev 38429)
@@ -17,7 +17,9 @@
-->
<target name="mirror">
<!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201202012328-SR1-... />
-->
- <property name="URL"
value="http://download.eclipse.org/releases/maintenance/" />
+ <!-- must include BOTH Indigo and Eclipse in the same repo now, since the Indigo
site is broken (refs an old Eclipse build which is gone) -->
+ <property name="URL1"
value="http://download.eclipse.org/releases/maintenance/" />
+ <property name="URL2"
value="file:///home/hudson/RHDS/updates/requirements/indigo/eclipse-repo-M20120127-0800/"
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
@@ -25,7 +27,8 @@
<p2.mirror>
<repository location="file:${destination}/201202012328-SR1-M/"
name="Indigo 201202012328-SR1-M" />
<source>
- <repository location="${URL}" />
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true"
/>