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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Sep 19 19:40:04 EDT 2012


Author: ldimaggio
Date: 2012-09-19 19:40:03 -0400 (Wed, 19 Sep 2012)
New Revision: 43846

Modified:
   trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
Log:
Added dependency to jdt


Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-09-19 21:39:40 UTC (rev 43845)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml	2012-09-19 23:40:03 UTC (rev 43846)
@@ -92,6 +92,34 @@
 					<testSuite>org.jboss.tools.esb.ui.bot.test</testSuite>
 					<testClass>org.jboss.tools.esb.ui.bot.tests.ESBAllBotTests</testClass>
 					<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
+
+
+
+                                        <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>
+                                                <dependency>
+                                                        <type>p2-installable-unit</type>
+                                                        <artifactId>org.jboss.tools.xulrunner.feature.feature.group</artifactId>
+                                                        <version>0.0.0</version>
+                                                </dependency>
+                                                <!-- This entry should enable creating of default JDK on Mac -->
+                                                <dependency>
+                                                        <type>p2-installable-unit</type>
+                                                        <artifactId>org.eclipse.jdt.feature.group</artifactId>
+                                                        <version>0.0.0</version>
+                                                </dependency>
+                                        </dependencies>
+
+
+
+
+
+
+
 				</configuration>
 			</plugin>
 



More information about the jbosstools-commits mailing list