Author: lfryc(a)redhat.com
Date: 2009-10-21 11:42:13 -0400 (Wed, 21 Oct 2009)
New Revision: 15742
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml
Log:
- JBQA-2616 - update to cross-platform build (windows paths to installers)
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml 2009-10-21
15:08:29 UTC (rev 15741)
+++
branches/community/3.3.X/samples/richfaces-demo/functional-test/profiles.jboss-qa.xml 2009-10-21
15:42:13 UTC (rev 15742)
@@ -5,7 +5,7 @@
<profiles>
<!-- This is used by JBoss RichFaces QA -->
<profile>
- <id>tests-not-empty</id>
+ <id>profile-test-not-empty</id>
<activation>
<property>
<name>profile.test</name>
@@ -17,7 +17,7 @@
</properties>
</profile>
<profile>
- <id>demo-version-not-empty</id>
+ <id>profile-demo-version-not-empty</id>
<activation>
<property>
<name>profile.demo.version</name>
@@ -77,7 +77,7 @@
</os>
</activation>
<properties>
- <firefoxes.home>/qa/home/lfryc/firefoxes/linux-i686</firefoxes.home>
+ <firefoxes.home>/qa/tools/opt</firefoxes.home>
<browser.firefox>*firefox
${firefoxes.home}/firefox-${browser.version}/firefox-bin</browser.firefox>
</properties>
</profile>
@@ -89,7 +89,7 @@
</os>
</activation>
<properties>
- <firefoxes.home>H:\lfryc\firefoxes\win32</firefoxes.home>
+ <firefoxes.home>T:\opt\windows</firefoxes.home>
<browser.firefox>*firefox
${firefoxes.home}\firefox-${browser.version}\firefox.exe</browser.firefox>
</properties>
</profile>
@@ -103,7 +103,8 @@
</activation>
<properties>
<container.version>6.0.18</container.version>
- <container.installer.url>file:/qa/tools/opt/src/apache/apache-tomcat-6.0.18.zip</container.installer.url>
+ <container.installer.url.unix>file:/qa/tools/src/apache/apache-tomcat-6.0.18.zip</container.installer.url.unix>
+ <container.installer.url.windows>file:t:\src\apache\apache-tomcat-6.0.18.zip</container.installer.url.windows>
</properties>
</profile>
<profile>
@@ -116,8 +117,31 @@
</activation>
<properties>
<container.version>5.1.0.GA</container.version>
- <container.installer.url>file:/qa/tools/opt/src/jboss/jboss-5.1.0.GA.zip</container.installer.url>
+ <container.installer.url.unix>file:/qa/tools/src/jboss/jboss-5.1.0.GA.zip</container.installer.url.unix>
+ <container.installer.url.windows>file:t:\src\jboss\jboss-5.1.0.GA.zip</container.installer.url.windows>
</properties>
</profile>
+ <profile>
+ <id>container-installation-unix</id>
+ <activation>
+ <os>
+ <family>unix</family>
+ </os>
+ </activation>
+ <properties>
+ <container.installer.url>${container.installer.url.unix}</container.installer.url>
+ </properties>
+ </profile>
+ <profile>
+ <id>container-installation-windows</id>
+ <activation>
+ <os>
+ <family>windows</family>
+ </os>
+ </activation>
+ <properties>
+ <container.installer.url>${container.installer.url.windows}</container.installer.url>
+ </properties>
+ </profile>
</profiles>
</profilesXml>