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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 26 04:59:29 EDT 2012


Author: psrna
Date: 2012-06-26 04:59:29 -0400 (Tue, 26 Jun 2012)
New Revision: 42210

Modified:
   trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/META-INF/MANIFEST.MF
   trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
Log:
* dependencies updated


Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/META-INF/MANIFEST.MF	2012-06-26 08:15:56 UTC (rev 42209)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/META-INF/MANIFEST.MF	2012-06-26 08:59:29 UTC (rev 42210)
@@ -8,4 +8,6 @@
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.swtbot.go,
  org.jboss.tools.ui.bot.ext;bundle-version="3.2.0",
- org.eclipse.jdt.junit4.runtime;bundle-version="1.1.100"
+ org.eclipse.jdt.junit4.runtime;bundle-version="1.1.100",
+ org.jboss.tools.modeshape.rest;bundle-version="1.1.0",
+ org.eclipse.swtbot.eclipse.ui;bundle-version="2.0.5"

Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml	2012-06-26 08:15:56 UTC (rev 42209)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.ui.bot.test/pom.xml	2012-06-26 08:59:29 UTC (rev 42210)
@@ -24,6 +24,13 @@
 				<configuration>
 					<useUIThread>false</useUIThread>
 					<skip>${swtbot.test.skip}</skip>
+					<dependencies combine.children="append">
+						<dependency>
+							<type>p2-installable-unit</type>
+							<artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
+							<version>0.0.0</version>
+						</dependency>
+					</dependencies>
 				</configuration>
 			</plugin>
 		</plugins>



More information about the jbosstools-commits mailing list