Author: nickboldt
Date: 2012-06-27 14:13:03 -0400 (Wed, 27 Jun 2012)
New Revision: 42251
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
Log:
provide new updated m2e repo for use with Juno
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml 2012-06-27
17:26:46 UTC (rev 42250)
+++
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeArtifacts.xml 2012-06-27
18:13:03 UTC (rev 42251)
@@ -3,7 +3,7 @@
<repository name='JBoss Tools Requirements - Composite Juno M6 Mirror'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1340662507000'/>
+<property name='p2.timestamp' value='1340820659000'/>
</properties>
<children size='11'>
<!-- new for Juno -->
@@ -19,7 +19,7 @@
<child location='../../requirements/gwt/2.5.2.v201202290255-rel-r37/'/>
<!-- includes m2e, m2e-extras, m2e-wtp, m2e-jdt-compiler -->
-<child location='../../requirements/m2eclipse/20120531-1100/'/>
+<child location='../../requirements/m2eclipse/20120627-1400/'/>
<!-- unchanged since Indigo -->
<child location='../../requirements/ecf/3.5.6/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml 2012-06-27
17:26:46 UTC (rev 42250)
+++
trunk/download.jboss.org/jbosstools/updates/juno/SR0/compositeContent.xml 2012-06-27
18:13:03 UTC (rev 42251)
@@ -3,7 +3,7 @@
<repository name='JBoss Tools Requirements - Composite Juno M6 Mirror'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1340662507000'/>
+<property name='p2.timestamp' value='1340820655000'/>
</properties>
<children size='11'>
<!-- new for Juno -->
@@ -19,7 +19,7 @@
<child location='../../requirements/gwt/2.5.2.v201202290255-rel-r37/'/>
<!-- includes m2e, m2e-extras, m2e-wtp, m2e-jdt-compiler -->
-<child location='../../requirements/m2eclipse/20120531-1100/'/>
+<child location='../../requirements/m2eclipse/20120627-1400/'/>
<!-- unchanged since Indigo -->
<child location='../../requirements/ecf/3.5.6/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-06-27
17:26:46 UTC (rev 42250)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2012-06-27
18:13:03 UTC (rev 42251)
@@ -16,30 +16,30 @@
-f ~/RHDS/updates/requirements/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
-->
<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/"/>
- <property name="URL2"
value="http://repository.sonatype.org/content/repositories/forge-sit...
- -->
+ <property name="URL2"
value="https://repository.sonatype.org/content/repositories/forge-si...
+
+ <property name="URL3"
value="http://download.jboss.org/jbosstools/updates/requirements/m2e...
+ <property name="URL4"
value="http://download.jboss.org/jbosstools/updates/requirements/m2e...
+ <property name="URL5"
value="http://download.jboss.org/jbosstools/updates/requirements/m2e...
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20120531-1100" name="m2e
1.0, m2e-wtp 0.15.2, m2e-extras 0.15, m2e-jdt-compiler 1.0, m2e-apt 1.0 (mirrored
20120531-1100)" />
+ <repository location="file:${destination}/20120627-1400" name="m2e
1.1, m2e-extras 0.15, m2e-wtp 0.15.2, m2e-jdt-compiler 1.0, m2e-apt 1.0 (mirrored
20120627-1400)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
<repository location="${URL3}" />
+ <repository location="${URL4}" />
+ <repository location="${URL5}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120531-1100/"
artifactRepository="file:${destination}/20120531-1100/"
- publishartifacts="true" source="${destination}/20120531-1100/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120627-1400/"
artifactRepository="file:${destination}/20120627-1400/"
+ publishartifacts="true" source="${destination}/20120627-1400/"
compress="${compress}" />
</target>
</project>