Author: nickboldt
Date: 2011-02-16 12:48:31 -0500 (Wed, 16 Feb 2011)
New Revision: 29180
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/gwt-site-bui...
Log:
add new mirror/site build script for GWT
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore 2011-02-16
17:48:31 UTC (rev 29180)
@@ -0,0 +1 @@
+repo
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-02-16
17:48:31 UTC (rev 29180)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="mirror">
+ <!-- run 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"
+ -->
+ <target name="mirror">
+ <property name="URL"
value="http://dl.google.com/eclipse/plugin/3.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}" name="Google plugins for
Eclipse 3.6" />
+ <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}"
artifactRepository="file:${destination}" publishartifacts="true"
source="${destination}" compress="${compress}" />
+ </target>
+</project>
Added:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/gwt-site-bui...
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/gwt-site-bui...
(rev 0)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/gwt-site-bui... 2011-02-16
17:48:31 UTC (rev 29180)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"
standalone="no"?>
+<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
+<booleanAttribute key="append.args" value="true"/>
+<stringAttribute key="application"
value="org.eclipse.ant.core.antRunner"/>
+<booleanAttribute key="askclear" value="true"/>
+<booleanAttribute key="automaticAdd" value="true"/>
+<booleanAttribute key="automaticValidate" value="false"/>
+<stringAttribute key="bootstrap" value=""/>
+<stringAttribute key="checked" value="[NONE]"/>
+<booleanAttribute key="clearConfig" value="false"/>
+<booleanAttribute key="clearws" value="false"/>
+<booleanAttribute key="clearwslog" value="false"/>
+<stringAttribute key="configLocation"
value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/gwt-site-builder"/>
+<booleanAttribute key="default" value="true"/>
+<booleanAttribute key="includeOptional" value="true"/>
+<stringAttribute key="location"
value="${workspace_loc}/../runtime-New_configuration"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
value="-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""/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS"
value="-Xms40m -Xmx384m"/>
+<stringAttribute key="pde.version" value="3.3"/>
+<stringAttribute key="product" value="org.eclipse.sdk.ide"/>
+<booleanAttribute key="show_selected_only" value="false"/>
+<stringAttribute key="templateConfig"
value="${target_home}/configuration/config.ini"/>
+<booleanAttribute key="tracing" value="false"/>
+<booleanAttribute key="useCustomFeatures" value="false"/>
+<booleanAttribute key="useDefaultConfig" value="true"/>
+<booleanAttribute key="useDefaultConfigArea" value="true"/>
+<booleanAttribute key="useProduct" value="false"/>
+</launchConfiguration>