Author: nickboldt
Date: 2011-12-22 12:40:37 -0500 (Thu, 22 Dec 2011)
New Revision: 37532
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
Log:
pull newer Indigo SR2 bits (JBIDE-10289)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-12-22
17:39:07 UTC (rev 37531)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2011-12-22
17:40:37 UTC (rev 37532)
@@ -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.7.x/M20111201-1... />
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20111214-1... />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7.2.M20111201-1437/"
name="Eclipse 3.7" />
+ <repository location="file:${destination}/3.7.2.M20111214-1406/"
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.7.2.M20111201-1437/"
artifactRepository="file:${destination}/3.7.2.M20111201-1437/"
publishartifacts="true" source="${destination}/3.7.2.M20111201-1437/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2.M20111214-1406/"
artifactRepository="file:${destination}/3.7.2.M20111214-1406/"
publishartifacts="true" source="${destination}/3.7.2.M20111214-1406/"
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-12-22
17:39:07 UTC (rev 37531)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2011-12-22
17:40:37 UTC (rev 37532)
@@ -23,7 +23,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201112121340-SR1-M/"
name="Indigo 201112121340-SR1-M" />
+ <repository location="file:${destination}/201112221140-SR1-M/"
name="Indigo 201112221140-SR1-M" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201112121340-SR1-M/"
artifactRepository="file:${destination}/201112121340-SR1-M/"
publishartifacts="true" source="${destination}/201112121340-SR1-M/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201112221140-SR1-M/"
artifactRepository="file:${destination}/201112221140-SR1-M/"
publishartifacts="true" source="${destination}/201112221140-SR1-M/"
compress="${compress}" />
</target>
</project>