JBoss Tools SVN: r40141 - trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-04-11 15:08:41 -0400 (Wed, 11 Apr 2012)
New Revision: 40141
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/messages.properties
Log:
JBIDE-11497
https://issues.jboss.org/browse/JBIDE-11497.
Removed a dot from the message.
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/messages.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/messages.properties 2012-04-11 18:11:45 UTC (rev 40140)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/src/org/jboss/tools/common/el/core/messages.properties 2012-04-11 19:08:41 UTC (rev 40141)
@@ -13,7 +13,7 @@
OperationRule_ExpectingRParen=Expecting ')'
OperationTokenDescription_Name=Operator
PrimitiveValueTokenDescription_ArgMustResolveToIntegerOrString=Argument must resolve to integer or string.
-StringTokenDescription_StringIsNotClosed=String is not closed.
+StringTokenDescription_StringIsNotClosed=String is not closed
PrimitiveValueTokenDescription_Name=Primitive
StringTokenDescription_Name=String
WhiteSpaceTokenDescription_Name=Whitespace
13 years, 8 months
JBoss Tools SVN: r40139 - trunk/download.jboss.org/jbosstools/updates/requirements/indigo.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-11 14:10:11 -0400 (Wed, 11 Apr 2012)
New Revision: 40139
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
Log:
purge old build.xml script for Indigo SR0
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... 2012-04-11 16:38:00 UTC (rev 40138)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build-SR0... 2012-04-11 18:10:11 UTC (rev 40139)
@@ -1,35 +0,0 @@
-<?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/indigo/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/indigo/build.xml -Ddestination=/tmp/indigo-repo
- -->
- <target name="mirror">
- <property name="URL" value="http://download.eclipse.org/releases/indigo/201105270900/" />
-
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/indigo/201105270900/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/201105270900-RC2/" name="Indigo 201105270900-RC2" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true" />
- </p2.mirror>
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/201105270900-RC2/" artifactRepository="file:${destination}/201105270900-RC2/" publishartifacts="true" source="${destination}/201105270900-RC2/" compress="${compress}" />
- </target>
-</project>
13 years, 8 months
JBoss Tools SVN: r40137 - in trunk/download.jboss.org/jbosstools/updates/requirements: mylyn and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-11 12:33:52 -0400 (Wed, 11 Apr 2012)
New Revision: 40137
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.6.2....
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7.1.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7M6.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-...
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-...
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6....
Log:
remove obsolete build*.xml scripts
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.6.2.... (from rev 40136, trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.6.2.... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.6.2.... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/modeling/emf/emf/updates/2.6/" />
+
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.6/" name="EMF plugins for Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6/" artifactRepository="file:${destination}/2.6/" publishartifacts="true" source="${destination}/2.6/" compress="${compress}" />
+ </target>
+</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7.1.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7.1.xml 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7.1.xml 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,36 +0,0 @@
-<?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/emf/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/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/base/M20111003..." />
- <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M20111003..." />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/2.7.1/" name="EMF 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}/2.7.1/" artifactRepository="file:${destination}/2.7.1/" publishartifacts="true" source="${destination}/2.7.1/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7M6.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7M6.xml 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7M6.xml 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,36 +0,0 @@
-<?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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
- -->
- <target name="mirror">
- <property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/base/S..." />
- <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S..." />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/2.7M6/" name="EMF 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}/2.7M6/" artifactRepository="file:${destination}/2.7M6/" publishartifacts="true" source="${destination}/2.7M6/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-2.7RC3... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,36 +0,0 @@
-<?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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
- -->
- <target name="mirror">
- <property name="URL1" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/base/S..." />
- <property name="URL2" value="http://download.eclipse.org/modeling/emf/emf/updates/2.7milestones/core/S..." />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/2.7RC3/" name="EMF 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}/2.7RC3/" artifactRepository="file:${destination}/2.7RC3/" publishartifacts="true" source="${destination}/2.7RC3/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,35 +0,0 @@
-<?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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
- -->
- <target name="mirror">
- <property name="URL" value="http://download.eclipse.org/modeling/emf/emf/updates/2.6/" />
-
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/emf/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/2.6/" name="EMF plugins for Eclipse 3.6" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true" />
- </p2.mirror>
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6/" artifactRepository="file:${destination}/2.6/" publishartifacts="true" source="${destination}/2.6/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-... 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,63 +0,0 @@
-<?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/I20110415-0655/" />
- <!-- 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/e3.5/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/mylyn/3.6/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/3.6-I20110415-0655" name="mylyn plugins for Eclipse 3.6 - 3.7" />
- <source>
- <repository location="${URL1}" />
- <repository location="${URL2}" />
- </source>
-
- <slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
-
- <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.jira_feature.feature.group" />
- <iu id="org.eclipse.mylyn.git.feature.group" />
- <iu id="org.eclipse.mylyn.cvs.feature.group" />
- <iu id="org.eclipse.mylyn.versions.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-I20110415-0655/" artifactRepository="file:${destination}/3.6-I20110415-0655/" publishartifacts="true" source="${destination}/3.6-I20110415-0655/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-... 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6-... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,62 +0,0 @@
-<?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-1400/" />
- <!-- JIRA connector; note that Subclipse connector is on Subclipse req site, ../subclipse/ -->
- <property name="URL2" value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e3.6/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/mylyn/3.6/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/3.6-v20110608-1400" name="mylyn plugins for Eclipse 3.6 - 3.7" />
- <source>
- <repository location="${URL1}" />
- <repository location="${URL2}" />
- </source>
-
- <slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
-
- <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.jira_feature.feature.group" />
- <iu id="org.eclipse.mylyn.git.feature.group" />
- <iu id="org.eclipse.mylyn.cvs.feature.group" />
- <iu id="org.eclipse.mylyn.versions.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-v20110608-1400/" artifactRepository="file:${destination}/3.6-v20110608-1400/" publishartifacts="true" source="${destination}/3.6-v20110608-1400/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6....
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6.... 2012-04-11 16:31:46 UTC (rev 40136)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build-3.6.... 2012-04-11 16:33:52 UTC (rev 40137)
@@ -1,64 +0,0 @@
-<?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-1400/" /> -->
- <property name="URL1" value="http://download.eclipse.org/mylyn/drops/3.6.2/v20110908-0706/" />
- <!-- JIRA connector; note that Subclipse connector is on Subclipse req site, ../subclipse/ -->
- <!-- <property name="URL2" value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e3.6/" /> -->
- <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/requirements/mylyn/3.6.2/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/3.6.2-v20110908-0706" name="mylyn plugins for Eclipse 3.6 - 3.7" />
- <source>
- <repository location="${URL1}" />
- <repository location="${URL2}" />
- </source>
-
- <slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
-
- <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 no longer exists! <iu id="org.eclipse.mylyn.jira_feature.feature.group" /> -->
- <iu id="org.eclipse.mylyn.git.feature.group" />
- <iu id="org.eclipse.mylyn.cvs.feature.group" />
- <iu id="org.eclipse.mylyn.versions.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.2-v20110908-0706/" artifactRepository="file:${destination}/3.6.2-v20110908-0706/" publishartifacts="true" source="${destination}/3.6.2-v20110908-0706/" compress="${compress}" />
- </target>
-</project>
13 years, 8 months
JBoss Tools SVN: r40136 - in trunk/download.jboss.org/jbosstools/updates: juno and 10 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-11 12:31:46 -0400 (Wed, 11 Apr 2012)
New Revision: 40136
Added:
trunk/download.jboss.org/jbosstools/updates/juno/
trunk/download.jboss.org/jbosstools/updates/juno/M6/
trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/juno/README.building.txt
trunk/download.jboss.org/jbosstools/updates/juno/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/juno/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/juno/extras/
trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeArtifact...
trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/juno/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/
trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-2.6.h...
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.2...
trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build-indi...
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6...
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-4.0.xml
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml
Log:
new juno composite reqs site; new builder for atlassian to replace mylyn one (less duplicated content)
Added: trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeArtifacts.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeArtifacts.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeArtifactRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno SR2 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='1331076067000'/>
+</properties>
+<children size='13'>
+<!-- new for Juno -->
+<child location='../../requirements/juno/201203230900-M6/'/>
+<child location='../../requirements/atlassian/3.0.4.v20120406/'/>
+<child location='../../requirements/birt/4.2.0.v20120320/'/>
+<child location='../../requirements/eclipse/S-4.2M6-201203151300/'/>
+<child location='../../requirements/orbit/S20120308061416/'/>
+<child location='../../requirements/webtools/S-3.4.0M6-20120319200442/'/>
+<!-- removed egit as all its features are included in juno -->
+<!-- removed emf to see if it's still needed or if it's sufficient to include juno -->
+<!-- removed mylyn as all its features are included in juno; create new atlassian bucket instead -->
+
+<!-- unchanged at the moment; may be updated later -->
+<child location='../../requirements/bpel/0.8.0.v20120209-1201-H138-CI/'/>
+<child location='../../requirements/bpmn2-modeler/201202231559/'/>
+<child location='../../requirements/gwt/2.5.0.v201201120043-rel-r37/'/>
+<!-- includes m2e, m2e-extras, m2e-wtp, m2e-jdt-compiler -->
+<child location='../../requirements/m2eclipse/20120306-1800/'/>
+
+<!-- unchanged since Indigo -->
+<child location='../../requirements/ecf/3.5.4/'/>
+<child location='../../requirements/swtbot/2.0.5/'/>
+<child location='../../requirements/xulrunner-1.9.2/'/>
+</children>
+</repository>
+
Added: trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeContent.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/M6/compositeContent.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno SR2 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='1331076072000'/>
+</properties>
+<children size='13'>
+<!-- new for Juno -->
+<child location='../../requirements/juno/201203230900-M6/'/>
+<child location='../../requirements/atlassian/3.0.4.v20120406/'/>
+<child location='../../requirements/birt/4.2.0.v20120320/'/>
+<child location='../../requirements/eclipse/S-4.2M6-201203151300/'/>
+<child location='../../requirements/orbit/S20120308061416/'/>
+<child location='../../requirements/webtools/S-3.4.0M6-20120319200442/'/>
+<!-- removed egit as all its features are included in juno -->
+<!-- removed emf to see if it's still needed or if it's sufficient to include juno -->
+<!-- removed mylyn as all its features are included in juno; create new atlassian bucket instead -->
+
+<!-- unchanged at the moment; may be updated later -->
+<child location='../../requirements/bpel/0.8.0.v20120209-1201-H138-CI/'/>
+<child location='../../requirements/bpmn2-modeler/201202231559/'/>
+<child location='../../requirements/gwt/2.5.0.v201201120043-rel-r37/'/>
+<!-- includes m2e, m2e-extras, m2e-wtp, m2e-jdt-compiler -->
+<child location='../../requirements/m2eclipse/20120306-1800/'/>
+
+<!-- unchanged since Indigo -->
+<child location='../../requirements/ecf/3.5.4/'/>
+<child location='../../requirements/swtbot/2.0.5/'/>
+<child location='../../requirements/xulrunner-1.9.2/'/>
+</children>
+</repository>
+
Added: trunk/download.jboss.org/jbosstools/updates/juno/README.building.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/README.building.txt (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/README.building.txt 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,4 @@
+Instead of mirroring Juno here, composite a site.
+See composite*.xml for contained site refs.
+
+See /updates/requirements/{*}/build.xml for how to mirror other sites.
Added: trunk/download.jboss.org/jbosstools/updates/juno/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/compositeArtifacts.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/compositeArtifacts.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeArtifactRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno Mirror' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
+<properties size='2'>
+<property name='p2.compressed' value='true'/>
+<!--
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+ let tstamp = strftime("%s000")
+ exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+ echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
+-->
+<property name='p2.timestamp' value='1331663937000'/>
+</properties>
+<children size='1'>
+<child location='M6/'/>
+</children>
+</repository>
Added: trunk/download.jboss.org/jbosstools/updates/juno/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/compositeContent.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/compositeContent.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno Mirror' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
+<properties size='2'>
+<property name='p2.compressed' value='true'/>
+<!--
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+ let tstamp = strftime("%s000")
+ exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+ echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
+-->
+<property name='p2.timestamp' value='1331663946000'/>
+</properties>
+<children size='1'>
+<child location='M6/'/>
+</children>
+</repository>
Added: trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeArtifact...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeArtifact... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeArtifact... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeArtifactRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno Mirror - Extras' 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='1321632890000'/>
+</properties>
+<children size='1'>
+<child location='../../indigo/extras/'/>
+</children>
+</repository>
Added: trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeContent.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/extras/compositeContent.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?compositeMetadataRepository version='1.0.0'?>
+<repository name='JBoss Tools Requirements - Composite Juno Mirror - Extras' 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='1321632893000'/>
+</properties>
+<children size='1'>
+<child location='../../indigo/extras/'/>
+</children>
+</repository>
Added: trunk/download.jboss.org/jbosstools/updates/juno/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/juno/index.html (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/juno/index.html 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,119 @@
+<html>
+<head>
+<title>JBoss Tools Requirements - Composite Mirror - Juno</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"
+ cellspacing="0" cellpadding="0" width="800">
+ <tr>
+ <td colspan="2"><img
+ src="https://www.jboss.org/dms/tools/images/tools-banner.png" /></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Requirements - Composite Mirror - Juno</h2>
+ <table width="100%">
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">
+This composite site includes all the third party projects' upstream dependencies, including Juno, Eclipse 4.2 (3.8), Web Tools 3.4, and others.
+Point Eclipse at this URL to browse or install features. You can also explore this site's contents via its <a class=link href=compositeArtifacts.xml>compositeArtifacts.xml</a> file, or <a href=../requirements/>here</a>. For more on building this site, see <a href=README.building.txt>this README</a>.
+</p>
+
+ <p class="bodyText">Available Versions:<ul>
+ <li><a href=M6>Juno M6</a> & <a href=extras>Extras</a></li>
+ </ul>
+ </p>
+ </td>
+ </tr>
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">You can also download JBoss Tools as
+ individual zips for offline installation. See <a class="link"
+ href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">For more information, see <a
+ href="http://www.jboss.org/tools/download/installation">Installation
+ methods</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td class="spacer"><br />
+ </td>
+ <td class="spacer"><br />
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span> Installation
+ Types</span></td>
+ </tr>
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Depending on how close to the bleeding edge
+ you like to be, there are several types of releases available.</p>
+ <br />
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Stable Releases</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/stable.html">Stable
+ releases</a> are - as indicated by their name - stable.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Development Milestones</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/dev.html">Development
+ builds</a>, released once per milestone and only a few times a year, are
+ fairly stable, but there may be some things which do not yet work.
+ If you would like to try one of these milestones, we'd greatly
+ appreciate the assistance in testing and <a
+ href="https://jira.jboss.org/jira/browse/JBIDE">reporting of
+ issues in our issue tracker</a>.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Nightly Builds</h4>
+
+ <p>The <a
+ href="https://www.jboss.org/tools/download/nightly.html">bleeding
+ edge</a> contains the latest and greatest new features, but nothing is
+ stable or guaranteed - yet. If you're using a Milestone and need a
+ fix, you can update to the latest Nightly, or wait for the next
+ Milestone.</p><br/>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml (from rev 40135, trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/atlassian/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,46 @@
+<?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/atlassian/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/atlassian/build.xml -Ddestination=/tmp/atlassian-repo
+ -->
+ <target name="mirror">
+ <!-- JIRA connector; note that Subclipse connector is on Subclipse req site, ../subclipse/ -->
+ <!-- <property name="URL1" value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e3.6/" /> -->
+
+ <!-- <property name="URL1" value="http://download.eclipse.org/mylyn/releases/latest" /> -->
+ <!-- TODO: make sure that the version of Mylyn in Juno (or on the URL above?) is the same as the version used on the Atlassian site! -->
+ <property name="URL1" value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.7" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/atlassian/3.0.4.v20120406/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.0.4.v20120406" name="atlassian 3.0.4.v20120406" />
+ <source>
+ <repository location="${URL1}" />
+ </source>
+
+ <slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
+
+ <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.0.4.v20120406/" artifactRepository="file:${destination}/3.0.4.v20120406/" publishartifacts="true" source="${destination}/3.0.4.v20120406/" compress="${compress}" />
+ </target>
+</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-2.6.h... (from rev 40135, trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-2.6.h... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-2.6.h... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,48 @@
+<?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/birt/build-helios.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/birt/build-helios.xml -Ddestination=/tmp/birt-repo
+
+ or, headless on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-helios.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/2.6/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.6" name="Extra BIRT plugins for Eclipse 3.6 (Not in Helios)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6" artifactRepository="file:${destination}/2.6" publishartifacts="true" source="${destination}/2.6" compress="${compress}" />
+ </target>
+</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.0... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -1,51 +0,0 @@
-<?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/birt/build-indigo.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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
-
- or, headless on local:
-
- java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
- org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build-indigo.xml
-
- -->
- <target name="mirror">
- <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7-interim" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/3.7RC2/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true" />
-
- <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
- <iu id="org.eclipse.birt.feature.group" />
- <iu id="org.eclipse.birt.integration.wtp.feature.group" />
- <iu id="org.eclipse.birt.chart.feature.group" />
- <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
- </p2.mirror>
-
- <delete>
- <fileset dir="${destination}/3.7RC2/" includes="**/artifacts.jar, **/contents.jar"/>
- </delete>
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7RC2/" artifactRepository="file:${destination}/3.7RC2/" publishartifacts="true" source="${destination}/3.7RC2/" compress="${compress}" />
- </target>
-</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.2... (from rev 40135, trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.2... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7.2... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,51 @@
+<?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/birt/build-indigo.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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
+
+ or, headless on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7-interim/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.7.2.v20120214/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true" />
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+ </p2.mirror>
+
+ <delete>
+ <fileset dir="${destination}/3.7.2.v20120214/" includes="**/artifacts.jar, **/contents.jar"/>
+ </delete>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.2.v20120214/" artifactRepository="file:${destination}/3.7.2.v20120214/" publishartifacts="true" source="${destination}/3.7.2.v20120214/" compress="${compress}" />
+ </target>
+</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6... 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-3.7M6... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -1,31 +0,0 @@
-<?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/birt/build-indigo.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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
-
- or, headless on local:
-
- java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
- org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build-indigo.xml
-
- -->
- <target name="mirror">
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
- <property name="compress" value="true" />
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7M6/" artifactRepository="file:${destination}/3.7M6/" publishartifacts="true" source="${destination}/3.7M6/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-4.0.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-4.0.xml 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-4.0.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -1,48 +0,0 @@
-<?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/birt/build-indigo.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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
-
- or, headless on local:
-
- java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
- org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build-indigo.xml
-
- -->
- <target name="mirror">
- <property name="URL" value="http://download.eclipse.org/birt/update-site/4.0-interim/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/4.0M7/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true" />
-
- <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
- <iu id="org.eclipse.birt.feature.group" />
- <iu id="org.eclipse.birt.integration.wtp.feature.group" />
- <iu id="org.eclipse.birt.chart.feature.group" />
- <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
-
- </p2.mirror>
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/4.0M7/" artifactRepository="file:${destination}/4.0M7/" publishartifacts="true" source="${destination}/4.0M7/" compress="${compress}" />
- </target>
-</project>
Deleted: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio... 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -1,48 +0,0 @@
-<?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/birt/build-helios.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/birt/build-helios.xml -Ddestination=/tmp/birt-repo
-
- or, headless on local:
-
- java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
- org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build-helios.xml
-
- -->
- <target name="mirror">
- <property name="URL" value="http://download.eclipse.org/birt/update-site/2.6/" />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
- <property name="compress" value="true" />
-
- <p2.mirror>
- <repository location="file:${destination}/2.6" name="Extra BIRT plugins for Eclipse 3.6 (Not in Helios)" />
- <source>
- <repository location="${URL}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true" />
-
- <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
- <iu id="org.eclipse.birt.feature.group" />
- <iu id="org.eclipse.birt.integration.wtp.feature.group" />
- <iu id="org.eclipse.birt.chart.feature.group" />
- <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
-
- </p2.mirror>
-
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6" artifactRepository="file:${destination}/2.6" publishartifacts="true" source="${destination}/2.6" compress="${compress}" />
- </target>
-</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -5,7 +5,7 @@
-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/birt/build-indigo.xml"
+ -f "/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/build.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,22 +13,22 @@
${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/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
+ -f ~/RHDS/updates/requirements/birt/build.xml -Ddestination=/tmp/birt-repo
or, headless on local:
java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
- -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+ -application org.eclipse.ant.core.antRunner -f build.xml
-->
<target name="mirror">
- <property name="URL" value="http://download.eclipse.org/birt/update-site/3.7-interim/" />
+ <property name="URL" value="http://download.eclipse.org/birt/update-site/4.2-interim/" />
<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.7.2.v20120214/" name="Extra BIRT plugins for Eclipse 3.7 (Not in Indigo)" />
+ <repository location="file:${destination}/4.2.0.v20120320/" name="BIRT 4.2.0.v20120320 (Chart + WTP support only)" />
<source>
<repository location="${URL}" />
</source>
@@ -43,9 +43,9 @@
</p2.mirror>
<delete>
- <fileset dir="${destination}/3.7.2.v20120214/" includes="**/artifacts.jar, **/contents.jar"/>
+ <fileset dir="${destination}/4.2.0.v20120320/" includes="**/artifacts.jar, **/contents.jar"/>
</delete>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.2.v20120214/" artifactRepository="file:${destination}/3.7.2.v20120214/" publishartifacts="true" source="${destination}/3.7.2.v20120214/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/4.2.0.v20120320/" artifactRepository="file:${destination}/4.2.0.v20120320/" publishartifacts="true" source="${destination}/4.2.0.v20120320/" 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-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -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/requirements/egit/1.3.0.201202021740/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/egit/1.3.0.201202151440-r/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/1.3.0.201202021740/" name="egit + github plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/1.3.0.201202151440-r/" name="egit + github 1.3.0.201202151440-r" />
<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.3.0.201202021740/" artifactRepository="file:${destination}/1.3.0.201202021740/" publishartifacts="true" source="${destination}/1.3.0.201202021740/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/1.3.0.201202151440-r/" artifactRepository="file:${destination}/1.3.0.201202151440-r/" publishartifacts="true" source="${destination}/1.3.0.201202151440-r/" compress="${compress}" />
</target>
</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -23,7 +23,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/201203230900-M6/" name="Indigo 201203230900-M6" />
+ <repository location="file:${destination}/201203230900-M6/" name="Juno 201203230900-M6" />
<source>
<repository location="${URL1}" />
</source>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/mylyn/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="mirror">
+<project default="nothing-to-do">
<!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
@@ -15,19 +15,25 @@
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/mylyn/build.xml -Ddestination=/tmp/mylyn-repo
-->
+
+ <target name="nothing-to-do">
+ <echo>Mylyn content is all on the Juno site except the Atlassian connectors for JIRA, CVS, Subclipse/Subversive.
+Therefore there is no need to produce this mirror any more. See ../atlassian/build.xml</echo>
+ </target>
+
<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-1400/" /> -->
- <property name="URL1" value="http://download.eclipse.org/mylyn/drops/3.6.5/v20120215-0100/" />
+ <property name="URL1" value="http://download.eclipse.org/mylyn/releases/latest" />
<!-- JIRA connector; note that Subclipse connector is on Subclipse req site, ../subclipse/ -->
<!-- <property name="URL2" value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e3.6/" /> -->
<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/requirements/mylyn/3.6.5/" />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/mylyn/3.7.0.v20120319-0200/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.6.5.v20120215-0100" name="mylyn plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/3.7.0.v20120319-0200" name="Mylyn 3.7.0.v20120319-0200" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -58,6 +64,6 @@
<iu id="com.atlassian.connector.eclipse.subversive.feature.group" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.6.5.v20120215-0100/" artifactRepository="file:${destination}/3.6.5.v20120215-0100/" publishartifacts="true" source="${destination}/3.6.5.v20120215-0100/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.7.0.v20120319-0200/" artifactRepository="file:${destination}/3.7.0.v20120319-0200/" publishartifacts="true" source="${destination}/3.7.0.v20120319-0200/" compress="${compress}" />
</target>
</project>
Copied: trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build-indi... (from rev 40135, trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build-indi... (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build-indi... 2012-04-11 16:31:46 UTC (rev 40136)
@@ -0,0 +1,34 @@
+<?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/orbit/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/orbit/build.xml -Ddestination=/tmp/orbit-repo
+ -->
+ <target name="mirror">
+ <property name="URL1" value="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/r..." />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/orbit/R20120119162704/" />
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/R20120119162704" name="orbit plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ </source>
+
+ <slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/R20120119162704/" artifactRepository="file:${destination}/R20120119162704/" publishartifacts="true" source="${destination}/R20120119162704/" compress="${compress}" />
+ </target>
+</project>
Modified: trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build.xml 2012-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/orbit/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -16,12 +16,12 @@
-f ~/RHDS/updates/requirements/orbit/build.xml -Ddestination=/tmp/orbit-repo
-->
<target name="mirror">
- <property name="URL1" value="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/r..." />
- <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/orbit/R20120119162704/" />
+ <property name="URL1" value="http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/r..." />
+ <property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/orbit/S20120308061416/" />
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/R20120119162704" name="orbit plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/S20120308061416" name="Eclipse Orbit S20120308061416" />
<source>
<repository location="${URL1}" />
</source>
@@ -29,6 +29,6 @@
<slicingoptions includefeatures="true" followstrict="true" latestversiononly="true" />
</p2.mirror>
- <p2.publish.featuresAndBundles metadataRepository="file:${destination}/R20120119162704/" artifactRepository="file:${destination}/R20120119162704/" publishartifacts="true" source="${destination}/R20120119162704/" compress="${compress}" />
+ <p2.publish.featuresAndBundles metadataRepository="file:${destination}/S20120308061416/" artifactRepository="file:${destination}/S20120308061416/" publishartifacts="true" source="${destination}/S20120308061416/" 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-04-11 16:31:15 UTC (rev 40135)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build.xml 2012-04-11 16:31:46 UTC (rev 40136)
@@ -29,7 +29,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/S-3.4.0M6-20120319200442/" name="Web Tools plugins for Eclipse Juno" />
+ <repository location="file:${destination}/S-3.4.0M6-20120319200442/" name="Web Tools S-3.4.0M6-20120319200442" />
<source>
<repository location="${URL}" />
</source>
13 years, 8 months