[jbosstools-commits] JBoss Tools SVN: r43323 - in trunk/runtime: features and 11 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 30 07:23:49 EDT 2012


Author: rob.stryker at jboss.com
Date: 2012-08-30 07:23:49 -0400 (Thu, 30 Aug 2012)
New Revision: 43323

Modified:
   trunk/runtime/features/org.jboss.tools.runtime.core.feature/feature.xml
   trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
   trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
   trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
   trunk/runtime/features/pom.xml
   trunk/runtime/plugins/org.jboss.tools.runtime.core/META-INF/MANIFEST.MF
   trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml
   trunk/runtime/plugins/org.jboss.tools.runtime.ui/META-INF/MANIFEST.MF
   trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml
   trunk/runtime/plugins/pom.xml
   trunk/runtime/pom.xml
   trunk/runtime/site/pom.xml
   trunk/runtime/tests/org.jboss.tools.runtime.test/META-INF/MANIFEST.MF
   trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
   trunk/runtime/tests/pom.xml
Log:
JBIDE-12513 upgrade runtime component version

Modified: trunk/runtime/features/org.jboss.tools.runtime.core.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.core.feature/feature.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/features/org.jboss.tools.runtime.core.feature/feature.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.runtime.core.feature"
       label="%featureName"
-      version="1.4.0.qualifier"
+      version="2.0.0.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.runtime.core">
 

Modified: trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/features/org.jboss.tools.runtime.core.feature/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime</groupId>
 		<artifactId>features</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.features</groupId>
 	<artifactId>org.jboss.tools.runtime.core.feature</artifactId>
@@ -44,4 +44,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.runtime.test.feature"
       label="JBoss Tools - Tests - Runtime Detection"
-      version="1.4.0.qualifier">
+      version="2.0.0.qualifier">
 
    <description>
       %description

Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime</groupId>
 		<artifactId>features</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.features</groupId>
 	<artifactId>org.jboss.tools.runtime.test.feature</artifactId>

Modified: trunk/runtime/features/pom.xml
===================================================================
--- trunk/runtime/features/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/features/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime</groupId>
 	<artifactId>features</artifactId>

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.core/META-INF/MANIFEST.MF	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.core/META-INF/MANIFEST.MF	2012-08-30 11:23:49 UTC (rev 43323)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %BundleName
 Bundle-SymbolicName: org.jboss.tools.runtime.core;singleton:=true
-Bundle-Version: 1.4.0.qualifier
+Bundle-Version: 2.0.0.qualifier
 Bundle-Activator: org.jboss.tools.runtime.core.RuntimeCoreActivator
 Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
  org.eclipse.core.runtime;bundle-version="3.7.0"

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.core/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.plugins</groupId>
 	<artifactId>org.jboss.tools.runtime.core</artifactId>

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/META-INF/MANIFEST.MF	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/META-INF/MANIFEST.MF	2012-08-30 11:23:49 UTC (rev 43323)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %BundleName
 Bundle-SymbolicName: org.jboss.tools.runtime.ui;singleton:=true
-Bundle-Version: 1.4.0.qualifier
+Bundle-Version: 2.0.0.qualifier
 Bundle-Activator: org.jboss.tools.runtime.ui.RuntimeUIActivator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,10 +5,10 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.plugins</groupId>
 	<artifactId>org.jboss.tools.runtime.ui</artifactId>
 	
 	<packaging>eclipse-plugin</packaging>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime/plugins/pom.xml
===================================================================
--- trunk/runtime/plugins/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/plugins/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime</groupId>
 	<artifactId>plugins</artifactId>

Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -10,7 +10,7 @@
 	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>runtime</artifactId>
-	<version>1.4.0-SNAPSHOT</version>
+	<version>2.0.0-SNAPSHOT</version>
 	<name>runtime.all</name>
 	<packaging>pom</packaging>
 	<modules>

Modified: trunk/runtime/site/pom.xml
===================================================================
--- trunk/runtime/site/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/site/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,11 +5,11 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime</groupId>
 	<artifactId>runtime.site</artifactId>
 	<name>runtime.site</name>
 	
 	<packaging>eclipse-repository</packaging>
-</project>
\ No newline at end of file
+</project>

Modified: trunk/runtime/tests/org.jboss.tools.runtime.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.test/META-INF/MANIFEST.MF	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/tests/org.jboss.tools.runtime.test/META-INF/MANIFEST.MF	2012-08-30 11:23:49 UTC (rev 43323)
@@ -3,7 +3,7 @@
 Bundle-Name: %BundleName
 Bundle-SymbolicName: org.jboss.tools.runtime.test;singleton:=true
 Bundle-Activator: org.jboss.tools.runtime.test.RuntimeTestActivator
-Bundle-Version: 1.4.0.qualifier
+Bundle-Version: 2.0.0.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.junit;bundle-version="4.8.1",
  org.jboss.tools.runtime.ui,

Modified: trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml
===================================================================
--- trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/tests/org.jboss.tools.runtime.test/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.runtime</groupId>
 		<artifactId>tests</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime.tests</groupId>
 	<artifactId>org.jboss.tools.runtime.test</artifactId>

Modified: trunk/runtime/tests/pom.xml
===================================================================
--- trunk/runtime/tests/pom.xml	2012-08-30 11:13:39 UTC (rev 43322)
+++ trunk/runtime/tests/pom.xml	2012-08-30 11:23:49 UTC (rev 43323)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>runtime</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>2.0.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.runtime</groupId>
 	<artifactId>tests</artifactId>



More information about the jbosstools-commits mailing list