Author: nickboldt
Date: 2011-03-07 18:26:09 -0500 (Mon, 07 Mar 2011)
New Revision: 29588
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html
Log:
add builder for eclipse 3.6, emf 2.6; tweak ecf builder since it's not 3.4M5, but
3.4.0
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-03-07
23:12:42 UTC (rev 29587)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml 2011-03-07
23:26:09 UTC (rev 29588)
@@ -22,7 +22,7 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/3.4/" name="ECF plugins
for Eclipse 3.7" />
+ <repository location="file:${destination}/3.4/" name="ECF plugins
for Eclipse 3.6" />
<source>
<repository location="${URL}" />
</source>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-07
23:12:42 UTC (rev 29587)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/index.html 2011-03-07
23:26:09 UTC (rev 29588)
@@ -46,7 +46,7 @@
-->
<br/>
<ul>
-<li><a class=link href=3.4M5>3.4M5</a> </li>
+<li><a class=link href=3.4>3.4</a> </li>
</ul>
<br/>
</td>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
(from rev 29587,
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/build-he... 2011-03-07
23:26:09 UTC (rev 29588)
@@ -0,0 +1,35 @@
+<?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/eclipse/build-helios.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/eclipse/build-helios.xml
-Ddestination=/tmp/eclipse-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/eclipse/updates/3.6/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/3.6/" name="Eclipse
3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.6/"
artifactRepository="file:${destination}/3.6/" publishartifacts="true"
source="${destination}/3.6/" compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-07
23:12:42 UTC (rev 29587)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/eclipse/index.html 2011-03-07
23:26:09 UTC (rev 29588)
@@ -47,6 +47,7 @@
<br/>
<ul>
<li><a class=link href=3.7M5>3.7M5</a> </li>
+<li><a class=link href=3.6.2>3.6.2</a> </li>
</ul>
<br/>
</td>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
(from rev 29587,
trunk/download.jboss.org/jbosstools/updates/requirements/ecf/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/build-helios... 2011-03-07
23:26:09 UTC (rev 29588)
@@ -0,0 +1,35 @@
+<?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/emf/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/emf/build.xml -Ddestination=/tmp/emf-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/modeling/emf/emf/updates/2.6/" />
+
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/2.6/" name="EMF plugins
for Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.6/"
artifactRepository="file:${destination}/2.6/" publishartifacts="true"
source="${destination}/2.6/" compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html 2011-03-07
23:12:42 UTC (rev 29587)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/emf/index.html 2011-03-07
23:26:09 UTC (rev 29588)
@@ -47,6 +47,7 @@
<br/>
<ul>
<li><a class=link href=2.7>2.7</a> </li>
+<li><a class=link href=2.6>2.6</a> </li>
</ul>
<br/>
</td>