[jbosstools-commits] JBoss Tools SVN: r39932 - in trunk/runtime: features/org.jboss.tools.runtime.core.feature and 7 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Mar 29 16:52:02 EDT 2012


Author: nickboldt
Date: 2012-03-29 16:52:02 -0400 (Thu, 29 Mar 2012)
New Revision: 39932

Modified:
   trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml
   trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
   trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml
   trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
   trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/build.properties
   trunk/runtime/plugins/org.jboss.tools.runtime.core/build.properties
   trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/build.properties
   trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
   trunk/runtime/site/category.xml
Log:
add sources to runtime component site (JBIDE-8838)

Modified: trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/features/org.jboss.tools.runtime.as.detector.feature/pom.xml	2012-03-29 20:52:02 UTC (rev 39932)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.as.detector.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>
\ No newline at end of file

Modified: trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml	2012-03-29 20:52:02 UTC (rev 39932)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.core.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>
\ No newline at end of file

Modified: trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/features/org.jboss.tools.runtime.seam.detector.feature/pom.xml	2012-03-29 20:52:02 UTC (rev 39932)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.seam.detector.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>
\ No newline at end of file

Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml	2012-03-29 20:52:02 UTC (rev 39932)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.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>
\ No newline at end of file

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/build.properties	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.as.detector/build.properties	2012-03-29 20:52:02 UTC (rev 39932)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.core/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.core/build.properties	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.core/build.properties	2012-03-29 20:52:02 UTC (rev 39932)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/build.properties	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.seam.detector/build.properties	2012-03-29 20:52:02 UTC (rev 39932)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/build.properties	2012-03-29 20:52:02 UTC (rev 39932)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\

Modified: trunk/runtime/site/category.xml
===================================================================
--- trunk/runtime/site/category.xml	2012-03-29 20:51:38 UTC (rev 39931)
+++ trunk/runtime/site/category.xml	2012-03-29 20:52:02 UTC (rev 39932)
@@ -20,4 +20,18 @@
    <feature url="features/org.jboss.tools.runtime.test.feature_0.0.0.jar" id="org.jboss.tools.runtime.test.feature" version="0.0.0">
       <category name="JBoss Tools runtime Nightly Build Update Site"/>
    </feature>
+
+   <!-- sources -->	
+   <feature url="features/org.jboss.tools.runtime.core.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.core.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.as.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.as.detector.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.seam.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.seam.detector.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.test.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.test.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime Nightly Build Update Site"/>
+   </feature>
 </site>



More information about the jbosstools-commits mailing list