Author: nickboldt
Date: 2012-01-16 00:29:36 -0500 (Mon, 16 Jan 2012)
New Revision: 37841
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.4.2....
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/README.html
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
JBIDE-10595 add Google Plugin for Eclipse 2.5.0.v201112160242-rel-r37 to requirements
mirror
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/README.html
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/README.html 2012-01-16
04:33:41 UTC (rev 37840)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/README.html 2012-01-16
05:29:36 UTC (rev 37841)
@@ -1,6 +1,6 @@
<html>
<head>
-<title>JBoss Tools Build Requirements - GWT Updates</title>
+<title>JBoss Tools Build Requirements - Google Plugin for Eclipse</title>
<style>
@import url("../../web/site.css");
</style>
@@ -18,7 +18,7 @@
<tr>
<td>  </td>
<td>
- <h2 class="title">JBoss Tools Build Requirements - GWT
Updates</h2>
+ <h2 class="title">JBoss Tools Build Requirements - Google Plugin for
Eclipse</h2>
<table width="100%">
<!-- <tr class="light-row" style="height: 30px">
@@ -29,24 +29,10 @@
<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=201012211742>201012211742</a> (for use with
JBoss Tools 3.2.x)</li>
+<li>com.google.gdt.eclipse.suite.e37.feature - <a class=link
href=2.5.0.v201112160242-rel-r37>2.5.0.v201112160242-rel-r37</a> (JBoss Tools
3.3)</li>
+<li>com.google.gdt.eclipse.suite.e36.feature - <a class=link
href=201012211742>1.4.2.v201012211742</a> (JBoss Tools 3.2)</li>
</ul>
<br/>
</td>
Copied:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.4.2....
(from rev 37840,
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml)
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.4.2....
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.4.2.... 2012-01-16
05:29:36 UTC (rev 37841)
@@ -0,0 +1,41 @@
+<?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/gwt/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/gwt/build.xml -Ddestination=/tmp/gwt-repo
+ -->
+ <target name="mirror">
+ <!-- note: this site no longer contains the 20111201-2000 release of GWT, since
Google removes old versions -->
+ <property name="URL"
value="http://dl.google.com/eclipse/plugin/3.7" />
+ <property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
+ <property name="compress" value="true" />
+
+ <p2.mirror>
+ <repository location="file:${destination}/20111201-2000"
name="Google plugins for Eclipse 3.7" />
+ <source>
+ <repository location="${URL}" />
+ </source>
+
+ <!--
+ <iu id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.2.0.feature.group"
/>
+ <iu
id="com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.2.feature.group"
/>
+ <iu id="com.google.gdt.eclipse.suite.e36.feature.feature.group" />
+ -->
+
+ <slicingOptions includeFeatures="true" followStrict="true"
/>
+ </p2.mirror>
+
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20111201-2000"
artifactRepository="file:${destination}/20111201-2000"
publishartifacts="true" source="${destination}/20111201-2000"
compress="${compress}" />
+ </target>
+</project>
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-01-16
04:33:41 UTC (rev 37840)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-01-16
05:29:36 UTC (rev 37841)
@@ -16,26 +16,19 @@
-f ~/RHDS/updates/requirements/gwt/build.xml -Ddestination=/tmp/gwt-repo
-->
<target name="mirror">
- <!-- note: this site no longer contains the 20111201-2000 release of GWT, since
Google removes old versions -->
<property name="URL"
value="http://dl.google.com/eclipse/plugin/3.7" />
<property name="destination"
value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requir...
/>
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/20111201-2000"
name="Google plugins for Eclipse 3.7" />
+ <repository location="file:${destination}/2.5.0.v201112160242-rel-r37"
name="Google Plugin for Eclipse 3.7" />
<source>
<repository location="${URL}" />
</source>
-
- <!--
- <iu id="com.google.gwt.eclipse.sdkbundle.e36.feature.2.2.0.feature.group"
/>
- <iu
id="com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.2.feature.group"
/>
- <iu id="com.google.gdt.eclipse.suite.e36.feature.feature.group" />
- -->
-
+ <iu id="com.google.gdt.eclipse.suite.e37.feature.feature.group"/>
<slicingOptions includeFeatures="true" followStrict="true"
/>
</p2.mirror>
- <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/20111201-2000"
artifactRepository="file:${destination}/20111201-2000"
publishartifacts="true" source="${destination}/20111201-2000"
compress="${compress}" />
+ <p2.publish.featuresAndBundles
metadataRepository="file:${destination}/2.5.0.v201112160242-rel-r37"
artifactRepository="file:${destination}/2.5.0.v201112160242-rel-r37"
publishartifacts="true"
source="${destination}/2.5.0.v201112160242-rel-r37"
compress="${compress}" />
</target>
</project>