Author: nickboldt
Date: 2011-03-01 10:22:06 -0500 (Tue, 01 Mar 2011)
New Revision: 29411
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/index.html
Log:
new birt and swt mirrors; update index page with new links
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig... 2011-03-01
15:22:06 UTC (rev 29411)
@@ -0,0 +1,48 @@
+<?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/birt/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/birt/build.xml -Ddestination=/tmp/birt-repo
+
+ or, on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner -f build-indigo.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/birt/update-site/4.0-interim/" />
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/4.0" name="Extra BIRT
plugins for Eclipse 3.7 (Not in Indigo)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/4.0"
artifactRepository="file:${destination}/4.0" publishartifacts="true"
source="${destination}/4.0" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-03-01
15:22:06 UTC (rev 29411)
@@ -0,0 +1,48 @@
+<?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/birt/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/birt/build.xml -Ddestination=/tmp/birt-repo
+
+ or, on local:
+
+ java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner
+
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/birt/update-site/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="Extra BIRT
plugins for Eclipse 3.6 (Not in Helios)" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ <iu id="org.eclipse.birt.osgi.runtime.sdk.feature.group" />
+ <iu id="org.eclipse.birt.feature.group" />
+ <iu id="org.eclipse.birt.integration.wtp.feature.group" />
+ <iu id="org.eclipse.birt.chart.feature.group" />
+ <iu id="org.eclipse.birt.chart.integration.wtp.feature.group" />
+
+ </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>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html 2011-03-01
15:22:06 UTC (rev 29411)
@@ -0,0 +1 @@
+<meta http-equiv="refresh"
content="0;url=/jbosstools/updates/helios/">
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-01
15:21:47 UTC (rev 29410)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/index.html 2011-03-01
15:22:06 UTC (rev 29411)
@@ -46,16 +46,27 @@
-->
<br/>
<ul>
+<li><a class=link href=indigo>indigo</a></li>
+<li><a class=link href=birt/4.0>birt/4.0</a></li>
+<li><a class=link href=gwt>gwt</a></li>
+<li><a class=link href=swtbot/2.0.3>swtbot/2.0.3</a></li>
+<li><a class=link
href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>
+<p>
<li><a class=link href=helios>helios</a></li>
+<li><a class=link href=birt/2.6>birt/2.6</a></li>
+<li><a class=link href=gwt>gwt</a></li>
+<li><a class=link href=helios_orbit>helios_orbit</a></li>
+<li><a class=link href=orbit>orbit</a></li>
+<li><a class=link href=thirdparty>thirdparty</a></li>
<li><a class=link href=swtbot-helios>swtbot-helios</a></li>
<li><a class=link href=webtools-3.2>webtools-3.2</a></li>
-<p>
-<li><a class=link href=orbit>orbit</a></li>
-<li><a class=link href=thirdparty>thirdparty</a></li>
-<p>
+<li><a class=link href=xulrunner>xulrunner</a></li>
<li><a class=link
href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>
+<li><a class=link
href=xulrunner-1.9.1.2_201009022134>xulrunner-1.9.1.2_201009022134</a></li>
<li><a class=link href=xulrunner-1.9.2>xulrunner-1.9.2</a></li>
-<li><a class=link href=xulrunner>xulrunner</a></li>
+<p>
+<li><a class=link href=galileo>galileo</a></li>
+
</ul>
<br/>
</td>
Property changes on:
trunk/download.jboss.org/jbosstools/updates/requirements/index.html
___________________________________________________________________
Added: svn:executable
+ *
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/build.xml 2011-03-01
15:22:06 UTC (rev 29411)
@@ -0,0 +1,34 @@
+<?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/swtbot/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/swtbot/build.xml -Ddestination=/tmp/swtbot-repo
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/technology/swtbot/helios/dev-buil...
/>
+ <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.0.3" name="SWTBot
plugins for Eclipse 3.6" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.0.3"
artifactRepository="file:${destination}/2.0.3" publishartifacts="true"
source="${destination}/2.0.3" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html 2011-03-01
15:22:06 UTC (rev 29411)
@@ -0,0 +1 @@
+<meta http-equiv="refresh"
content="0;url=/jbosstools/updates/helios/">