Author: pbenedict
Date: Sat Feb 10 10:29:27 2007
New Revision: 505736
URL: http://svn.apache.org/viewvc?view=rev&rev=505736
Log:
STR-3004: Update all apps to use 1.4 DTDs
Modified:
struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml
struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml
struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml
struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
Modified:
struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
--- struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++ struts/struts1/trunk/apps/blank/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -17,8 +17,8 @@
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!--
This is a blank Struts configuration file with an example
Modified:
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
(original)
+++
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config-Wildcard.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
<action-mappings>
Modified:
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/cookbook/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
Modified:
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/el-example/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -17,8 +17,8 @@
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/dispatch/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!-- ===================================== "dispatch" examples module config
-->
<struts-config>
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/exercise/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
<form-beans>
<form-bean name="testbean"
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!--
Default configuration file for examples application.
Each module also has its own struts-config under: /WEB-INF/$MODULE/
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/upload/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
<form-beans>
<form-bean name="uploadForm"
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-bundles.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
<!--============================================== Form Bean Definitions -->
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-i18nVariables.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-type.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config-validwhen.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
Modified:
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/examples/src/main/webapp/WEB-INF/validator/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -16,8 +16,8 @@
limitations under the License.
-->
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<struts-config>
<!--============================================== Form Bean Definitions -->
Modified:
struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/faces-example1/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Modified:
struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml
(original)
+++
struts/struts1/trunk/apps/faces-example2/src/main/webapp/WEB-INF/tiles-defs.xml
Sat Feb 10 10:29:27 2007
@@ -1,6 +1,6 @@
<!DOCTYPE tiles-definitions PUBLIC
- "-//Apache Software Foundation//DTD Tiles Configuration//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config.dtd">
+ "-//Apache Software Foundation//DTD Tiles Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/tiles-config_1_4.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Modified:
struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Modified:
struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=505736&r1=505735&r2=505736
==============================================================================
---
struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
(original)
+++
struts/struts1/trunk/apps/scripting-mailreader/src/main/webapp/WEB-INF/struts-config.xml
Sat Feb 10 10:29:27 2007
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
- "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
- "http://struts.apache.org/dtds/struts-config_1_3.dtd">
+ "-//Apache Software Foundation//DTD Struts Configuration 1.4//EN"
+ "http://struts.apache.org/dtds/struts-config_1_4.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with