Author: nickboldt
Date: 2012-04-14 14:11:05 -0400 (Sat, 14 Apr 2012)
New Revision: 40195
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build-reg...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
Log:
fix script so that metadata gets compressed; remove need for build-regen-meta-only.xml
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build-reg...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build-reg... 2012-04-14
18:10:51 UTC (rev 40194)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build-reg... 2012-04-14
18:11:05 UTC (rev 40195)
@@ -1,26 +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/helios/build.xml"
-
- or, run headless on qa01 server, where Eclipse is installed into ~/helios:
-
- export JAVA_HOME=/opt/jdk1.6.0; \
- ${JAVA_HOME}/bin/java -cp ~/helios/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/helios/build.xml -Ddestination=/tmp/helios-repo
- -->
- <target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/releases/helios/201102250900/" />
-
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <property name="compress" value="false" />
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/SR2/"
artifactRepository="file:${destination}/SR2/" publishartifacts="true"
source="${destination}/SR2/" compress="${compress}" />
- </target>
-</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml 2012-04-14
18:10:51 UTC (rev 40194)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/helios/build.xml 2012-04-14
18:11:05 UTC (rev 40195)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="mirror">
+<project default="run">
<!-- 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,12 +15,13 @@
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/helios/build.xml -Ddestination=/tmp/helios-repo
-->
- <target name="mirror">
<property name="URL"
value="http://download.eclipse.org/releases/helios/201102250900/" />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
+ <target name="run" depends="mirror,regen"/>
+ <target name="mirror">
<p2.mirror>
<repository location="file:${destination}/SR2/" name="Helios
SR2" />
<source>
@@ -29,7 +30,8 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
-
+ </target>
+ <target name="regen">
<p2.publish.featuresAndBundles
metadataRepository="file:${destination}/SR2/"
artifactRepository="file:${destination}/SR2/" publishartifacts="true"
source="${destination}/SR2/" compress="${compress}" />
</target>
</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-04-14
18:10:51 UTC (rev 40194)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/indigo/build.xml 2012-04-14
18:11:05 UTC (rev 40195)
@@ -15,16 +15,16 @@
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/indigo/build.xml -Ddestination=/tmp/indigo-repo
-->
+ <!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201202240900/" /> -->
+ <!-- must include BOTH Indigo and Eclipse in the same repo now, since the Indigo site
is broken (refs an old Eclipse build which is gone) -->
+ <property name="URL1"
value="http://download.eclipse.org/releases/indigo/201202240900/" />
+ <property name="URL2"
value="http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-20120...
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
<target name="run" depends="mirror,regen"/>
<target name="mirror">
- <!-- <property name="URL"
value="http://download.eclipse.org/releases/indigo/201202240900/" /> -->
- <!-- must include BOTH Indigo and Eclipse in the same repo now, since the Indigo
site is broken (refs an old Eclipse build which is gone) -->
- <property name="URL1"
value="http://download.eclipse.org/releases/indigo/201202240900/" />
- <property name="URL2"
value="http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-20120...
-
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
- <property name="compress" value="true" />
-
<p2.mirror>
<repository location="file:${destination}/201202240900-SR2/"
name="Indigo 201202240900-SR2" />
<source>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-04-14
18:10:51 UTC (rev 40194)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-04-14
18:11:05 UTC (rev 40195)
@@ -21,7 +21,6 @@
<target name="run" depends="mirror,regen"/>
<target name="mirror">
-
<p2.mirror>
<repository location="file:${destination}/201203230900-M6/"
name="Juno 201203230900-M6" />
<source>