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/requir...
/>
+ <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/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.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.7miles...
/>
- <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
- <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.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.7miles...
/>
- <property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7miles...
/>
- <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.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/requir...
/>
- <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-065... />
- <!-- JIRA connector; note that Subclipse connector is on Subclipse req site,
../subclipse/ -->
- <!--<property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/e3.6/" /> -->
- <property name="URL2"
value="http://update.atlassian.com/atlassian-eclipse-plugin/weekly/e... />
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <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-140... />
- <!-- 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="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <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-140... />
-->
- <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/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.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>