Fixing last references of xwork.xml that I could find

WW-1344


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@421745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-07-13 23:52:21 +00:00
parent 77142e5106
commit 808abc64a0
3 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ struts.objectFactory=spring
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
@@ -99,7 +99,7 @@ struts.ui.templateDir=template
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
@@ -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)