[seam-commits] Seam SVN: r15250 - branches/enterprise/WFK-2_1/examples/booking/booking-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 11 10:21:50 EDT 2012


Author: manaRH
Date: 2012-10-11 10:21:50 -0400 (Thu, 11 Oct 2012)
New Revision: 15250

Modified:
   branches/enterprise/WFK-2_1/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml
Log:
Make proeprty replacement consistent in the booking example (${} except @@)

Modified: branches/enterprise/WFK-2_1/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-10-11 14:21:41 UTC (rev 15249)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-10-11 14:21:50 UTC (rev 15250)
@@ -10,7 +10,7 @@
                  http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd
                  http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd">
     
-    <core:init jndi-pattern="${jndiPattern}" debug="true" distributable="@distributable@"/>   
+    <core:init jndi-pattern="${jndiPattern}" debug="true" distributable="${distributable}"/>
         
     <core:manager conversation-timeout="120000"
                   concurrent-request-timeout="500"



More information about the seam-commits mailing list