[jbosstools-commits] JBoss Tools SVN: r22735 - trunk/as/tests/org.jboss.ide.eclipse.as.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 10 17:26:00 EDT 2010


Author: dgolovin
Date: 2010-06-10 17:25:59 -0400 (Thu, 10 Jun 2010)
New Revision: 22735

Modified:
   trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
Log:
enable back commented requirements build to download AS distribution required for test

Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml	2010-06-10 21:07:00 UTC (rev 22734)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml	2010-06-10 21:25:59 UTC (rev 22735)
@@ -30,8 +30,9 @@
 					<argLine>-Djbosstools.test.jboss.home.3.2=${requirements.build}/jboss-3.2.8.SP1 -Djbosstools.test.jboss.home.4.0=${requirements.build}/jboss-4.0.5.GA -Djbosstools.test.jboss.home.4.2=${requirements.build}/jboss-4.2.3.GA -Djbosstools.test.jboss.home.5.0=${requirements.build}/jboss-5.0.1.GA -Djbosstools.test.jboss.home.5.1=${requirements.build}/jboss-5.1.0.GA</argLine>
 				</configuration>
 			</plugin>
-	<!--		<plugin>
+			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
+				<version>1.3</version>
 				<executions>
 					<execution>
 						<id>prepare-eclipse-base</id>
@@ -48,7 +49,7 @@
 						</configuration>
 					</execution>
 				</executions>
-			</plugin> -->
+			</plugin>
 		</plugins>
 	</build>
 </project>



More information about the jbosstools-commits mailing list