[jbosstools-commits] JBoss Tools SVN: r44058 - trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Sep 26 16:42:38 EDT 2012
Author: nickboldt
Date: 2012-09-26 16:42:38 -0400 (Wed, 26 Sep 2012)
New Revision: 44058
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
Log:
JBDS-2296 add m2eclipse-buildhelper and update other http://download.jboss.org/jbosstools/updates/m2e-extensions/ stuff
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-09-26 19:49:47 UTC (rev 44057)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-09-26 20:42:38 UTC (rev 44058)
@@ -18,31 +18,36 @@
<target name="mirror">
<!-- <property name="URL1" value="http://download.eclipse.org/technology/m2e/releases/"/> -->
<property name="URL1" value="http://download.eclipse.org/technology/m2e/milestones/1.2/1.2.0.20120903-1050/"/>
- <property name="URL2" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/"/>
+ <property name="URL2" value="http://download.eclipse.org/m2e-wtp/milestones/0.16.0/"/> <!-- 0.16 milestone -->
+ <!-- <property name="URL2" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/"/> --> <!-- 0.16 nightly -->
- <property name="URL3" value="http://download.eclipse.org/m2e-wtp/milestones/0.16.0/"/> <!-- 0.16 milestone -->
- <!-- <property name="URL3" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/"/> --> <!-- 0.16 nightly -->
+ <property name="URL3" value="https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/"/>
- <property name="URL4" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-jdt-compiler-1.0.0/"/>
- <property name="URL5" value="http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-apt-1.0.0-2012-06-05_16-15-59-H16/"/>
+ <property name="URL4a" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.0.1-2012-09-20_03-20-41-H23/"/>
+ <property name="URL4b" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-jdt-compiler/1.0.1-2012-09-20_05-03-18-H2/"/>
+ <property name="URL4c" value="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-wro4j/1.0.1-2012-09-20_04-53-27-H4/"/>
+
+ <property name="URL5" value="http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/m2eclipse/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20120917-1234" name="m2e 1.2, m2e-extras 0.15, m2e-wtp 0.16, m2e-jdt-compiler 1.0, m2e-apt 1.0 (mirrored 20120917-1234)" />
+ <repository location="file:${destination}/20120926-1337" name="m2e/1.2, m2e-wtp/0.16, m2e-extras/0.15, m2e-apt/1.0.1, m2e-jdt-compiler/1.0.1, m2e-wro4j/1.0.1, m2eclipse-buildhelper/0.15.0 (mirrored 20120926-1337)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
<repository location="${URL3}" />
- <repository location="${URL4}" />
+ <repository location="${URL4a}" />
+ <repository location="${URL4b}" />
+ <repository location="${URL4c}" />
<repository location="${URL5}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120917-1234/" artifactRepository="file:${destination}/20120917-1234/"
- publishartifacts="true" source="${destination}/20120917-1234/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/20120926-1337/" artifactRepository="file:${destination}/20120926-1337/"
+ publishartifacts="true" source="${destination}/20120926-1337/" compress="${compress}" />
</target>
</project>
More information about the jbosstools-commits
mailing list