[embjopr-commits] EMBJOPR SVN: r71 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Dec 12 15:11:31 EST 2008


Author: stan.silvert at jboss.com
Date: 2008-12-12 15:11:31 -0500 (Fri, 12 Dec 2008)
New Revision: 71

Modified:
   trunk/jsfunit/pom.xml
Log:
Changed context root to admin-console


Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2008-12-12 18:54:50 UTC (rev 70)
+++ trunk/jsfunit/pom.xml	2008-12-12 20:11:31 UTC (rev 71)
@@ -137,7 +137,7 @@
                            <systemProperties>
                               <property>
                                  <name>cactus.contextURL</name>
-                                 <value>http://localhost:8080/${project.build.finalName}</value>
+                                 <value>http://localhost:8080/admin-console</value>
                               </property>
                               <property>
                                  <name>cactus.servletRedirectorName</name>
@@ -220,7 +220,7 @@
                            <systemProperties>
                               <property>
                                  <name>cactus.contextURL</name>
-                                 <value>http://localhost:8080/${project.build.finalName}</value>
+                                 <value>http://localhost:8080/admin-console</value>
                               </property>
                               <property>
                                  <name>cactus.servletRedirectorName</name>




More information about the embjopr-commits mailing list