Author: nickboldt
Date: 2012-09-07 11:54:56 -0400 (Fri, 07 Sep 2012)
New Revision: 43512
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
Log:
oops. pulled kepler staging site instead of juno maintenance site... need to rebuild that
requirement.
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-09-07
15:34:22 UTC (rev 43511)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml 2012-09-07
15:54:56 UTC (rev 43512)
@@ -17,13 +17,13 @@
-->
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
- <property name="URL1"
value="http://download.eclipse.org/releases/staging/" />
+ <property name="URL1"
value="http://download.eclipse.org/releases/maintenance/" />
<!-- <property name="URL1"
value="http://download.eclipse.org/releases/juno/201206270900/" /> -->
<target name="run" depends="mirror,regen"/>
<target name="mirror">
<p2.mirror>
- <repository location="file:${destination}/201209031953-M/"
name="Juno 201209031953-M" />
+ <repository location="file:${destination}/20120905-1534-M/"
name="Juno 20120905-1534-M" />
<source>
<repository location="${URL1}" />
</source>
@@ -35,8 +35,8 @@
<!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt
features/plugins -->
<delete>
- <fileset dir="${destination}/201209031953-M/"
includes="**/org.eclipse.jdt.core_*OTDT*.jar*,
**/org.eclipse.objectteams.otdt*.jar*"/>
+ <fileset dir="${destination}/20120905-1534-M/"
includes="**/org.eclipse.jdt.core_*OTDT*.jar*,
**/org.eclipse.objectteams.otdt*.jar*"/>
</delete>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201209031953-M/"
artifactRepository="file:${destination}/201209031953-M/"
publishartifacts="true" source="${destination}/201209031953-M/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20120905-1534-M/"
artifactRepository="file:${destination}/20120905-1534-M/"
publishartifacts="true" source="${destination}/20120905-1534-M/"
compress="${compress}" />
</target>
</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml (from
rev 43511,
trunk/download.jboss.org/jbosstools/updates/requirements/juno/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/kepler/build.xml 2012-09-07
15:54:56 UTC (rev 43512)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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}
+ -consoleLog -nosplash -data /tmp
+ -application org.eclipse.ant.core.antRunner
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/juno/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/juno/build.xml -Ddestination=/tmp/juno-repo
+ -->
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+ <property name="URL1"
value="http://download.eclipse.org/releases/staging/" />
+ <!-- <property name="URL1"
value="http://download.eclipse.org/releases/juno/201206270900/" /> -->
+
+ <target name="run" depends="mirror,regen"/>
+ <target name="mirror">
+ <p2.mirror>
+ <repository location="file:${destination}/201209031953-M/"
name="Juno 201209031953-M" />
+ <source>
+ <repository location="${URL1}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+ </target>
+ <target name="regen">
+
+ <!-- remove OTDT patched version of o.e.jdt.core, and all other o.e.ot.otdt
features/plugins -->
+ <delete>
+ <fileset dir="${destination}/201209031953-M/"
includes="**/org.eclipse.jdt.core_*OTDT*.jar*,
**/org.eclipse.objectteams.otdt*.jar*"/>
+ </delete>
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/201209031953-M/"
artifactRepository="file:${destination}/201209031953-M/"
publishartifacts="true" source="${destination}/201209031953-M/"
compress="${compress}" />
+ </target>
+</project>