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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 27 15:50:44 EDT 2012


Author: nickboldt
Date: 2012-06-27 15:50:44 -0400 (Wed, 27 Jun 2012)
New Revision: 42258

Added:
   trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.5.2.v201202290255-rel-r37.xml
Modified:
   trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
add builder for GWT 2.6.1

Copied: trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.5.2.v201202290255-rel-r37.xml (from rev 42257, trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml)
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.5.2.v201202290255-rel-r37.xml	                        (rev 0)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build-2.5.2.v201202290255-rel-r37.xml	2012-06-27 19:50:44 UTC (rev 42258)
@@ -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}/2.5.2.v201202290255-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}/2.5.2.v201202290255-rel-r37" artifactRepository="file:${destination}/2.5.2.v201202290255-rel-r37" publishartifacts="true" source="${destination}/2.5.2.v201202290255-rel-r37" 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-06-27 18:56:03 UTC (rev 42257)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml	2012-06-27 19:50:44 UTC (rev 42258)
@@ -21,7 +21,7 @@
 		<property name="compress" value="true" />
 
 		<p2.mirror>
-			<repository location="file:${destination}/2.5.2.v201202290255-rel-r37" name="Google Plugin for Eclipse 3.7" />
+			<repository location="file:${destination}/2.6.1.v201205091048-rel-r37" name="Google Plugin for Eclipse 3.7" />
 			<source>
 				<repository location="${URL}" />
 			</source>
@@ -39,6 +39,6 @@
 			
 			<slicingOptions includeFeatures="true" followStrict="true" />
 		</p2.mirror>
-		<p2.publish.featuresAndBundles metadataRepository="file:${destination}/2.5.2.v201202290255-rel-r37" artifactRepository="file:${destination}/2.5.2.v201202290255-rel-r37" publishartifacts="true" source="${destination}/2.5.2.v201202290255-rel-r37" compress="${compress}" />
+		<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}" />
 	</target>
 </project>



More information about the jbosstools-commits mailing list