[jbosstools-commits] JBoss Tools SVN: r30515 - in branches/jbosstools-3.2.x: jbpm/tests/org.jboss.tools.jbpm.ui.bot.test and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Apr 12 01:04:26 EDT 2011


Author: nickboldt
Date: 2011-04-12 01:04:25 -0400 (Tue, 12 Apr 2011)
New Revision: 30515

Added:
   branches/jbosstools-3.2.x/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml
   branches/jbosstools-3.2.x/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
   branches/jbosstools-3.2.x/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml
Modified:
   branches/jbosstools-3.2.x/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF
Log:
add missing poms and make poms and manifest versions match up

Modified: branches/jbosstools-3.2.x/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.2.x/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF	2011-04-12 04:59:57 UTC (rev 30514)
+++ branches/jbosstools-3.2.x/bpmn/plugins/org.jboss.tools.jbpm/META-INF/MANIFEST.MF	2011-04-12 05:04:25 UTC (rev 30515)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: jBPM Eclipse Plug-in
 Bundle-SymbolicName: org.jboss.tools.jbpm;singleton:=true
-Bundle-Version: 5.0.0.SNAPSHOT
+Bundle-Version: 5.0.0.qualifier
 Bundle-Activator: org.jboss.tools.jbpm.JBPMEclipsePlugin
 Bundle-Vendor: JBoss, a division of Red Hat
 Bundle-Localization: plugin

Added: branches/jbosstools-3.2.x/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml	                        (rev 0)
+++ branches/jbosstools-3.2.x/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml	2011-04-12 05:04:25 UTC (rev 30515)
@@ -0,0 +1,13 @@
+<?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">
+	<modelVersion>4.0.0</modelVersion> 
+	<parent>
+	  <groupId>org.jboss.tools</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.jbpm.tests</groupId>
+	<artifactId>org.jboss.tools.jbpm.ui.bot.test</artifactId> 
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-test-plugin</packaging>
+</project>

Added: branches/jbosstools-3.2.x/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml	                        (rev 0)
+++ branches/jbosstools-3.2.x/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml	2011-04-12 05:04:25 UTC (rev 30515)
@@ -0,0 +1,17 @@
+<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> 
+	<parent>
+	  <groupId>org.jboss.tools</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.modeshape</groupId>
+	<artifactId>org.jboss.tools.modeshape.rest.ui.test</artifactId> 
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-test-plugin</packaging>
+	<properties>
+		<emma.filter>org.jboss.tools.modeshape.rest.ui*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.modeshape.rest</emma.instrument.bundles>
+	</properties>
+</project>

Added: branches/jbosstools-3.2.x/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml	                        (rev 0)
+++ branches/jbosstools-3.2.x/smooks/tests/org.jboss.tools.smooks.ui.bot.test/pom.xml	2011-04-12 05:04:25 UTC (rev 30515)
@@ -0,0 +1,32 @@
+<?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">
+	<modelVersion>4.0.0</modelVersion> 
+	<parent>
+	  <groupId>org.jboss.tools</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.smooks.tests</groupId>
+	<artifactId>org.jboss.tools.smooks.ui.bot.test</artifactId> 
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-test-plugin</packaging>
+	
+	<properties>
+		<emma.filter>org.jboss.tools.smooks.*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.smooks.ui,org.jboss.tools.smooks.core</emma.instrument.bundles>
+	</properties>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>maven-osgi-test-plugin</artifactId>
+				<configuration>
+					<includes>
+						<include>org/jboss/tools/smooks/launch/serialize/ObjectSerializerTest.class</include>
+					</includes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file



More information about the jbosstools-commits mailing list