Author: rahul
Date: Tue Sep 12 15:03:36 2006
New Revision: 442728
URL: http://svn.apache.org/viewvc?view=rev&rev=442728
Log:
New app display name etc.
Modified:
shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/web.xml
Modified: shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/web.xml?view=diff&rev=442728&r1=442727&r2=442728
==============================================================================
--- shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/web.xml
(original)
+++ shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/web.xml Tue
Sep 12 15:03:36 2006
@@ -25,7 +25,7 @@
version="2.4">
<!-- Display name for this application -->
- <display-name>Shale Test App (Dialog2 Legacy Implementation)</display-name>
+ <display-name>Shale Test App (Dialog2 SCXML Implementation)</display-name>
<!-- Select JSF State Saving Mode -->
<context-param>
@@ -39,10 +39,10 @@
<param-value>/WEB-INF/faces-config.xml</param-value>
</context-param>
- <!-- Dialog2 Legacy Configuration Resources (comma separated list) -->
+ <!-- Dialog2 SCXML Configuration Resources (comma separated list) -->
<!-- Not explicitly required, because this is the default resource name
<context-param>
- <param-name>org.apache.shale.dialog2.legacy.CONFIGURATION</param-name>
+ <param-name>org.apache.shale.dialog2.scxml.CONFIGURATION</param-name>
<param-value>/WEB-INF/dialog-config.xml</param-value>
</context-param>
-->