Author: nickboldt
Date: 2012-02-02 14:48:19 -0500 (Thu, 02 Feb 2012)
New Revision: 38400
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.3.xml
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.2.0...
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6....
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/bu...
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
updated requirements builders for bits closer to SR2
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/bpel/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -29,7 +29,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/0.8.0.v20111120-0746-H98-CI/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/0.8.0.v20120202-0453-H135-CI/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -39,9 +39,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/0.8.0.v20111120-0746-H98-CI/"
includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/0.8.0.v20120202-0453-H135-CI/"
includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/0.8.0.v20111120-0746-H98-CI/"
artifactRepository="file:${destination}/0.8.0.v20111120-0746-H98-CI/"
publishartifacts="true"
source="${destination}/0.8.0.v20111120-0746-H98-CI/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/0.8.0.v20120202-0453-H135-CI/"
artifactRepository="file:${destination}/0.8.0.v20120202-0453-H135-CI/"
publishartifacts="true"
source="${destination}/0.8.0.v20120202-0453-H135-CI/"
compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/bu...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/bu... 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/bu... 2012-02-02
19:48:19 UTC (rev 38400)
@@ -33,7 +33,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20120105-0830/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/201201302358/"
name="Eclipse BPEL for Eclipse 3.7 (Not in Indigo)" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -43,9 +43,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/20120105-0830/"
includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/201201302358/"
includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120105-0830/"
artifactRepository="file:${destination}/20120105-0830/"
publishartifacts="true" source="${destination}/20120105-0830/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201201302358/"
artifactRepository="file:${destination}/201201302358/"
publishartifacts="true" source="${destination}/201201302358/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.3.xml (from
rev 38399,
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.3.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build-3.5.3.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/ecf/build.xml -Ddestination=/tmp/ecf-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5.3/site.p2" />
+
+ <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.5.3/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5.3/"
artifactRepository="file:${destination}/3.5.3/"
publishartifacts="true" source="${destination}/3.5.3/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/ecf/build.xml -Ddestination=/tmp/ecf-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5.3/site.p2" />
+ <property name="URL"
value="http://download.eclipse.org/rt/ecf/3.5.4/site.p2" />
<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.5.3/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.5.4/" name="ECF plugins
for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5.3/"
artifactRepository="file:${destination}/3.5.3/"
publishartifacts="true" source="${destination}/3.5.3/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.5.4/"
artifactRepository="file:${destination}/3.5.4/"
publishartifacts="true" source="${destination}/3.5.4/"
compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/eclipse/build.xml -Ddestination=/tmp/eclipse-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20111214-1... />
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.7.x/M20120201-1... />
<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.7.2.M20111214-1406/"
name="Eclipse 3.7" />
+ <repository location="file:${destination}/3.7.2.M20120201-1336/"
name="Eclipse 3.7" />
<source>
<repository location="${URL}" />
</source>
@@ -30,6 +30,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2.M20111214-1406/"
artifactRepository="file:${destination}/3.7.2.M20111214-1406/"
publishartifacts="true" source="${destination}/3.7.2.M20111214-1406/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.7.2.M20120201-1336/"
artifactRepository="file:${destination}/3.7.2.M20120201-1336/"
publishartifacts="true" source="${destination}/3.7.2.M20120201-1336/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.2.0...
(from rev 38399,
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.2.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.2.0... 2012-02-02
19:48:19 UTC (rev 38400)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/egit/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/egit/build.xml -Ddestination=/tmp/egit-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="http://download.eclipse.org/egit/updates-nightly/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates-nightly/" />
+ <!--
+ <property name="URL1"
value="http://download.eclipse.org/egit/updates-1.1/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates-1.1/" />
+ -->
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/1.2.0.201112131611/"
name="egit + github plugins for Eclipse 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.2.0.201112131611/"
artifactRepository="file:${destination}/1.2.0.201112131611/"
publishartifacts="true" source="${destination}/1.2.0.201112131611/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -22,11 +22,11 @@
<property name="URL1"
value="http://download.eclipse.org/egit/updates-1.1/" />
<property name="URL2"
value="http://download.eclipse.org/egit/github/updates-1.1/" />
-->
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/1.2.0.201112131611/"
name="egit + github plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/1.3.0.201202021740/"
name="egit + github plugins for Eclipse 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -35,6 +35,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.2.0.201112131611/"
artifactRepository="file:${destination}/1.2.0.201112131611/"
publishartifacts="true" source="${destination}/1.2.0.201112131611/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.3.0.201202021740/"
artifactRepository="file:${destination}/1.3.0.201202021740/"
publishartifacts="true" source="${destination}/1.3.0.201202021740/"
compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -16,13 +16,13 @@
-f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
-->
<target name="mirror">
- <property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ba...
/>
- <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/co...
/>
+ <property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ba...
/>
+ <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/co...
/>
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.7.2.v20111031-1121/"
name="EMF plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/2.7.2.v20120130-0943/"
name="EMF plugins for Eclipse 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -31,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.7.2.v20111031-1121/"
artifactRepository="file:${destination}/2.7.2.v20111031-1121/"
publishartifacts="true" source="${destination}/2.7.2.v20111031-1121/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.7.2.v20120130-0943/"
artifactRepository="file:${destination}/2.7.2.v20120130-0943/"
publishartifacts="true" source="${destination}/2.7.2.v20120130-0943/"
compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -16,14 +16,14 @@
-f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
-->
<target name="mirror">
- <!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201109230900/" /> -->
+ <!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201202012328-SR1-... />
-->
<property name="URL"
value="http://download.eclipse.org/releases/maintenance/" />
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201112221140-SR1-M/"
name="Indigo 201112221140-SR1-M" />
+ <repository location="file:${destination}/201202012328-SR1-M/"
name="Indigo 201202012328-SR1-M" />
<source>
<repository location="${URL}" />
</source>
@@ -31,6 +31,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201112221140-SR1-M/"
artifactRepository="file:${destination}/201112221140-SR1-M/"
publishartifacts="true" source="${destination}/201112221140-SR1-M/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201202012328-SR1-M/"
artifactRepository="file:${destination}/201202012328-SR1-M/"
publishartifacts="true" source="${destination}/201202012328-SR1-M/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6....
(from rev 38399,
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6....
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6.... 2012-02-02
19:48:19 UTC (rev 38400)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
+
+ -os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ <iu id="org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog
-nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/mylyn/build.xml -Ddestination=/tmp/mylyn-repo
+ -->
+ <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/v20110608-140... />
-->
+ <property name="URL1"
value="http://download.eclipse.org/mylyn/drops/3.6.4/v20111118-0100/... />
+ <!-- JIRA connector; note that Subclipse connector is on Subclipse req site,
../subclipse/ -->
+ <!-- <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
-->
+ <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.7" />
+ <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.4.v20111118-0100"
name="mylyn plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingoptions includefeatures="true" followstrict="true"
latestversiononly="true" />
+
+ <!-- available on indigo site but older version (3.6.2) -->
+ <iu id="org.eclipse.mylyn_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.commons.feature.group" />
+ <iu id="org.eclipse.mylyn.context_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.wikitext_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.ide_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.java_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.pde_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.team_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.bugzilla_feature.feature.group" />
+ <iu id="org.eclipse.mylyn.versions.feature.group" />
+
+ <!-- not on indigo -->
+ <iu id="org.eclipse.mylyn.cvs.feature.group" />
+ <iu id="org.eclipse.mylyn.git.feature.group" />
+ <iu id="com.atlassian.connector.eclipse.feature.group" />
+ <iu id="com.atlassian.connector.eclipse.cvs.feature.group" />
+ <iu id="com.atlassian.connector.eclipse.jira.feature.group" />
+ <!-- these last two are described as "obsolete" on the update site
-->
+ <iu id="com.atlassian.connector.eclipse.subclipse.feature.group" />
+ <iu id="com.atlassian.connector.eclipse.subversive.feature.group" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6.4.v20111118-0100/"
artifactRepository="file:${destination}/3.6.4.v20111118-0100/"
publishartifacts="true" source="${destination}/3.6.4.v20111118-0100/"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -19,15 +19,15 @@
<!-- 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/v20110608-140... />
-->
- <property name="URL1"
value="http://download.eclipse.org/mylyn/drops/3.6.4/v20111118-0100/... />
+ <property name="URL1"
value="http://download.eclipse.org/mylyn/drops/3.6.5/I20120201-0822/... />
<!-- JIRA connector; note that Subclipse connector is on Subclipse req site,
../subclipse/ -->
<!-- <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
-->
<property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.7" />
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <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.4.v20111118-0100"
name="mylyn plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.6.5.I20120201-0822"
name="mylyn plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -58,6 +58,6 @@
<iu id="com.atlassian.connector.eclipse.subversive.feature.group" />
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6.4.v20111118-0100/"
artifactRepository="file:${destination}/3.6.4.v20111118-0100/"
publishartifacts="true" source="${destination}/3.6.4.v20111118-0100/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6.5.I20120201-0822/"
artifactRepository="file:${destination}/3.6.5.I20120201-0822/"
publishartifacts="true" source="${destination}/3.6.5.I20120201-0822/"
compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-02-02
17:40:49 UTC (rev 38399)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-02-02
19:48:19 UTC (rev 38400)
@@ -23,12 +23,12 @@
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.2/M...
/>
+ <property name="URL"
value="http://download.eclipse.org/webtools/downloads/drops/R3.3.2/M...
/>
<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.3.2-20120112170214/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
+ <repository location="file:${destination}/3.3.2-20120126205453/"
name="Web Tools plugins for Eclipse 3.7 Indigo" />
<source>
<repository location="${URL}" />
</source>
@@ -37,6 +37,6 @@
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.2-20120112170214/"
artifactRepository="file:${destination}/3.3.2-20120112170214/"
publishartifacts="true" source="${destination}/3.3.2-20120112170214/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3.2-20120126205453/"
artifactRepository="file:${destination}/3.3.2-20120126205453/"
publishartifacts="true" source="${destination}/3.3.2-20120126205453/"
compress="${compress}" />
</target>
</project>