[jbosstools-commits] JBoss Tools SVN: r42383 - in trunk/tests/plugins: org.jboss.tools.tests.installation/META-INF and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 4 04:59:52 EDT 2012


Author: mickael_istria
Date: 2012-07-04 04:59:52 -0400 (Wed, 04 Jul 2012)
New Revision: 42383

Modified:
   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
Log:
JBIDE-11713: Fix a relative path



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-04 08:48:22 UTC (rev 42382)
+++ trunk/tests/plugins/org.jboss.tools.tests.installation/META-INF/MANIFEST.MF	2012-07-04 08:59:52 UTC (rev 42383)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Tests for Installation and Updates
 Bundle-SymbolicName: org.jboss.tools.tests.installation
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 3.3.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-04 08:48:22 UTC (rev 42382)
+++ trunk/tests/plugins/org.jboss.tools.tests.installation/pom.xml	2012-07-04 08:59:52 UTC (rev 42383)
@@ -1,18 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
-	<groupId>org.jboss.tools.tests</groupId>
-	<artifactId>org.jboss.tools.tests.installation</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
-	<packaging>eclipse-plugin</packaging>
-	
 	<parent>
 		<groupId>org.jboss.tools.tests</groupId>
   		<artifactId>plugins</artifactId>
   		<version>3.3.0-SNAPSHOT</version>
-		<relativePath>../..</relativePath>
 	</parent>
+
+	<groupId>org.jboss.tools.tests</groupId>
+	<artifactId>org.jboss.tools.tests.installation</artifactId>
+	<packaging>eclipse-plugin</packaging>
 	
+
+	
 </project>
 	

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-04 08:48:22 UTC (rev 42382)
+++ trunk/tests/plugins/org.jboss.tools.tests.performance/META-INF/MANIFEST.MF	2012-07-04 08:59:52 UTC (rev 42383)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Performance tests
 Bundle-SymbolicName: org.jboss.tools.tests.performance
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.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-04 08:48:22 UTC (rev 42382)
+++ trunk/tests/plugins/org.jboss.tools.tests.performance/pom.xml	2012-07-04 08:59:52 UTC (rev 42383)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.tests</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.2.0-SNAPSHOT</version>	
+		<version>3.3.0-SNAPSHOT</version>	
 	</parent>
 	<groupId>org.jboss.tools.tests.plugins</groupId>
 	<artifactId>org.jboss.tools.tests.performance</artifactId> 



More information about the jbosstools-commits mailing list