Author: mickael_istria
Date: 2012-06-21 11:43:13 -0400 (Thu, 21 Jun 2012)
New Revision: 42146
Removed:
trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/requirements.properties
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
trunk/build/parent/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
trunk/cdi/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml
trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml
trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml
trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml
trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml
trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
NEW - bug 378338: Support direct inclusion of plugin in category.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378338
Incomplete - 12465329: Replace requirements folder & requirements bootstrap job by
"self-hosted" content in pom.xml ?
Modified: trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml
===================================================================
--- trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml 2012-06-21 15:17:41
UTC (rev 42145)
+++ trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/pom.xml 2012-06-21 15:43:13
UTC (rev 42146)
@@ -47,7 +47,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -11,13 +11,13 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <jbosstools.test.jboss.home.3.2>${project.build.directory}/jboss-3.2.8.SP1</jbosstools.test.jboss.home.3.2>
- <jbosstools.test.jboss.home.4.0>${project.build.directory}/jboss-4.0.5.GA</jbosstools.test.jboss.home.4.0>
- <jbosstools.test.jboss.home.4.2>${project.build.directory}/jboss-4.2.3.GA</jbosstools.test.jboss.home.4.2>
- <jbosstools.test.jboss.home.5.0>${project.build.directory}/jboss-5.0.1.GA</jbosstools.test.jboss.home.5.0>
- <jbosstools.test.jboss.home.5.1>${project.build.directory}/jboss-5.1.0.GA</jbosstools.test.jboss.home.5.1>
- <jbosstools.test.jboss.home.6.0>${project.build.directory}/jboss-6.0.0.Final</jbosstools.test.jboss.home.6.0>
- <jbosstools.test.jboss.home.7.0>${project.build.directory}/jboss-as-7.0.0.Final</jbosstools.test.jboss.home.7.0>
+ <jbosstools.test.jboss.home.3.2>${requirementsDirectory}/jboss-3.2.8.SP1</jbosstools.test.jboss.home.3.2>
+ <jbosstools.test.jboss.home.4.0>${requirementsDirectory}/jboss-4.0.5.GA</jbosstools.test.jboss.home.4.0>
+ <jbosstools.test.jboss.home.4.2>${requirementsDirectory}/jboss-4.2.3.GA</jbosstools.test.jboss.home.4.2>
+ <jbosstools.test.jboss.home.5.0>${requirementsDirectory}/jboss-5.0.1.GA</jbosstools.test.jboss.home.5.0>
+ <jbosstools.test.jboss.home.5.1>${requirementsDirectory}/jboss-5.1.0.GA</jbosstools.test.jboss.home.5.1>
+ <jbosstools.test.jboss.home.6.0>${requirementsDirectory}/jboss-6.0.0.Final</jbosstools.test.jboss.home.6.0>
+ <jbosstools.test.jboss.home.7.0>${requirementsDirectory}/jboss-as-7.0.0.Final</jbosstools.test.jboss.home.7.0>
<systemProperties>-Djbosstools.test.jboss.home.3.2=${jbosstools.test.jboss.home.3.2}
-Djbosstools.test.jboss.home.4.0=${jbosstools.test.jboss.home.4.0}
-Djbosstools.test.jboss.home.4.2=${jbosstools.test.jboss.home.4.2}
-Djbosstools.test.jboss.home.5.0=${jbosstools.test.jboss.home.5.0}
-Djbosstools.test.jboss.home.5.1=${jbosstools.test.jboss.home.5.1}
-Djbosstools.test.jboss.home.6.0=${jbosstools.test.jboss.home.6.0}
-Djbosstools.test.jboss.home.7.0=${jbosstools.test.jboss.home.7.0}
</systemProperties>
<coverage.filter>org.jboss.ide.eclipse.as.core*</coverage.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.core</emma.instrument.bundles>
@@ -56,7 +56,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
@@ -64,7 +63,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-as-3.2.8</id>
@@ -76,7 +74,6 @@
<
url>http://repository.jboss.org/sourceforge/jboss-3.2.8.SP1.zip</ur...
<md5>97147374ee5b048e4462c7ebaf3cccb5</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
<execution>
@@ -89,7 +86,6 @@
<
url>http://repository.jboss.org/sourceforge/jboss-4.0.5.GA.zip</url...
<md5>a39e85981958fea2411e9346e218aa39</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
<execution>
@@ -102,7 +98,6 @@
<
url>http://repository.jboss.org/sourceforge/jboss-5.0.1.GA.zip</url...
<md5>dd308175c43796db824692cb0cdea82d</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
<execution>
@@ -115,7 +110,6 @@
<
url>http://repository.jboss.org/sourceforge/jboss-5.1.0.GA.zip</url...
<md5>78322c75ca0c13002a04418b4a8bc920</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.ui.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -11,7 +11,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jboss.home.4.2=${project.build.directory}/jboss-4.2.3.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirementsDirectory}/jboss-4.2.3.GA</systemProperties>
<coverage.filter>org.jboss.ide.eclipse.as.ui*</coverage.filter>
<emma.instrument.bundles>org.jboss.ide.eclipse.as.ui</emma.instrument.bundles>
</properties>
@@ -37,7 +37,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-06-21 15:17:41 UTC (rev 42145)
+++ trunk/build/parent/pom.xml 2012-06-21 15:43:13 UTC (rev 42146)
@@ -25,6 +25,9 @@
<platformSystemProperties></platformSystemProperties>
<maven.antrun.plugin.version>1.3</maven.antrun.plugin.version>
<swtbot.test.skip>true</swtbot.test.skip>
+ <!-- Requirements => JBIDE-11714 -->
+ <skipRequirements>${skipTests}</skipRequirements>
+ <requirementsDirectory>${project.build.directory}/requirements</requirementsDirectory>
<!-- target files available for building: multiple sites, 1 unified site,
1 local mirrored site -->
@@ -370,6 +373,25 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
+ <plugin>
+ <!-- JBIDE-11714 -->
+ <groupId>com.googlecode.maven-download-plugin</groupId>
+ <artifactId>maven-download-plugin</artifactId>
+ <version>0.2-SNAPSHOT</version>
+ <configuration>
+ <skip>${skipRequirements}</skip>
+ <outputDirectory>${requirementsDirectory}</outputDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <skip>${skipRequirements}</skip>
+ <outputDirectory>${requirementsDirectory}</outputDirectory>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/cdi/tests/org.jboss.tools.cdi.bot.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -38,7 +38,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -40,7 +40,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
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-06-21 15:17:41
UTC (rev 42145)
+++ trunk/central/tests/org.jboss.tools.central.test.ui.bot/pom.xml 2012-06-21 15:43:13
UTC (rev 42146)
@@ -14,7 +14,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<additionalSystemProperties></additionalSystemProperties>
- <jbosstools.test.jbossas.home>${project.build.directory}/requirements/jboss-as-7.1.1.Final</jbosstools.test.jbossas.home>
+ <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>
</properties>
@@ -51,7 +51,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
===================================================================
--- trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2012-06-21 15:17:41
UTC (rev 42145)
+++ trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2012-06-21 15:43:13
UTC (rev 42146)
@@ -13,7 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jboss.home.4.2=${project.build.directory}/jboss-4.2.3.GA
-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.jboss.home.4.2=${requirementsDirectory}/jboss-4.2.3.GA
-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.1.GA</systemProperties>
</properties>
<build>
<plugins>
@@ -36,7 +36,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
@@ -44,7 +43,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -55,7 +53,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
</configuration>
</execution>
Modified: trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml
===================================================================
--- trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/forge/tests/org.jboss.tools.forge.ui.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -10,5 +10,5 @@
<artifactId>org.jboss.tools.forge.ui.test</artifactId>
<!-- TODO: this is a test plugin. It needs test classes. -->
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -37,7 +37,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-jbpm</id>
@@ -48,7 +47,6 @@
<configuration>
<
url>http://downloads.sourceforge.net/project/jbpm/jBPM%203/jbpm-3.1.4/...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}/jbpm-3.1.4</outputDirectory>
<md5>df65b5642f33676313ebe4d5b69a3fff</md5>
</configuration>
</execution>
@@ -88,7 +86,7 @@
<property name="jboss.tools.jre.6" value="${java.home}"
/>
</then>
</if>
- <echo file="swtbot.properties"
append="false">JBPM=3.1.4,${project.build.directory}/jbpm-3.1.4</echo>
+ <echo file="swtbot.properties"
append="false">JBPM=3.1.4,${requirementsDirectory}/jbpm-3.1.4</echo>
</tasks>
</configuration>
</execution>
Deleted: trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/requirements.properties
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/requirements.properties 2012-06-21
15:17:41 UTC (rev 42145)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.ui.bot.test/requirements.properties 2012-06-21
15:43:13 UTC (rev 42146)
@@ -1 +0,0 @@
-requirements=jbpm-3.1.4
\ No newline at end of file
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-06-21 15:17:41 UTC (rev
42145)
+++ trunk/jsf/tests/org.jboss.tools.jsf.ui.bot.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -12,8 +12,8 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
-
<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>
+
<jbosstools.test.jboss-as.home>${requirementsDirectory}/jboss-as-7.0.2.Final</jbosstools.test.jboss-as.home>
+
<org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>${requirementsDirectory}/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>-Dtest.configurations.dir=resources/properties/
-Djbosstools.test.jboss-as.home=${jbosstools.test.jboss-as.home}
-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>
@@ -46,7 +46,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml
===================================================================
--- trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/maven/tests/org.jboss.tools.maven.ui.bot.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -13,7 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jboss.home.6.0=${project.build.directory}/jboss-6.0.0.Final
-Djbosstools.test.jboss.home.5.1=${project.build.directory}/jboss-5.1.0.GA
-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.jboss.home.6.0=${requirementsDirectory}/jboss-6.0.0.Final
-Djbosstools.test.jboss.home.5.1=${requirementsDirectory}/jboss-5.1.0.GA
-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.0.GA</systemProperties>
</properties>
<build>
<plugins>
@@ -36,8 +36,7 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}</outputDirectory>
- <skip>${swtbot.test.skip}</skip>
+ <skip>${skipRequirements}</skip>
</configuration>
</execution>
</executions>
@@ -45,7 +44,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -54,10 +52,8 @@
<goal>wget</goal>
</goals>
<configuration>
- <skip>${swtbot.test.skip}</skip>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>febaf032f989240fe3828a8f0f7fe98a</md5>
</configuration>
</execution>
@@ -68,11 +64,9 @@
<goal>wget</goal>
</goals>
<configuration>
- <skip>${swtbot.test.skip}</skip>
<
url>http://repository.jboss.org/sourceforge/jboss-5.1.0.GA.zip</url...
<md5>78322c75ca0c13002a04418b4a8bc920</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
===================================================================
--- trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml 2012-06-21 15:17:41
UTC (rev 42145)
+++ trunk/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml 2012-06-21 15:43:13
UTC (rev 42146)
@@ -13,11 +13,11 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <jbosstools.test.jboss-gatein.home>${project.build.directory}/GateIn-3.1.0-GA</jbosstools.test.jboss-gatein.home>
- <jbosstools.test.jboss-seam-2.2.home>${project.build.directory}/jboss-seam-2.2.1.Final</jbosstools.test.jboss-seam-2.2.home>
- <jbosstools.test.jboss-portal.home>${project.build.directory}/jboss-portal-2.7.2</jbosstools.test.jboss-portal.home>
- <jbosstools.test.jboss-seam-2.0.home>${project.build.directory}/jboss-seam-2.0.1.GA</jbosstools.test.jboss-seam-2.0.home>
- <jbosstools.test.jboss-portlet-bridge.home>${project.build.directory}</jbosstools.test.jboss-portlet-bridge.home>
+ <jbosstools.test.jboss-gatein.home>${requirementsDirectory}/GateIn-3.1.0-GA</jbosstools.test.jboss-gatein.home>
+ <jbosstools.test.jboss-seam-2.2.home>${requirementsDirectory}/jboss-seam-2.2.1.Final</jbosstools.test.jboss-seam-2.2.home>
+ <jbosstools.test.jboss-portal.home>${requirementsDirectory}/jboss-portal-2.7.2</jbosstools.test.jboss-portal.home>
+ <jbosstools.test.jboss-seam-2.0.home>${requirementsDirectory}/jboss-seam-2.0.1.GA</jbosstools.test.jboss-seam-2.0.home>
+ <jbosstools.test.jboss-portlet-bridge.home>${requirementsDirectory}</jbosstools.test.jboss-portlet-bridge.home>
<configurations.dir>resources/project_config_files</configurations.dir>
<additionalSystemProperties></additionalSystemProperties>
<systemProperties>${additionalSystemProperties}
-Djbosstools.test.jboss-gatein.home=${jbosstools.test.jboss-gatein.home}
-Djbosstools.test.jboss-seam-2.2.home=${jbosstools.test.jboss-seam-2.2.home}
-Djbosstools.test.jboss-portal.home=${jbosstools.test.jboss-portal.home}
-Djbosstools.test.jboss-seam-2.0.home=${jbosstools.test.jboss-seam-2.0.home}
-Djbosstools.test.jboss-portlet-bridge.home=${jbosstools.test.jboss-portlet-bridge.home}
-Dtest.configurations.dir=${configurations.dir}
-Dorg.eclipse.swtbot.screenshots.dir=${project.build.directory}/screenshots</systemProperties>
@@ -38,7 +38,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-gatein</id>
@@ -50,8 +49,6 @@
<
url>http://downloads.sourceforge.net/project/jboss/GateIn/Portal/3.1.0...
<md5>e8c35a21f8f1e33181adc80a0b32d7f2</md5>
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
- <skip>${swtbot.test.skip}</skip>
</configuration>
</execution>
<execution>
@@ -63,9 +60,7 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
- <skip>${swtbot.test.skip}</skip>
</configuration>
</execution>
<execution>
@@ -77,9 +72,7 @@
<configuration>
<
url>http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1....
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b490d794e805aef78cb9fee510073850</md5>
- <skip>${swtbot.test.skip}</skip>
</configuration>
</execution>
<execution>
@@ -91,9 +84,7 @@
<configuration>
<
url>http://sourceforge.net/projects/jboss/files/JBoss%20Portal/JBoss-P...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>83aa628f5451f47ebce4845d8799144e</md5>
- <skip>${swtbot.test.skip}</skip>
</configuration>
</execution>
<execution>
@@ -105,9 +96,7 @@
<configuration>
<
url>http://sourceforge.net/projects/jboss/files/JBoss%20Portal/JBossPo...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>44a7b67d0b6e0995bec97e8c81bacab3</md5>
- <skip>${swtbot.test.skip}</skip>
</configuration>
</execution>
</executions>
Modified: trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.1.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam201GA.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.1.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>0a1accf94fd37e40ab1091ee593b8b75</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.2.SP1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.2.SP1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.2.SP1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>ddbd3d0e9f566249aa9c28371ab44adf</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam202SP1.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.2.SP1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.2.SP1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.2.SP1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>ddbd3d0e9f566249aa9c28371ab44adf</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam203CR1.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.3.CR1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.3.CR1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.3.CR1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b7faa04030fd54211418eb81eca24338</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam203CR1.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.0.3.CR1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.0.3.CR1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.0.3.CR1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b7faa04030fd54211418eb81eca24338</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.1.1.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>e0c30e4f129a699ff4106eb84cc1220e</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam211GA.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.1.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.1.1.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.1.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>e0c30e4f129a699ff4106eb84cc1220e</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.2</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.1.2</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.2.zip</u...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>9c95a9160b2f52776aa414aad2c05e7a</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.1.2</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.1.2</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.1.2.zip</u...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>9c95a9160b2f52776aa414aad2c05e7a</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.CR1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.0.CR1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.CR1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b6c95b7e97e73e149031434b34c482d7</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam220CR1.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.CR1</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.0.CR1</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.CR1.zip&l...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b6c95b7e97e73e149031434b34c482d7</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.0.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>febaf032f989240fe3828a8f0f7fe98a</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam220GA.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.0.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.0.GA</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://repository.jboss.org/sourceforge/jboss-seam-2.2.0.GA.zip<...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>febaf032f989240fe3828a8f0f7fe98a</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.1.Final</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.1.Final</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1....
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b490d794e805aef78cb9fee510073850</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.2.1.Final</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.2.1.Final</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,6 @@
<configuration>
<
url>http://downloads.sourceforge.net/project/jboss/JBoss%20Seam/2.2.1....
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}</outputDirectory>
<md5>b490d794e805aef78cb9fee510073850</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.3.0</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.3.0</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,7 @@
<configuration>
<
url>http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.ALP...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}/jboss-seam-2.3.0</outputDirectory>
+ <outputDirectory>${requirementsDirectory}/jboss-seam-2.3.0</outputDirectory>
<md5>07b19de75bcb86b5f4cff3a15d7e2158</md5>
</configuration>
</execution>
Modified: trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/seam/tests/org.jboss.tools.seam230.ui.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -12,7 +12,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${project.build.directory}/jboss-seam-2.3.0</systemProperties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirementsDirectory}/jboss-seam-2.3.0</systemProperties>
<coverage.filter>org.jboss.tools.seam*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.seam.ui,org.jboss.tools.seam.core</emma.instrument.bundles>
</properties>
@@ -22,7 +22,6 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>maven-download-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
<executions>
<execution>
<id>install-seam</id>
@@ -33,7 +32,7 @@
<configuration>
<
url>http://sourceforge.net/projects/jboss/files/JBoss%20Seam/2.3.0.ALP...
<unpack>true</unpack>
- <outputDirectory>${project.build.directory}/jboss-seam-2.3.0</outputDirectory>
+ <outputDirectory>${requirementsDirectory}/jboss-seam-2.3.0</outputDirectory>
<md5>07b19de75bcb86b5f4cff3a15d7e2158</md5>
</configuration>
</execution>
Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.bot.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -12,8 +12,8 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
-
<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>
+
<jbosstools.test.jboss-as.home>${requirementsDirectory}/jboss-as-7.0.2.Final</jbosstools.test.jboss-as.home>
+
<org.jboss.tools.vpe.ui.bot.test.richfaces.ui.jar.location>${requirementsDirectory}/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.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.vpe.ui.bot.test.VPEStableSubsetBotTests</test.suite.class>
</properties>
@@ -31,7 +31,7 @@
<goal>unpack</goal>
</goals>
<configuration>
- <skip>${swtbot.test.skip}</skip>
+ <skip>${skipRequirements}</skip>
<artifactItems>
<artifactItem>
<groupId>org.jboss.as</groupId>
@@ -46,7 +46,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2012-06-21 15:17:41 UTC
(rev 42145)
+++ trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2012-06-21 15:43:13 UTC
(rev 42146)
@@ -13,7 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <systemProperties>-Djbosstools.test.jre.6=${jbosstools.test.jre.6}
-Djbosstools.test.jre.5=${jbosstools.test.jre.5}
-Djbosstools.test.jboss.home.4.2=${project.build.directory}/requirements/jboss-4.2.3.GA</systemProperties>
+ <systemProperties>-Djbosstools.test.jre.6=${jbosstools.test.jre.6}
-Djbosstools.test.jre.5=${jbosstools.test.jre.5}
-Djbosstools.test.jboss.home.4.2=${requirementsDirectory}/jboss-4.2.3.GA</systemProperties>
<coverage.filter>org.jboss.tools.ws.creation.core*</coverage.filter>
<emma.instrument.bundles>org.jboss.tools.ws.creation.core</emma.instrument.bundles>
</properties>
@@ -32,7 +32,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.4</version>
<executions>
<execution>
<id>unpack</id>
@@ -41,7 +40,7 @@
<goal>unpack</goal>
</goals>
<configuration>
- <skip>${maven.test.skip}</skip>
+ <skip>${skipRequirements}</skip>
<artifactItems>
<artifactItem>
<groupId>org.jboss.jbossas</groupId>
@@ -50,7 +49,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-06-21 15:17:41 UTC (rev
42145)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-06-21 15:43:13 UTC (rev
42146)
@@ -41,7 +41,7 @@
<goal>unpack</goal>
</goals>
<configuration>
- <skip>${swtbot.test.skip}</skip>
+ <skip>${skipRequirements}</skip>
<artifactItems>
<artifactItem>
<groupId>org.jboss.as</groupId>
@@ -50,7 +50,6 @@
<type>zip</type>
</artifactItem>
</artifactItems>
- <outputDirectory>${project.build.directory}/requirements</outputDirectory>
</configuration>
</execution>
</executions>