[jbosstools-commits] JBoss Tools SVN: r42342 - trunk/central/tests/org.jboss.tools.central.test.ui.bot.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 3 10:09:58 EDT 2012


Author: rhopp
Date: 2012-07-03 10:09:56 -0400 (Tue, 03 Jul 2012)
New Revision: 42342

Modified:
   trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml
Log:
Added mylyn commons dependency

Modified: trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml
===================================================================
--- trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml	2012-07-03 09:38:16 UTC (rev 42341)
+++ trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml	2012-07-03 14:09:56 UTC (rev 42342)
@@ -16,7 +16,7 @@
 		<additionalSystemProperties></additionalSystemProperties>
 		<jbosstools.test.jbossas.home>${requirementsDirectory}/jboss-as-7.1.1.Final</jbosstools.test.jbossas.home>
 		<!-- for debugging ucomment and comment next line <systemProperties>-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=y -Djbosstools.test.jbossas.home=${jbosstools.test.jbossas.home}  -Dswtbot.test.properties.file=${swtbot.properties}</systemProperties> -->
-		<systemProperties>${additionalSystemProperties} -Djbosstools.test.jbossas.home=${jbosstools.test.jbossas.home} -Dswtbot.test.properties.file=${swtbot.properties}</systemProperties>
+		<systemProperties>${additionalSystemProperties} -Djbosstools.test.jbossas.home=${jbosstools.test.jbossas.home} -Dtest.configurations.dir=${test.configurations.dir} -Deap.maven.config.file=${eap.maven.config.file}</systemProperties>
 	</properties>
 	
 	<profiles>
@@ -95,6 +95,11 @@
 							<artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
 							<version>0.0.0</version>
 						</dependency>
+						<dependency>
+							<type>p2-installable-unit</type>
+							<artifactId>org.eclipse.mylyn.commons.feature.feature.group</artifactId>
+							<version>0.0.0</version>
+						</dependency>
 					</dependencies>
 				</configuration>
 			</plugin>



More information about the jbosstools-commits mailing list