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/requir...
/>
- <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>