Author: mickael_istria
Date: 2012-03-20 09:12:32 -0400 (Tue, 20 Mar 2012)
New Revision: 39655
Modified:
trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
trunk/gwt/site/category.xml
Log:
JBIDE-8838:
* GWT
Modified: trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml
===================================================================
--- trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2012-03-20 12:47:36 UTC (rev
39654)
+++ trunk/gwt/features/org.jboss.tools.gwt.feature/pom.xml 2012-03-20 13:12:32 UTC (rev
39655)
@@ -11,4 +11,37 @@
<artifactId>org.jboss.tools.gwt.feature</artifactId>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: trunk/gwt/site/category.xml
===================================================================
--- trunk/gwt/site/category.xml 2012-03-20 12:47:36 UTC (rev 39654)
+++ trunk/gwt/site/category.xml 2012-03-20 13:12:32 UTC (rev 39655)
@@ -8,5 +8,8 @@
<feature url="features/org.jboss.tools.gwt.feature_0.0.0.jar"
id="org.jboss.tools.gwt.feature" version="0.0.0">
<category name="JBoss Tools GWT Integration Nightly Build Update
Site"/>
</feature>
-
+ <!-- Sources -->
+ <feature url="features/org.jboss.tools.gwt.feature.source_0.0.0.jar"
id="org.jboss.tools.gwt.feature.source" version="0.0.0">
+ <category name="JBoss Tools GWT Integration Nightly Build Update
Site"/>
+ </feature>
</site>