Author: nickboldt
Date: 2012-07-12 19:50:56 -0400 (Thu, 12 Jul 2012)
New Revision: 42561
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
Log:
add latestversiononly=false so we get multiple versions of the same IUs in the eclipse 4.2
R mirror
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:54 UTC (rev 42560)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-07-12
23:50:56 UTC (rev 42561)
@@ -29,7 +29,7 @@
<repository location="${URL2}" />
</source>
- <slicingOptions includeFeatures="true" followStrict="true"
/>
+ <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}" />