[seam-commits] Seam SVN: r14863 - branches/enterprise/WFK-2_0/examples-ee6.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 7 06:58:24 EDT 2012


Author: manaRH
Date: 2012-06-07 06:58:23 -0400 (Thu, 07 Jun 2012)
New Revision: 14863

Modified:
   branches/enterprise/WFK-2_0/examples-ee6/pom.xml
Log:
moved properties section up to not confuse others

Modified: branches/enterprise/WFK-2_0/examples-ee6/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/pom.xml	2012-06-07 10:46:00 UTC (rev 14862)
+++ branches/enterprise/WFK-2_0/examples-ee6/pom.xml	2012-06-07 10:58:23 UTC (rev 14863)
@@ -13,7 +13,40 @@
 
     <name>Seam 2 EE 6 examples</name>
     <description>Examples for Seam 2 Framework in Java EE6 environment</description>
+    
+    <properties>
+        <!-- Excluded TestNG groups (ex: slow annotated tests won't run during 
+            the test phase) -->
+        <tests.excludedGroups>slow</tests.excludedGroups>
+        <guava.version>12.0</guava.version>
+        <richfaces.version>4.2.2.Final</richfaces.version>
+        <slf4j.version>1.6.1</slf4j.version>
 
+        <!-- dependencies for functional tests -->
+        <ant.junit.version>1.6.2</ant.junit.version>
+        <ftest.version.discriminator/>
+        <selenium.browser>*firefoxproxy</selenium.browser>
+        <selenium.browser.url>http://localhost:8080</selenium.browser.url>
+        <selenium.browser.cluster.url>http://localhost:8180</selenium.browser.cluster.url>
+        <selenium.server.port>14444</selenium.server.port>
+        <selenium.server.host>localhost</selenium.server.host>
+        <selenium.speed>0</selenium.speed>
+        <selenium.timeout>30000</selenium.timeout>
+        <selenium.debug>false</selenium.debug>
+        <selenium.log.dir>${project.build.directory}/ftest-logs</selenium.log.dir>
+        <selenium.output.dir>${project.build.directory}/ftest-output</selenium.output.dir>
+        <application.deploy.timeout>300</application.deploy.timeout>
+        <browserSessionReuse>true</browserSessionReuse>
+        <ftest.resources.dir>src/test/resources-ftest</ftest.resources.dir>
+        <context.host>localhost</context.host>
+        <example.context.path>/${project.build.finalName}/</example.context.path>
+        <jboss.master.configuration>${env.JBOSS_HOME}/server/all</jboss.master.configuration>
+        <jboss.home>${env.JBOSS_HOME}</jboss.home>
+        <jboss.domain>default</jboss.domain>
+        <catalina.home>${env.CATALINA_HOME}</catalina.home>
+        <xml.namespace.aware>false</xml.namespace.aware>
+    </properties>
+    
     <modules>
         <module>blog</module>
         <module>booking</module>
@@ -976,35 +1009,5 @@
         </profile>          
     </profiles>
 
-    <properties>
-        <!-- Excluded TestNG groups (ex: slow annotated tests won't run during 
-            the test phase) -->
-        <tests.excludedGroups>slow</tests.excludedGroups>        
-        <slf4j.version>1.6.1</slf4j.version>
-        
-        <!-- dependencies for functional tests -->
-        <ant.junit.version>1.6.2</ant.junit.version>
-        <ftest.version.discriminator />
-        <selenium.browser>*firefoxproxy</selenium.browser>
-        <selenium.browser.url>http://localhost:8080</selenium.browser.url>
-        <selenium.browser.cluster.url>http://localhost:8180</selenium.browser.cluster.url>
-        <selenium.server.port>14444</selenium.server.port>
-        <selenium.server.host>localhost</selenium.server.host>
-        <selenium.speed>0</selenium.speed>
-        <selenium.timeout>30000</selenium.timeout>
-        <selenium.debug>false</selenium.debug>
-        <selenium.log.dir>${project.build.directory}/ftest-logs</selenium.log.dir>
-        <selenium.output.dir>${project.build.directory}/ftest-output</selenium.output.dir>
-        <application.deploy.timeout>300</application.deploy.timeout>
-        <browserSessionReuse>true</browserSessionReuse>
-        <ftest.resources.dir>src/test/resources-ftest</ftest.resources.dir>
-        <context.host>localhost</context.host>
-        <example.context.path>/${project.build.finalName}/</example.context.path>
-        <jboss.master.configuration>${env.JBOSS_HOME}/server/all</jboss.master.configuration>
-        <jboss.home>${env.JBOSS_HOME}</jboss.home>
-        <jboss.domain>default</jboss.domain>
-        <catalina.home>${env.CATALINA_HOME}</catalina.home>
-        <xml.namespace.aware>false</xml.namespace.aware>
-    </properties>
 </project>
 



More information about the seam-commits mailing list