[jbosstools-commits] JBoss Tools SVN: r43768 - in trunk/runtime-soa: features and 12 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 17 16:29:33 EDT 2012


Author: nickboldt
Date: 2012-09-17 16:29:33 -0400 (Mon, 17 Sep 2012)
New Revision: 43768

Modified:
   trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.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/feature.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/feature.xml
   trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml
   trunk/runtime-soa/features/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
   trunk/runtime-soa/plugins/pom.xml
   trunk/runtime-soa/pom.xml
   trunk/runtime-soa/site/pom.xml
   trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF
   trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml
   trunk/runtime-soa/tests/pom.xml
Log:
replace refs to org.jboss.tools.runtime.as.detector with org.jboss.ide.eclipse.as.core; add repository for http://download.jboss.org/drools/release/5.4.0.Final/org.drools.updatesite/; bump all versions from 1.3 to 1.4

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/feature.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.runtime.drools.detector.feature"
       label="%featureName"
-      version="1.3.0.qualifier"
+      version="1.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.runtime.drools.detector">
 

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-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.features</groupId>
 	<artifactId>org.jboss.tools.runtime.drools.detector.feature</artifactId>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/feature.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.runtime.esb.detector.feature"
       label="%featureName"
-      version="1.3.0.qualifier"
+      version="1.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.runtime.esb.detector">
 

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-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.features</groupId>
 	<artifactId>org.jboss.tools.runtime.esb.detector.feature</artifactId>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/feature.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.runtime.jbpm.detector.feature"
       label="%featureName"
-      version="1.3.0.qualifier"
+      version="1.4.0.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.runtime.jbpm.detector">
 

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-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.features</groupId>
 	<artifactId>org.jboss.tools.runtime.jbpm.detector.feature</artifactId>

Modified: trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml
===================================================================
--- trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/feature.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -14,9 +14,9 @@
    </license>
 
    <requires>
-     <import feature="org.jboss.tools.runtime.drools.detector.feature" version="1.3.0" match="compatible"/>
-     <import feature="org.jboss.tools.runtime.esb.detector.feature" version="1.3.0" match="compatible"/>
-     <import feature="org.jboss.tools.runtime.jbpm.detector.feature" version="1.3.0" match="compatible"/>
+     <import feature="org.jboss.tools.runtime.drools.detector.feature" version="1.4.0" match="compatible"/>
+     <import feature="org.jboss.tools.runtime.esb.detector.feature" version="1.4.0" match="compatible"/>
+     <import feature="org.jboss.tools.runtime.jbpm.detector.feature" version="1.4.0" match="compatible"/>
    
      <import feature="org.jboss.tools.runtime.test.feature" version="2.0.0" match="compatible"/>
      <import feature="org.jboss.tools.runtime.core.feature" version="2.0.0" match="compatible"/>

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-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.soa.test.feature/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,11 +5,10 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime-soa.features</groupId>
 	<artifactId>org.jboss.tools.runtime.soa.test.feature</artifactId>
-	<version>1.4.0-SNAPSHOT</version>
 	
 	<packaging>eclipse-feature</packaging>
 	

Modified: trunk/runtime-soa/features/pom.xml
===================================================================
--- trunk/runtime-soa/features/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/features/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime-soa</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime-soa</groupId>
 	<artifactId>features</artifactId>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.plugins</groupId>
 	<artifactId>org.jboss.tools.runtime.drools.detector</artifactId>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.plugins</groupId>
 	<artifactId>org.jboss.tools.runtime.esb.detector</artifactId>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.plugins</groupId>
 	<artifactId>org.jboss.tools.runtime.jbpm.detector</artifactId>

Modified: trunk/runtime-soa/plugins/pom.xml
===================================================================
--- trunk/runtime-soa/plugins/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/plugins/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime-soa</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime-soa</groupId>
 	<artifactId>plugins</artifactId>

Modified: trunk/runtime-soa/pom.xml
===================================================================
--- trunk/runtime-soa/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.0.0.Alpha1-SNAPSHOT</version>
+		<version>4.0.0.Alpha2-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>runtime-soa</artifactId>
-	<version>1.3.0-SNAPSHOT</version>
+	<version>1.4.0-SNAPSHOT</version>
 	<name>runtime-soa.all</name>
 	<packaging>pom</packaging>
 	<modules>
@@ -37,6 +37,17 @@
 				<enabled>true</enabled>
 			</releases>
 		</repository>
+		<repository>
+                        <id>droolsjbpm54</id>
+                        <url>http://download.jboss.org/drools/release/5.4.0.Final/org.drools.updatesite/</url>
+                        <layout>p2</layout>
+                        <snapshots>
+                                <enabled>true</enabled>
+                        </snapshots>
+                        <releases>
+                                <enabled>true</enabled>
+                        </releases>
+                </repository>
 	</repositories>
 </project>
 	

Modified: trunk/runtime-soa/site/pom.xml
===================================================================
--- trunk/runtime-soa/site/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/site/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime-soa</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime-soa</groupId>
 	<artifactId>runtime-soa.site</artifactId>

Modified: trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/META-INF/MANIFEST.MF	2012-09-17 20:29:33 UTC (rev 43768)
@@ -31,7 +31,7 @@
  org.jboss.tools.seam.xml,
  org.jboss.tools.seam.xml.ui,
  org.jboss.tools.seam.text.ext,
- org.jboss.tools.runtime.as.detector,
+ org.jboss.ide.eclipse.as.core,
  org.jboss.tools.runtime.drools.detector,
  org.jboss.tools.runtime.jbpm.detector,
  org.jboss.tools.runtime.seam.detector

Modified: trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml
===================================================================
--- trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/org.jboss.tools.runtime.soa.test/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>tests</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.soa.tests</groupId>
 	<artifactId>org.jboss.tools.runtime.soa.test</artifactId>

Modified: trunk/runtime-soa/tests/pom.xml
===================================================================
--- trunk/runtime-soa/tests/pom.xml	2012-09-17 20:25:21 UTC (rev 43767)
+++ trunk/runtime-soa/tests/pom.xml	2012-09-17 20:29:33 UTC (rev 43768)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime-soa</artifactId>
-		<version>1.3.0-SNAPSHOT</version>
+		<version>1.4.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime-soa</groupId>
 	<artifactId>tests</artifactId>



More information about the jbosstools-commits mailing list