[jbosstools-commits] JBoss Tools SVN: r39562 - in trunk/forge: features/org.jboss.tools.forge.test.feature and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 16 11:40:54 EDT 2012


Author: mickael_istria
Date: 2012-03-16 11:40:53 -0400 (Fri, 16 Mar 2012)
New Revision: 39562

Added:
   trunk/forge/features/org.jboss.tools.forge.feature/sourceTemplateFeature/
   trunk/forge/features/org.jboss.tools.forge.test.feature/sourceTemplateFeature/
   trunk/forge/plugins/org.jboss.tools.forge.runtime/src/
Modified:
   trunk/forge/features/org.jboss.tools.forge.feature/pom.xml
   trunk/forge/features/org.jboss.tools.forge.test.feature/pom.xml
   trunk/forge/site/category.xml
Log:
JBIDE-8838
* Forge

Modified: trunk/forge/features/org.jboss.tools.forge.feature/pom.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/pom.xml	2012-03-16 15:17:55 UTC (rev 39561)
+++ trunk/forge/features/org.jboss.tools.forge.feature/pom.xml	2012-03-16 15:40:53 UTC (rev 39562)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.forge.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/forge/features/org.jboss.tools.forge.test.feature/pom.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.test.feature/pom.xml	2012-03-16 15:17:55 UTC (rev 39561)
+++ trunk/forge/features/org.jboss.tools.forge.test.feature/pom.xml	2012-03-16 15:40:53 UTC (rev 39562)
@@ -10,4 +10,37 @@
 	<artifactId>org.jboss.tools.forge.test.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/forge/site/category.xml
===================================================================
--- trunk/forge/site/category.xml	2012-03-16 15:17:55 UTC (rev 39561)
+++ trunk/forge/site/category.xml	2012-03-16 15:40:53 UTC (rev 39562)
@@ -11,4 +11,11 @@
 	<feature url="features/org.jboss.tools.forge.test.feature_0.0.0.jar" id="org.jboss.tools.forge.test.feature" version="0.0.0">
 		<category name="JBoss Tools Forge Nightly Build Update Site"/>
 	</feature>
+	<!-- Sources -->
+	<feature url="features/org.jboss.tools.forge.feature.source_0.0.0.jar" id="org.jboss.tools.forge.feature.source" version="0.0.0">
+		<category name="JBoss Tools Forge Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.forge.test.feature.source_0.0.0.jar" id="org.jboss.tools.forge.test.feature.source" version="0.0.0">
+		<category name="JBoss Tools Forge Nightly Build Update Site"/>
+	</feature>
 </site>



More information about the jbosstools-commits mailing list