[jbosstools-commits] JBoss Tools SVN: r39945 - in trunk/runtime-soa: features/org.jboss.tools.runtime.esb.detector.feature and 6 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 30 12:23:27 EDT 2012


Author: nickboldt
Date: 2012-03-30 12:23:26 -0400 (Fri, 30 Mar 2012)
New Revision: 39945

Modified:
   trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/build.properties
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/build.properties
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/build.properties
   trunk/runtime-soa/site/category.xml
Log:
add detector sources to runtime-soa site (JBIDE-8838, JBIDE-11077, JBIDE-11390)

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml	2012-03-30 16:23:26 UTC (rev 39945)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.drools.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>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml	2012-03-30 16:23:26 UTC (rev 39945)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.esb.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>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml	2012-03-30 16:23:26 UTC (rev 39945)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.jbpm.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>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml	2012-03-30 16:23:26 UTC (rev 39945)
@@ -11,4 +11,37 @@
 	<artifactId>org.jboss.tools.runtime.soa.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/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/build.properties
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/build.properties	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/build.properties	2012-03-30 16:23:26 UTC (rev 39945)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/build.properties
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/build.properties	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/build.properties	2012-03-30 16:23:26 UTC (rev 39945)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/build.properties
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/build.properties	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/build.properties	2012-03-30 16:23:26 UTC (rev 39945)
@@ -1,5 +1,7 @@
 source.. = src/
 output.. = bin/
+src.includes = *
+src.excludes = src
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\

Modified: trunk/runtime-soa/site/category.xml
===================================================================
--- trunk/runtime-soa/site/category.xml	2012-03-30 16:23:06 UTC (rev 39944)
+++ trunk/runtime-soa/site/category.xml	2012-03-30 16:23:26 UTC (rev 39945)
@@ -20,4 +20,18 @@
    <feature url="features/org.jboss.tools.runtime.soa.test.feature_0.0.0.jar" id="org.jboss.tools.runtime.soa.test.feature" version="0.0.0">
       <category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
    </feature>
+
+   <!-- TODO: add sources -->
+   <feature url="features/org.jboss.tools.runtime.drools.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.esb.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.jbpm.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
+   </feature>
+   <feature url="features/org.jboss.tools.runtime.soa.test.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.soa.test.feature.source" version="0.0.0">
+      <category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
+   </feature>
 </site>



More information about the jbosstools-commits mailing list