[jbosstools-commits] JBoss Tools SVN: r41079 - in trunk/archives/tests/org.jboss.tools.archives.ui.bot.test: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 15:16:01 EDT 2012


Author: dgolovin
Date: 2012-05-16 15:16:00 -0400 (Wed, 16 May 2012)
New Revision: 41079

Added:
   trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
Modified:
   trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/META-INF/MANIFEST.MF
Log:
fixed continuous build errors after 
41069	5/16/12 7:23 AM	3	jjankovi	archives bot test is now included as module in tests' pom.xml

added pom.xml for new swt bot test plugin and synchronized version for it with component version



Modified: trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/META-INF/MANIFEST.MF	2012-05-16 18:47:51 UTC (rev 41078)
+++ trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/META-INF/MANIFEST.MF	2012-05-16 19:16:00 UTC (rev 41079)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Test
 Bundle-SymbolicName: org.jboss.tools.archives.ui.bot.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 3.2.1.qualifier
 Bundle-Activator: org.jboss.tools.archives.ui.bot.test.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",

Added: trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
===================================================================
--- trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml	                        (rev 0)
+++ trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml	2012-05-16 19:16:00 UTC (rev 41079)
@@ -0,0 +1,29 @@
+<?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.archives</groupId>
+		<artifactId>tests</artifactId>
+		<version>3.2.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.archives.tests</groupId>
+	<artifactId>org.jboss.tools.archives.ui.bot.test</artifactId>
+	<packaging>eclipse-test-plugin</packaging>
+	<properties>
+		<coverage.filter>org.jboss.ide.eclipse.archives.ui*</coverage.filter>
+		<emma.instrument.bundles>org.jboss.ide.eclipse.archives.ui</emma.instrument.bundles>
+	</properties>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>tycho-surefire-plugin</artifactId>
+				<configuration>
+					<useUIThread>false</useUIThread>
+					<skip>${swtbot.test.skip}</skip>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>



More information about the jbosstools-commits mailing list