Author: nickboldt
Date: 2011-06-23 11:09:09 -0400 (Thu, 23 Jun 2011)
New Revision: 32323
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
Log:
fix build.xml to include 3 URLs (some confusion w/ fbricon's instructions / lack of
instructions)
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2011-06-23
14:57:13 UTC (rev 32322)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/m2eclipse/build.xml 2011-06-23
15:09:09 UTC (rev 32323)
@@ -16,8 +16,9 @@
-f ~/RHDS/updates/requirements/m2eclipse/build.xml -Ddestination=/tmp/m2eclipse-repo
-->
<target name="mirror">
- <property name="URL1"
value"https://repository.sonatype.org/content/sites/forge-sites/m2e/...
+ <property name="URL1"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
<property name="URL2"
value="https://repository.sonatype.org/content/repositories/forge-si...
+ <property name="URL3"
value="https://repository.sonatype.org/content/sites/forge-sites/m2e...
<!--
<property name="URL1"
value="http://download.eclipse.org/technology/m2e/milestones/1.0/&qu...
@@ -50,8 +51,8 @@
<source>
<repository location="${URL1}" />
<repository location="${URL2}" />
+ <repository location="${URL3}" />
<!--
- <repository location="${URL3}" />
<repository location="${URL4}" />
-->
</source>