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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 06:00:23 EDT 2012


Author: mickael_istria
Date: 2012-05-16 06:00:23 -0400 (Wed, 16 May 2012)
New Revision: 41049

Removed:
   trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/requirements.properties
Modified:
   trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml
Log:
JBIDE-11714: Remove requirements.properties in favor of pom.xml in "jsf" module

Modified: trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml	2012-05-16 09:33:32 UTC (rev 41048)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml	2012-05-16 10:00:23 UTC (rev 41049)
@@ -12,14 +12,46 @@
 
   <packaging>eclipse-test-plugin</packaging>
   <properties>
-    <jbosstools.test.jboss-as.home>${requirement.build.root}/jboss-as-web-7.0.2.Final</jbosstools.test.jboss-as.home>
+    <jbosstools.test.jboss-as.home>${project.build.directory}/requirements/jboss-as-7.0.2.Final</jbosstools.test.jboss-as.home>
+    <org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>${project.build.directory}/requirements/richfaces-4.2.1.Final/artifacts/ui/richfaces-components-ui-4.2.1.Final.jar</org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>
     <xulrunner.plugin.name>org.mozilla.xulrunner.gtk.linux.x86_1.9.2.16b</xulrunner.plugin.name>
-    <org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>${requirement.build.root}//richfaces-4.2.1.Final/artifacts/ui/richfaces-components-ui-4.2.1.Final.jar</org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>
     <systemProperties>-Dswtbot.test.skip=false -Dtest.configurations.dir=resources/properties/ -Djbosstools.test.jboss-as.home=${jbosstools.test.jboss-as.home} -Dorg.eclipse.swt.browser.XULRunnerPath=${project.build.outputDirectory}/../work/plugins/${xulrunner.plugin.name}/xulrunner -Dorg.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location=${org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location}</systemProperties>
     <test.suite.class>org.jboss.tools.jsf.ui.bot.test.JSFAllBotTests</test.suite.class>
   </properties>
   <build>
     <plugins>
+    	<plugin>
+			<groupId>org.apache.maven.plugins</groupId>
+			<artifactId>maven-dependency-plugin</artifactId>
+			<version>2.4</version>
+			<executions>
+				<execution>
+					<id>unpack</id>
+					<phase>pre-integration-test</phase>
+					<goals>
+						<goal>unpack</goal>
+					</goals>
+					<configuration>
+						<artifactItems>
+							<artifactItem>
+								<groupId>org.jboss.as</groupId>
+								<artifactId>jboss-as-dist</artifactId>
+								<version>7.0.2.Final</version>
+								<type>zip</type>
+							</artifactItem>
+							<artifactItem>
+								<groupId>org.richfaces</groupId>
+								<artifactId>richfaces-distribution</artifactId>
+								<version>4.2.1.Final</version>
+								<type>zip</type>
+							</artifactItem>
+						</artifactItems>
+						<outputDirectory>${project.build.directory}/requirements</outputDirectory>
+					</configuration>
+				</execution>
+			</executions>
+		</plugin>
+    
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-surefire-plugin</artifactId>

Deleted: trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/requirements.properties
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/requirements.properties	2012-05-16 09:33:32 UTC (rev 41048)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/requirements.properties	2012-05-16 10:00:23 UTC (rev 41049)
@@ -1 +0,0 @@
-requirements=jbossas-7.0.2.Final,richfaces-4.2.1.Final



More information about the jbosstools-commits mailing list