Author: nickboldt
Date: 2012-05-22 16:56:15 -0400 (Tue, 22 May 2012)
New Revision: 41261
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.3.0...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
Log:
Add builder for egit 1.3
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.3.0...
(from rev 41260,
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.3.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.3.0... 2012-05-22
20:56:15 UTC (rev 41261)
@@ -0,0 +1,40 @@
+<?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/egit/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/egit/build.xml -Ddestination=/tmp/egit-repo
+ -->
+ <target name="mirror">
+ <property name="URL1"
value="http://download.eclipse.org/egit/updates-1.3/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates-1.3/" />
+ <!--
+ <property name="URL1"
value="http://download.eclipse.org/egit/updates-nightly/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates-nightly/" />
+ -->
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/1.3.0.201202151440-r/"
name="egit + github 1.3.0.201202151440-r" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <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/egit/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-05-22
20:38:22 UTC (rev 41260)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-05-22
20:56:15 UTC (rev 41261)
@@ -16,11 +16,11 @@
-f ~/RHDS/updates/requirements/egit/build.xml -Ddestination=/tmp/egit-repo
-->
<target name="mirror">
+ <property name="URL1"
value="http://download.eclipse.org/egit/updates-1.3/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates-1.3/" />
+ <!--
<property name="URL1"
value="http://download.eclipse.org/egit/updates-nightly/" />
<property name="URL2"
value="http://download.eclipse.org/egit/github/updates-nightly/" />
- <!--
- <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/requir...
/>
<property name="compress" value="true" />