Author: nickboldt
Date: 2012-09-26 16:43:06 -0400 (Wed, 26 Sep 2012)
New Revision: 44061
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
Log:
mark deprecated / disabled
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-09-26
20:42:57 UTC (rev 44060)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/egit/build.xml 2012-09-26
20:43:06 UTC (rev 44061)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="mirror">
+<project default="doNothing">
<!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
@@ -15,6 +15,11 @@
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/egit/build.xml -Ddestination=/tmp/egit-repo
-->
+
+ <target name="nothing-to-do">
+ <echo>egit content is all on the Juno site.</echo>
+ </target>
+
<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/" />
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2012-09-26
20:42:57 UTC (rev 44060)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build.xml 2012-09-26
20:43:06 UTC (rev 44061)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project default="mirror">
+<project default="doNothing">
<!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
@@ -15,6 +15,11 @@
-application org.eclipse.ant.core.antRunner \
-f ~/RHDS/updates/requirements/emf/build.xml -Ddestination=/tmp/emf-repo
-->
+
+ <target name="nothing-to-do">
+ <echo>EMF content is all on the Juno site.</echo>
+ </target>
+
<target name="mirror">
<property name="URL1"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ba...
/>
<property name="URL2"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/co...
/>