Author: nickboldt
Date: 2011-03-01 15:49:30 -0500 (Tue, 01 Mar 2011)
New Revision: 29416
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-i...
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html
Removed:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/index.html
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html
Log:
update index pages and add webstools 3.2/3.3 builder; fix helios composite
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml 2011-03-01
20:49:30 UTC (rev 29416)
@@ -10,7 +10,7 @@
<property name='p2.timestamp' value='1298992775000'/>
</properties>
<children size='6'>
-<child
location='http://download.jboss.org/jbosstools/updates/requirements/h...
+<child
location='http://download.jboss.org/jbosstools/updates/requirements/h...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/o...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/g...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/g...
Modified:
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml 2011-03-01
20:49:30 UTC (rev 29416)
@@ -10,7 +10,7 @@
<property name='p2.timestamp' value='1298992775000'/>
</properties>
<children size='6'>
-<child
location='http://download.jboss.org/jbosstools/updates/requirements/h...
+<child
location='http://download.jboss.org/jbosstools/updates/requirements/h...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/o...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/g...
<child
location='http://download.jboss.org/jbosstools/updates/requirements/g...
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...
(from rev 29415,
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-helio... 2011-03-01
20:49:30 UTC (rev 29416)
@@ -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-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/birt/build-helios.xml -Ddestination=/tmp/birt-repo
+
+ or, headless 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-helios.xml
+
+ -->
+ <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>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig... 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig... 2011-03-01
20:49:30 UTC (rev 29416)
@@ -5,7 +5,7 @@
-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"
+ -f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/birt/build-indigo.xml"
or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
@@ -13,9 +13,9 @@
${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
+ -f ~/RHDS/updates/requirements/birt/build-indigo.xml -Ddestination=/tmp/birt-repo
- or, on local:
+ or, headless on local:
java -cp /home/nboldt/eclipse/eclipse361/plugins/org.eclipse.equinox.launcher_*.jar \
org.eclipse.equinox.launcher.Main -consoleLog -nosplash -data /tmp \
Deleted:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build.xml 2011-03-01
20:49:30 UTC (rev 29416)
@@ -1,48 +0,0 @@
-<?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>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/birt/index.html 2011-03-01
20:49:30 UTC (rev 29416)
@@ -1 +1,69 @@
-<meta http-equiv="refresh"
content="0;url=/jbosstools/updates/helios/">
+<html>
+<head>
+<title>JBoss Tools Build Requirements - Orbit Update Sites</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - Orbit Update
Sites</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=4.0>4.0</a> (Indigo) </li>
+<li><a class=link href=2.6>2.6</a> (Helios) </li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/index.html 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/index.html 2011-03-01
20:49:30 UTC (rev 29416)
@@ -1 +1,71 @@
-<meta http-equiv="refresh"
content="0;url=/jbosstools/updates/helios/">
+<html>
+<head>
+<title>JBoss Tools Build Requirements - Orbit Update Sites</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - Orbit Update
Sites</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=201102111811-complete>201102111811-complete</a>
</li>
+<li><a class=link href=201102111811>201102111811</a> </li>
+<li><a class=link href=201012211742>201012211742</a> </li>
+<li><a class=link href=201010280102>201010280102</a> </li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html 2011-03-01
20:40:23 UTC (rev 29415)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/swtbot/index.html 2011-03-01
20:49:30 UTC (rev 29416)
@@ -1 +1,68 @@
-<meta http-equiv="refresh"
content="0;url=/jbosstools/updates/helios/">
+<html>
+<head>
+<title>JBoss Tools Build Requirements - Orbit Update Sites</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - Orbit Update
Sites</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=2.0.3>2.0.3</a> </li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
(from rev 29415,
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-h... 2011-03-01
20:49:30 UTC (rev 29416)
@@ -0,0 +1,42 @@
+<?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/webtools/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/webtools/build-helios.xml
-Ddestination=/tmp/webtools-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-helios.xml
+
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://download.eclipse.org/webtools/repository/helios/" />
+ <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.2" name="Web Tools
plugins for Eclipse 3.6 Helios" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.2"
artifactRepository="file:${destination}/4.0" publishartifacts="true"
source="${destination}/4.0" compress="${compress}" />
+ </target>
+</project>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-i...
(from rev 29415,
trunk/download.jboss.org/jbosstools/updates/requirements/birt/build-indig...)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-i...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/build-i... 2011-03-01
20:49:30 UTC (rev 29416)
@@ -0,0 +1,42 @@
+<?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/webtools/build-indigo.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/webtools/build-indigo.xml
-Ddestination=/tmp/webtools-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/webtools/downloads/drops/R3.3.0/S...
/>
+ <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.3" name="Web Tools
plugins for Eclipse 3.7 Indigo" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/3.3"
artifactRepository="file:${destination}/3.3" publishartifacts="true"
source="${destination}/3.3" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/webtools/index.html 2011-03-01
20:49:30 UTC (rev 29416)
@@ -0,0 +1,69 @@
+<html>
+<head>
+<title>JBoss Tools Build Requirements - Orbit Update Sites</title>
+<style>
+@import url("../../web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+
src="https://www.jboss.org/dms/tools/images/tools-banner.png"
/></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools Build Requirements - Orbit Update
Sites</h2>
+ <table width="100%">
+
+ <!-- <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText"></p>
+ </td>
+ </tr> -->
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <!-- <p class="bodyText"></p> -->
+
+<!-- to convert raw fish listing to links do this in vi
+
+:%s#^sftp://tools@filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/\(.\+\)$#<li><a
class=link href=\1>\1<\/a></li>#g
+
+Then sftp file into
+
+tools(a)filemgmt.jboss.org/downloads_htdocs/tools/updates/requirements/
+
+which becomes
+
+http://download.jboss.org/jbosstools/updates/requirements/
+
+-->
+ <br/>
+ <ul>
+<li><a class=link href=3.3>3.3</a> (Indigo) </li>
+<li><a class=link href=3.2>3.2</a> (Helios) </li>
+ </ul>
+ <br/>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Looking to download JBoss Tools? See <a
class="link"
+
href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>. See also <a
+
href="http://www.jboss.org/tools/download/installation">Inst...
+ methods</a>.</p>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>