Author: mrdon Date: Thu Jul 13 16:52:21 2006 New Revision: 421745 URL: http://svn.apache.org/viewvc?rev=421745&view=rev Log: Fixing last references of xwork.xml that I could find WW-1344
Modified: struts/struts2/trunk/apps/shopping-cart/src/main/resources/struts.properties struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties struts/struts2/trunk/core/src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt Modified: struts/struts2/trunk/apps/shopping-cart/src/main/resources/struts.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/shopping-cart/src/main/resources/struts.properties?rev=421745&r1=421744&r2=421745&view=diff ============================================================================== --- struts/struts2/trunk/apps/shopping-cart/src/main/resources/struts.properties (original) +++ struts/struts2/trunk/apps/shopping-cart/src/main/resources/struts.properties Thu Jul 13 16:52:21 2006 @@ -6,7 +6,7 @@ struts.objectFactory.spring.autoWire=type ### Configuration reloading -# This will cause the configuration to reload xwork.xml when it is changed +# This will cause the configuration to reload struts.xml when it is changed struts.configuration.xml.reload=true ### Load custom default resource bundles Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?rev=421745&r1=421744&r2=421745&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties (original) +++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Thu Jul 13 16:52:21 2006 @@ -99,7 +99,7 @@ struts.ui.templateSuffix=ftl ### Configuration reloading -### This will cause the configuration to reload xwork.xml when it is changed +### This will cause the configuration to reload struts.xml when it is changed struts.configuration.xml.reload=false ### Location of velocity.properties file. defaults to velocity.properties Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt?rev=421745&r1=421744&r2=421745&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt (original) +++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/sitegraph/sitegraph-usage.txt Thu Jul 13 16:52:21 2006 @@ -1,6 +1,6 @@ // START SNIPPET: sitegraph-usage Usage: -config CONFIG_DIR -views VIEWS_DIRS -output OUTPUT [-ns NAMESPACE] - CONFIG_DIR => a directory containing xwork.xml + CONFIG_DIR => a directory containing struts.xml VIEWS_DIRS => comma seperated list of dirs containing JSPs, VMs, etc OUPUT => the directory where the output should go NAMESPACE => the namespace path restriction (/, /foo, etc)