Author: nickboldt
Date: 2011-06-10 13:14:07 -0400 (Fri, 10 Jun 2011)
New Revision: 32014
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
Log:
update mylyn mirror script
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2011-06-10
16:09:59 UTC (rev 32013)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2011-06-10
17:14:07 UTC (rev 32014)
@@ -18,15 +18,14 @@
<target name="mirror">
<!-- core mylyn, if not on Indigo site; includes Bugzilla -->
<!-- <property name="URL1"
value="http://download.eclipse.org/mylyn/snapshots/weekly/" /> -->
- <property name="URL1"
value="http://download.eclipse.org/mylyn/archive/3.6.0/I20110526-211... />
+ <property name="URL1"
value="http://download.eclipse.org/mylyn/archive/3.6.0/v20110608-140... />
<!-- JIRA connector; note that Subclipse connector is on Subclipse req site,
../subclipse/ -->
- <!--<property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.6/" /> -->
- <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
+ <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
<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.6-I20110526-2115"
name="mylyn plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.6-v20110608-1400"
name="mylyn plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -58,6 +57,6 @@
<iu id="com.atlassian.connector.eclipse.subversive.feature.group" />
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6-I20110526-2115/"
artifactRepository="file:${destination}/3.6-I20110526-2115/"
publishartifacts="true" source="${destination}/3.6-I20110526-2115/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6-v20110608-1400/"
artifactRepository="file:${destination}/3.6-v20110608-1400/"
publishartifacts="true" source="${destination}/3.6-v20110608-1400/"
compress="${compress}" />
</target>
</project>