[weld-commits] Weld SVN: r5512 - examples/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Jan 19 09:31:48 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-19 09:31:47 -0500 (Tue, 19 Jan 2010)
New Revision: 5512

Modified:
   examples/trunk/pom.xml
Log:
added option to specify browser profile

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2010-01-19 03:37:45 UTC (rev 5511)
+++ examples/trunk/pom.xml	2010-01-19 14:31:47 UTC (rev 5512)
@@ -108,6 +108,7 @@
       <selenium.server.host>localhost</selenium.server.host>
       <selenium.speed>0</selenium.speed>
       <selenium.timeout>30000</selenium.timeout>
+      <firefoxProfileTemplate></firefoxProfileTemplate>
    </properties>
 
    <!-- Dependency management, including any extra repositories needed -->
@@ -580,6 +581,7 @@
                               <goal>start-server</goal>
                            </goals>
                            <configuration>
+										<firefoxProfileTemplate>${firefoxProfileTemplate}</firefoxProfileTemplate>
                               <background>true</background>
                               <port>${selenium.server.port}</port>
                            </configuration>



More information about the weld-commits mailing list