Author: nickboldt
Date: 2012-03-06 18:20:19 -0500 (Tue, 06 Mar 2012)
New Revision: 39324
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
Log:
update m2e mirror to include m2e-wtp 0.15.2
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-03-06
22:55:22 UTC (rev 39323)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-03-06
23:20:19 UTC (rev 39324)
@@ -18,6 +18,7 @@
<target name="mirror">
<property name="URL1"
value="http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/&q...
<property name="URL2"
value="http://download.jboss.org/jbosstools/updates/m2e-jdt-compiler...
+ <property name="URL3"
value="http://download.jboss.org/jbosstools/updates/requirements/m2e...
<!--
<property name="URL1"
value="http://download.eclipse.org/technology/m2e/releases/"/>
@@ -28,16 +29,17 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20120208-1400" name="m2e
1.0, m2e-wtp 0.15, m2e-extras 0.15, m2e-jdt-compiler 1.0 (mirrored 20120208-1400)"
/>
+ <repository location="file:${destination}/20120306-1800" name="m2e
1.0, m2e-wtp 0.15.2, m2e-extras 0.15, m2e-jdt-compiler 1.0 (mirrored 20120306-1800)"
/>
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
+ <repository location="${URL3}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120208-1400/"
artifactRepository="file:${destination}/20120208-1400/"
- publishartifacts="true" source="${destination}/20120208-1400/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120306-1800/"
artifactRepository="file:${destination}/20120306-1800/"
+ publishartifacts="true" source="${destination}/20120306-1800/"
compress="${compress}" />
</target>
</project>