Author: nickboldt
Date: 2011-10-13 17:17:11 -0400 (Thu, 13 Oct 2011)
New Revision: 35636
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.0.0...
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.1.0...
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts...
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
Log:
update to egit 1.1
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts... 2011-10-13
21:00:54 UTC (rev 35635)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeArtifacts... 2011-10-13
21:17:11 UTC (rev 35636)
@@ -3,7 +3,7 @@
<repository name='JBoss Tools Requirements - Composite Indigo SR1 Mirror'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1318354979000'/>
+<property name='p2.timestamp' value='1318538731000'/>
</properties>
<children size='14'>
<child location='../../requirements/indigo/201109230900-SR1/'/>
@@ -12,7 +12,7 @@
<child location='../../requirements/ecf/3.5.2/'/>
<child location='../../requirements/eclipse/3.7.1/'/>
-<child location='../../requirements/egit/1.0.0/'/>
+<child location='../../requirements/egit/1.1.0.201109151100/'/>
<child location='../../requirements/emf/2.7.1/'/>
<!-- includes m2e, m2e-extras, m2e-wtp -->
<child location='../../requirements/m2eclipse/20111005-1500/'/>
Modified:
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml 2011-10-13
21:00:54 UTC (rev 35635)
+++
trunk/download.jboss.org/jbosstools/updates/indigo/SR1/compositeContent.xml 2011-10-13
21:17:11 UTC (rev 35636)
@@ -3,7 +3,7 @@
<repository name='JBoss Tools Requirements - Composite Indigo SR1 Mirror'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
-<property name='p2.timestamp' value='1318354979000'/>
+<property name='p2.timestamp' value='1318538743000'/>
</properties>
<children size='14'>
<child location='../../requirements/indigo/201109230900-SR1/'/>
@@ -12,7 +12,7 @@
<child location='../../requirements/ecf/3.5.2/'/>
<child location='../../requirements/eclipse/3.7.1/'/>
-<child location='../../requirements/egit/1.0.0/'/>
+<child location='../../requirements/egit/1.1.0.201109151100/'/>
<child location='../../requirements/emf/2.7.1/'/>
<!-- includes m2e, m2e-extras, m2e-wtp -->
<child location='../../requirements/m2eclipse/20111005-1500/'/>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.0.0...
(from rev 35635,
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.0.0...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.0.0... 2011-10-13
21:17:11 UTC (rev 35636)
@@ -0,0 +1,36 @@
+<?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/" />
+ <property name="URL2"
value="http://download.eclipse.org/egit/github/updates/" />
+ <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.0.0/" name="egit +
github plugins for Eclipse 3.6 - 3.7" />
+ <source>
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.0.0/"
artifactRepository="file:${destination}/1.0.0/"
publishartifacts="true" source="${destination}/1.0.0/"
compress="${compress}" />
+ </target>
+</project>
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.1.0...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.1.0... 2011-10-13
21:00:54 UTC (rev 35635)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build-1.1.0... 2011-10-13
21:17:11 UTC (rev 35636)
@@ -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/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-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.1.0/" name="egit +
github plugins for Eclipse 3.6 - 3.7" />
- <source>
- <repository location="${URL1}" />
- <repository location="${URL2}" />
- </source>
-
- <slicingOptions includeFeatures="true" followStrict="true"
/>
- </p2.mirror>
-
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.1.0/"
artifactRepository="file:${destination}/1.1.0/"
publishartifacts="true" source="${destination}/1.1.0/"
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 2011-10-13
21:00:54 UTC (rev 35635)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2011-10-13
21:17:11 UTC (rev 35636)
@@ -16,13 +16,17 @@
-f ~/RHDS/updates/requirements/egit/build.xml -Ddestination=/tmp/egit-repo
-->
<target name="mirror">
- <property name="URL1"
value="http://download.eclipse.org/egit/updates/" />
- <property name="URL2"
value="http://download.eclipse.org/egit/github/updates/" />
- <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <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="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.0.0/" name="egit +
github plugins for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/1.1.0.201109151100/"
name="egit + github plugins for Eclipse 3.6 - 3.7" />
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
@@ -31,6 +35,6 @@
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.0.0/"
artifactRepository="file:${destination}/1.0.0/"
publishartifacts="true" source="${destination}/1.0.0/"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/1.1.0.201109151100/"
artifactRepository="file:${destination}/1.1.0.201109151100/"
publishartifacts="true" source="${destination}/1.1.0.201109151100/"
compress="${compress}" />
</target>
</project>