Author: nickboldt
Date: 2012-03-27 12:59:39 -0400 (Tue, 27 Mar 2012)
New Revision: 39853
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
JBIDE-11167 new GWT site for 2.5.2 including visual editor and windowbuilder
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-03-27
16:47:05 UTC (rev 39852)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2012-03-27
16:59:39 UTC (rev 39853)
@@ -21,14 +21,24 @@
<property name="compress" value="true" />
<p2.mirror>
- <repository location="file:${destination}/2.5.0.v201201120043-rel-r37"
name="Google Plugin for Eclipse 3.7" />
+ <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.0.v201201120043-rel-r37"
artifactRepository="file:${destination}/2.5.0.v201201120043-rel-r37"
publishartifacts="true"
source="${destination}/2.5.0.v201201120043-rel-r37"
compress="${compress}" />
+ <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>