Author: vpakan(a)redhat.com
Date: 2012-07-26 05:22:31 -0400 (Thu, 26 Jul 2012)
New Revision: 42732
Modified:
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
trunk/tests/features/org.jboss.tools.test.feature/pom.xml
trunk/tests/features/pom.xml
trunk/tests/plugins/org.jboss.tools.tests.installation/META-INF/MANIFEST.MF
trunk/tests/plugins/org.jboss.tools.tests.installation/pom.xml
trunk/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml
trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
trunk/tests/plugins/org.jboss.tools.tests/pom.xml
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
trunk/tests/plugins/pom.xml
trunk/tests/pom.xml
trunk/tests/scripts/installation-updates/pom.xml
trunk/tests/scripts/pom.xml
trunk/tests/site/pom.xml
trunk/tests/tests/org.jboss.tools.tests.test/META-INF/MANIFEST.MF
trunk/tests/tests/org.jboss.tools.tests.test/pom.xml
trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/META-INF/MANIFEST.MF
trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
trunk/tests/tests/pom.xml
Log:
Update to version 3.4.0.
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2012-07-26 09:20:36 UTC
(rev 42731)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2012-07-26 09:22:31 UTC
(rev 42732)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.test.feature"
label="%featureName"
- version="3.3.0.qualifier"
+ version="3.4.0.qualifier"
provider-name="%providerName">
<description
url="http://www.jboss.org/tools">
@@ -22,7 +22,7 @@
download-size="0"
install-size="0"
version="0.0.0"/>
-
+
<plugin
id="org.jboss.tools.tests.installation"
download-size="0"
Modified: trunk/tests/features/org.jboss.tools.test.feature/pom.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/pom.xml 2012-07-26 09:20:36 UTC (rev
42731)
+++ trunk/tests/features/org.jboss.tools.test.feature/pom.xml 2012-07-26 09:22:31 UTC (rev
42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>features</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.features</groupId>
<artifactId>org.jboss.tools.test.feature</artifactId>
Modified: trunk/tests/features/pom.xml
===================================================================
--- trunk/tests/features/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/features/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>features</artifactId>
Modified: trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF 2012-07-26 09:20:36 UTC
(rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF 2012-07-26 09:22:31 UTC
(rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.tests;singleton:=true
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: trunk/tests/plugins/org.jboss.tools.tests/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>plugins</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.tests</artifactId>
Modified: trunk/tests/plugins/org.jboss.tools.tests.installation/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.installation/META-INF/MANIFEST.MF 2012-07-26
09:20:36 UTC (rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests.installation/META-INF/MANIFEST.MF 2012-07-26
09:22:31 UTC (rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tests for Installation and Updates
Bundle-SymbolicName: org.jboss.tools.tests.installation
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Vendor: JBoss, by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.0.0",
Modified: trunk/tests/plugins/org.jboss.tools.tests.installation/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.installation/pom.xml 2012-07-26 09:20:36 UTC
(rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests.installation/pom.xml 2012-07-26 09:22:31 UTC
(rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>plugins</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
Modified: trunk/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2012-07-26
09:20:36 UTC (rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF 2012-07-26
09:22:31 UTC (rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Performance tests
Bundle-SymbolicName: org.jboss.tools.tests.performance
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Activator: org.jboss.tools.tests.performance.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Modified: trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml 2012-07-26 09:20:36 UTC
(rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml 2012-07-26 09:22:31 UTC
(rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>plugins</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.tests.performance</artifactId>
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2012-07-26
09:20:36 UTC (rev 42731)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2012-07-26
09:22:31 UTC (rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Ext
Bundle-SymbolicName: org.jboss.tools.ui.bot.ext
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-ClassPath: .,
resources/drv/hsqldb.jar
Bundle-Activator: org.jboss.tools.ui.bot.ext.Activator
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2012-07-26 09:20:36 UTC (rev
42731)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2012-07-26 09:22:31 UTC (rev
42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>plugins</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.ui.bot.ext</artifactId>
Modified: trunk/tests/plugins/pom.xml
===================================================================
--- trunk/tests/plugins/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/plugins/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>plugins</artifactId>
Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -10,7 +10,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
<name>tests.all</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Modified: trunk/tests/scripts/installation-updates/pom.xml
===================================================================
--- trunk/tests/scripts/installation-updates/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/scripts/installation-updates/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>scripts</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: trunk/tests/scripts/pom.xml
===================================================================
--- trunk/tests/scripts/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/scripts/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
<artifactId>tests</artifactId>
</parent>
<groupId>org.jboss.tools.tests</groupId>
Modified: trunk/tests/site/pom.xml
===================================================================
--- trunk/tests/site/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/site/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>tests.site</artifactId>
Modified: trunk/tests/tests/org.jboss.tools.tests.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.tools.tests.test/META-INF/MANIFEST.MF 2012-07-26 09:20:36
UTC (rev 42731)
+++ trunk/tests/tests/org.jboss.tools.tests.test/META-INF/MANIFEST.MF 2012-07-26 09:22:31
UTC (rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tests for test utils
Bundle-SymbolicName: org.jboss.tools.tests.test
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
Modified: trunk/tests/tests/org.jboss.tools.tests.test/pom.xml
===================================================================
--- trunk/tests/tests/org.jboss.tools.tests.test/pom.xml 2012-07-26 09:20:36 UTC (rev
42731)
+++ trunk/tests/tests/org.jboss.tools.tests.test/pom.xml 2012-07-26 09:22:31 UTC (rev
42732)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.tests</groupId>
<artifactId>org.jboss.tools.tests.test</artifactId>
Modified: trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/META-INF/MANIFEST.MF 2012-07-26
09:20:36 UTC (rev 42731)
+++ trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/META-INF/MANIFEST.MF 2012-07-26
09:22:31 UTC (rev 42732)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tests for SWTBot extensions
Bundle-SymbolicName: org.jboss.tools.ui.bot.ext.test
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-Activator: org.jboss.tools.ui.bot.ext.test.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml
===================================================================
--- trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2012-07-26 09:20:36 UTC (rev
42731)
+++ trunk/tests/tests/org.jboss.tools.ui.bot.ext.test/pom.xml 2012-07-26 09:22:31 UTC (rev
42732)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests.tests</groupId>
Modified: trunk/tests/tests/pom.xml
===================================================================
--- trunk/tests/tests/pom.xml 2012-07-26 09:20:36 UTC (rev 42731)
+++ trunk/tests/tests/pom.xml 2012-07-26 09:22:31 UTC (rev 42732)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tests</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tests</groupId>
<artifactId>tests</artifactId>