mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user