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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Mar 20 08:47:36 EDT 2012


Author: mickael_istria
Date: 2012-03-20 08:47:36 -0400 (Tue, 20 Mar 2012)
New Revision: 39654

Modified:
   trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
   trunk/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml
   trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
   trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
   trunk/jsf/site/category.xml
Log:
JBIDE-11358:
* JSF



Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml	2012-03-20 11:49:43 UTC (rev 39653)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/pom.xml	2012-03-20 12:47:36 UTC (rev 39654)
@@ -10,4 +10,37 @@
 	<artifactId>org.jboss.tools.jsf.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/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml	2012-03-20 11:49:43 UTC (rev 39653)
+++ trunk/jsf/features/org.jboss.tools.jsf.test.feature/pom.xml	2012-03-20 12:47:36 UTC (rev 39654)
@@ -10,4 +10,37 @@
 	<artifactId>org.jboss.tools.jsf.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/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml	2012-03-20 11:49:43 UTC (rev 39653)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml	2012-03-20 12:47:36 UTC (rev 39654)
@@ -18,40 +18,18 @@
      %license
    </license>
 
-   <includes
-         id="org.jboss.tools.common.feature"
-         version="3.3.0" />
 
-   <includes
-         id="org.jboss.tools.common.core.feature"
-         version="3.3.0" />
+   <includes id="org.jboss.tools.jsf.feature" version="3.3.0" match="greaterOrEqual"  />
 
-   <includes
-         id="org.jboss.tools.common.text.ext.feature"
-         version="3.3.0" />
-
-   <includes
-         id="org.jboss.tools.common.ui.feature"
-         version="3.3.0" />
-
-   <includes
-         id="org.jboss.tools.common.verification.feature"
-         version="3.3.0" />
-
-   <includes
-         id="org.jboss.tools.jsf.feature"
-         version="3.3.0" />
-
-   <includes
-         id="org.jboss.tools.jst.feature"
-         version="3.3.0" />
-
-   <includes
-         id="org.jboss.tools.vpe.feature"
-         version="3.3.0" />
-
    <requires>
-      <import plugin="org.jboss.tools.xulrunner.initializer" version="3.1.0" match="greaterOrEqual"/>
+		<import plugin="org.jboss.tools.xulrunner.initializer" version="3.1.0" match="greaterOrEqual"/>
+		<import feature="org.jboss.tools.common.feature" version="3.3.0" match="greaterOrEqual"/>
+		<import feature="org.jboss.tools.common.core.feature" version="3.3.0" match="greaterOrEqual" />
+		<import feature="org.jboss.tools.common.text.ext.feature" version="3.3.0" match="greaterOrEqual" />
+		<import feature="org.jboss.tools.common.ui.feature" version="3.3.0" match="greaterOrEqual"  />
+		<import feature="org.jboss.tools.common.verification.feature" version="3.3.0" match="greaterOrEqual"  />
+		<import feature="org.jboss.tools.vpe.feature" version="3.3.0" match="greaterOrEqual"  />
+		<import feature="org.jboss.tools.jst.feature" version="3.3.0" match="greaterOrEqual"  />
    </requires>
 
 </feature>

Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml	2012-03-20 11:49:43 UTC (rev 39653)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/pom.xml	2012-03-20 12:47:36 UTC (rev 39654)
@@ -10,4 +10,37 @@
 	<artifactId>org.jboss.tools.richfaces.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/jsf/site/category.xml
===================================================================
--- trunk/jsf/site/category.xml	2012-03-20 11:49:43 UTC (rev 39653)
+++ trunk/jsf/site/category.xml	2012-03-20 12:47:36 UTC (rev 39654)
@@ -14,5 +14,14 @@
 	<feature url="features/org.jboss.tools.richfaces.feature_0.0.0.jar" id="org.jboss.tools.richfaces.feature" version="0.0.0">
 		<category name="JBoss Tools jsf Nightly Build Update Site"/>
 	</feature>
-
+	<!-- Sources -->
+	<feature url="features/org.jboss.tools.jsf.feature.source_0.0.0.jar" id="org.jboss.tools.jsf.feature.source" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.jsf.test.feature.source_0.0.0.jar" id="org.jboss.tools.jsf.test.feature.source" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
+	<feature url="features/org.jboss.tools.richfaces.feature.source_0.0.0.jar" id="org.jboss.tools.richfaces.feature.source" version="0.0.0">
+		<category name="JBoss Tools jsf Nightly Build Update Site"/>
+	</feature>
 </site>



More information about the jbosstools-commits mailing list