Author: nickboldt
Date: 2011-07-19 17:01:17 -0400 (Tue, 19 Jul 2011)
New Revision: 33052
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
Log:
update build.xml for egit to include egit-github connector (JBDS-1700)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2011-07-19
20:48:52 UTC (rev 33051)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2011-07-19
21:01:17 UTC (rev 33052)
@@ -16,14 +16,16 @@
-f ~/RHDS/updates/requirements/egit/build.xml -Ddestination=/tmp/egit-repo
-->
<target name="mirror">
- <property name="URL"
value="http://download.eclipse.org/egit/updates/" />
+ <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 plugins
for Eclipse 3.6 - 3.7" />
+ <repository location="file:${destination}/1.0.0/" name="egit +
github plugins for Eclipse 3.6 - 3.7" />
<source>
- <repository location="${URL}" />
+ <repository location="${URL1}" />
+ <repository location="${URL2}" />
</source>
<slicingOptions includeFeatures="true" followStrict="true"
/>