[seam-commits] Seam SVN: r15166 - branches/community/Seam_2_3/examples/booking/booking-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 26 09:52:40 EDT 2012


Author: maschmid
Date: 2012-09-26 09:52:40 -0400 (Wed, 26 Sep 2012)
New Revision: 15166

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


Modified: branches/community/Seam_2_3/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-09-24 21:11:17 UTC (rev 15165)
+++ branches/community/Seam_2_3/examples/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-09-26 13:52:40 UTC (rev 15166)
@@ -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