Author: ozizka(a)redhat.com
Date: 2009-05-15 10:10:55 -0400 (Fri, 15 May 2009)
New Revision: 422
Modified:
trunk/jsfunit/pom.xml
Log:
JBQA-2344 - added htmlunit.browser property to profiles
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-15 14:04:54 UTC (rev 421)
+++ trunk/jsfunit/pom.xml 2009-05-15 14:10:55 UTC (rev 422)
@@ -240,6 +240,10 @@
<name>cactus.servletRedirectorName</name>
<value>ServletRedirector.jsfunit</value>
</property>
+ <property>
+ <name>htmlunit.browser</name>
+ <value>${htmlunit.browser}</value>
+ </property>
</systemProperties>
</configuration>
</execution>
@@ -453,6 +457,10 @@
<name>cactus.servletRedirectorName</name>
<value>ServletRedirector.jsfunit</value>
</property>
+ <property>
+ <name>htmlunit.browser</name>
+ <value>${htmlunit.browser}</value>
+ </property>
</systemProperties>
</configuration>
</execution>