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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Jan 19 10:23:28 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-19 10:23:28 -0500 (Tue, 19 Jan 2010)
New Revision: 5513

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

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2010-01-19 14:31:47 UTC (rev 5512)
+++ examples/trunk/pom.xml	2010-01-19 15:23:28 UTC (rev 5513)
@@ -108,7 +108,6 @@
       <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 -->
@@ -581,7 +580,6 @@
                               <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