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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 16 14:12:36 EDT 2012


Author: nickboldt
Date: 2012-03-16 14:12:35 -0400 (Fri, 16 Mar 2012)
New Revision: 39580

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/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/META-INF/MANIFEST.MF
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF
   trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml
Log:
fix GAVs and set restrictive limits in MANIFEST.MF: [3.7.0,3.8.0)

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-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.drools.detector.feature/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.drools.detector.feature</artifactId>
 	
 	<packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</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-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.esb.detector.feature/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.esb.detector.feature</artifactId>
 	
 	<packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</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-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/features/org.jboss.tools.runtime.jbpm.detector.feature/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>features</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.jbpm.detector.feature</artifactId>
 	
 	<packaging>eclipse-feature</packaging>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF	2012-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/META-INF/MANIFEST.MF	2012-03-16 18:12:35 UTC (rev 39580)
@@ -4,8 +4,8 @@
 Bundle-SymbolicName: org.jboss.tools.runtime.drools.detector;singleton:=true
 Bundle-Version: 1.3.0.qualifier
 Bundle-Activator: org.jboss.tools.runtime.drools.detector.RuntimeDroolsActivator
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
+Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
+ org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
  org.jboss.tools.runtime.core,
  org.drools.eclipse
 Bundle-ActivationPolicy: lazy

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-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.drools.detector/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.drools.detector</artifactId>
 	
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/META-INF/MANIFEST.MF	2012-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/META-INF/MANIFEST.MF	2012-03-16 18:12:35 UTC (rev 39580)
@@ -4,8 +4,8 @@
 Bundle-SymbolicName: org.jboss.tools.runtime.esb.detector;singleton:=true
 Bundle-Version: 1.3.0.qualifier
 Bundle-Activator: org.jboss.tools.runtime.esb.detector.RuntimeEsbActivator
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
+Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
+ org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
  org.jboss.tools.esb.project.core,
  org.jboss.tools.runtime.core
 Bundle-ActivationPolicy: lazy

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-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.esb.detector/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.esb.detector</artifactId>
 	
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF	2012-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/META-INF/MANIFEST.MF	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,8 +3,8 @@
 Bundle-SymbolicName: org.jboss.tools.runtime.jbpm.detector;singleton:=true
 Bundle-Version: 1.3.0.qualifier
 Bundle-Activator: org.jboss.tools.runtime.jbpm.detector.RuntimeJbpmActivator
-Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
- org.eclipse.core.runtime;bundle-version="3.7.0",
+Require-Bundle: org.eclipse.ui;bundle-version="[3.7.0,3.8.0)",
+ org.eclipse.core.runtime;bundle-version="[3.7.0,3.8.0)",
  org.jboss.tools.runtime.core,
  org.jboss.tools.jbpm.common
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

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-03-16 17:17:39 UTC (rev 39579)
+++ trunk/runtime-soa/plugins/org.jboss.tools.runtime.jbpm.detector/pom.xml	2012-03-16 18:12:35 UTC (rev 39580)
@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.jboss.tools.runtime</groupId>
+		<groupId>org.jboss.tools.runtime-soa</groupId>
 		<artifactId>plugins</artifactId>
 		<version>1.3.0-SNAPSHOT</version>
 	</parent>
@@ -11,4 +11,4 @@
 	<artifactId>org.jboss.tools.runtime.jbpm.detector</artifactId>
 	
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>



More information about the jbosstools-commits mailing list