[jbosstools-commits] JBoss Tools SVN: r42514 - trunk/download.jboss.org/jbosstools/updates/requirements/gwt.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 11 16:07:52 EDT 2012


Author: nickboldt
Date: 2012-07-11 16:07:51 -0400 (Wed, 11 Jul 2012)
New Revision: 42514

Added:
   trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r37.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r42.xml
Modified:
   trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
add builders for GWT 3.0.1 for Eclipse 3.7 and 4.2 (separate sites) - JBIDE-11469, JBIDE-12287

Copied: trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r37.xml (from rev 42513, trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r37.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r37.xml	2012-07-11 20:07:51 UTC (rev 42514)
@@ -0,0 +1,44 @@
+<?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">
+		<property name="URL" value="http://dl.google.com/eclipse/plugin/3.7" />
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/gwt/" />
+		<property name="compress" value="true" />
+
+		<p2.mirror>
+			<repository location="file:${destination}/3.0.1.v201206290132-rel-r37" name="Google Plugin for Eclipse 3.7" />
+			<source>
+				<repository location="${URL}" />
+			</source>
+			<!-- JBDS-1737: GPE and GWT SDK -->
+			<iu id="com.google.gdt.eclipse.suite.e37.feature.feature.group"/>
+			<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group"/>
+
+			<!-- JBIDE-11167: Windowbuilder and GDT Designer -->
+			<iu id="com.google.gdt.eclipse.designer.hosted.feature.feature.group"/>
+			<iu id="com.google.gdt.eclipse.designer.editor.feature.feature.group"/>
+			<iu id="com.google.gdt.eclipse.designer.gpe.feature.feature.group"/>
+			<iu id="org.eclipse.wb.core.feature.feature.group"/>
+			<iu id="org.eclipse.wb.css.feature.feature.group"/>
+			<iu id="org.eclipse.wb.core.xml.feature.feature.group"/>
+			
+			<slicingOptions includeFeatures="true" followStrict="true" />
+		</p2.mirror>
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.0.1.v201206290132-rel-r37" artifactRepository="file:${destination}/3.0.1.v201206290132-rel-r37" publishartifacts="true" source="${destination}/3.0.1.v201206290132-rel-r37" compress="${compress}" />
+	</target>
+</project>

Copied: trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r42.xml (from rev 42513, trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r42.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-3.0.1.v201206290132-rel-r42.xml	2012-07-11 20:07:51 UTC (rev 42514)
@@ -0,0 +1,44 @@
+<?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">
+		<property name="URL" value="http://dl.google.com/eclipse/plugin/4.2/"/>
+		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/gwt/" />
+		<property name="compress" value="true" />
+
+		<p2.mirror>
+			<repository location="file:${destination}/3.0.1.v201206290132-rel-r42" name="Google Plugin for Eclipse 4.2" />
+			<source>
+				<repository location="${URL}" />
+			</source>
+			<!-- JBDS-1737: GPE and GWT SDK -->
+			<iu id="com.google.gdt.eclipse.suite.e42.feature.feature.group"/>
+			<iu id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group"/>
+
+			<!-- JBIDE-11167: Windowbuilder and GDT Designer -->
+			<iu id="com.google.gdt.eclipse.designer.hosted.feature.feature.group"/>
+			<iu id="com.google.gdt.eclipse.designer.editor.feature.feature.group"/>
+			<iu id="com.google.gdt.eclipse.designer.gpe.feature.feature.group"/>
+			<iu id="org.eclipse.wb.core.feature.feature.group"/>
+			<iu id="org.eclipse.wb.css.feature.feature.group"/>
+			<iu id="org.eclipse.wb.core.xml.feature.feature.group"/>
+			
+			<slicingOptions includeFeatures="true" followStrict="true" />
+		</p2.mirror>
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.0.1.v201206290132-rel-r42" artifactRepository="file:${destination}/3.0.1.v201206290132-rel-r42" publishartifacts="true" source="${destination}/3.0.1.v201206290132-rel-r42" 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-07-11 18:46:59 UTC (rev 42513)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml	2012-07-11 20:07:51 UTC (rev 42514)
@@ -16,18 +16,18 @@
 			-f ~/RHDS/updates/requirements/gwt/build.xml -Ddestination=/tmp/gwt-repo
 	-->
 	<target name="mirror">
-		<property name="URL" value="http://dl.google.com/eclipse/plugin/3.7" />
+		<property name="URL" value="http://dl.google.com/eclipse/plugin/4.2/"/>
 		<property name="destination" value="/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/gwt/" />
 		<property name="compress" value="true" />
 
 		<p2.mirror>
-			<repository location="file:${destination}/2.6.1.v201205091048-rel-r37" name="Google Plugin for Eclipse 3.7" />
+			<repository location="file:${destination}/3.0.1.v201206290132-rel-r42" name="Google Plugin for Eclipse 4.2" />
 			<source>
 				<repository location="${URL}" />
 			</source>
 			<!-- JBDS-1737: GPE and GWT SDK -->
-			<iu id="com.google.gdt.eclipse.suite.e37.feature.feature.group"/>
-			<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature.feature.group"/>
+			<iu id="com.google.gdt.eclipse.suite.e42.feature.feature.group"/>
+			<iu id="com.google.gwt.eclipse.sdkbundle.e42.feature.feature.group"/>
 
 			<!-- JBIDE-11167: Windowbuilder and GDT Designer -->
 			<iu id="com.google.gdt.eclipse.designer.hosted.feature.feature.group"/>
@@ -39,6 +39,6 @@
 			
 			<slicingOptions includeFeatures="true" followStrict="true" />
 		</p2.mirror>
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.6.1.v201205091048-rel-r37" artifactRepository="file:${destination}/2.6.1.v201205091048-rel-r37" publishartifacts="true" source="${destination}/2.6.1.v201205091048-rel-r37" compress="${compress}" />
+		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/3.0.1.v201206290132-rel-r42" artifactRepository="file:${destination}/3.0.1.v201206290132-rel-r42" publishartifacts="true" source="${destination}/3.0.1.v201206290132-rel-r42" compress="${compress}" />
 	</target>
 </project>



More information about the jbosstools-commits mailing list