[jbosstools-commits] JBoss Tools SVN: r22863 - trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 17 15:08:24 EDT 2010


Author: dgolovin
Date: 2010-06-17 15:08:24 -0400 (Thu, 17 Jun 2010)
New Revision: 22863

Modified:
   trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/build.properties
   trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for jbpm.convert.test errors






Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/build.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/build.properties	2010-06-17 19:02:32 UTC (rev 22862)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/build.properties	2010-06-17 19:08:24 UTC (rev 22863)
@@ -2,6 +2,6 @@
 bin.includes = META-INF/,\
                resultfile/,\
                testfile/,\
-               plugin.properties,\
-               jbpm-convert-test.jar
-source.jbpm-convert-test.jar = src/
+               plugin.properties
+jars.compile.order = .
+source.. = src/

Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml	2010-06-17 19:02:32 UTC (rev 22862)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml	2010-06-17 19:08:24 UTC (rev 22863)
@@ -11,4 +11,17 @@
 	<artifactId>org.jboss.tools.jbpm.convert.test</artifactId> 
 	<version>1.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>maven-osgi-test-plugin</artifactId>
+				<configuration>
+					<explodedBundles>
+						<bundle>org.jboss.tools.jbpm.convert.test</bundle>
+					</explodedBundles>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>



More information about the jbosstools-commits mailing list