niallp 2004/09/01 20:43:17
Modified: conf/test struts-config.xml
doc/userGuide building_controller.xml
src/test/org/apache/struts/config
struts-config-custom-mapping.xml struts-config.xml
src/test/org/apache/struts/tiles/config tiles-defs.xml
web/example/WEB-INF struts-config-registration.xml
struts-config.xml
web/examples/WEB-INF struts-config.xml
web/examples/WEB-INF/exercise struts-config.xml
web/examples/WEB-INF/upload struts-config.xml
web/examples/WEB-INF/validator struts-config.xml
web/tiles-documentation/WEB-INF struts-config.xml
struts-doc-config.xml struts-examples-config.xml
struts-tests-config.xml struts-tutorial-config.xml
tiles-defs.xml tiles-doc-defs.xml
tiles-examples-defs.xml tiles-tests-defs.xml
tiles-tutorial-defs.xml tiles-tutorial-defs_de.xml
tiles-tutorial-defs_fr.xml
Log:
Change dtd url from jakarta.apache.org/struts to struts.apache.org
Revision Changes Path
1.11 +1 -1 jakarta-struts/conf/test/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/test/struts-config.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- struts-config.xml 7 Feb 2004 00:09:33 -0000 1.10
+++ struts-config.xml 2 Sep 2004 03:43:15 -0000 1.11
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is a test Struts configuration file
1.82 +1 -1 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- building_controller.xml 5 Jul 2004 22:13:26 -0000 1.81
+++ building_controller.xml 2 Sep 2004 03:43:15 -0000 1.82
@@ -1099,7 +1099,7 @@
your application.
This format of this document is described by the Document Type Definition
(DTD) maintained at
- <a href="http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ <a href="http://struts.apache.org/dtds/struts-config_1_2.dtd">
http://struts.apache.org/dtds/struts-config_1_2.dtd</a>.
This chapter covers the configuration elements that you will typically
write as part of developing your application.
1.3 +1 -1
jakarta-struts/src/test/org/apache/struts/config/struts-config-custom-mapping.xml
Index: struts-config-custom-mapping.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/test/org/apache/struts/config/struts-config-custom-mapping.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config-custom-mapping.xml 7 Feb 2004 00:09:33 -0000 1.2
+++ struts-config-custom-mapping.xml 2 Sep 2004 03:43:15 -0000 1.3
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the example application,
1.3 +1 -1
jakarta-struts/src/test/org/apache/struts/config/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/test/org/apache/struts/config/struts-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config.xml 7 Feb 2004 00:09:33 -0000 1.2
+++ struts-config.xml 2 Sep 2004 03:43:15 -0000 1.3
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the example application,
1.3 +1 -1
jakarta-struts/src/test/org/apache/struts/tiles/config/tiles-defs.xml
Index: tiles-defs.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/test/org/apache/struts/tiles/config/tiles-defs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tiles-defs.xml 12 Aug 2003 07:31:11 -0000 1.2
+++ tiles-defs.xml 2 Sep 2004 03:43:15 -0000 1.3
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles documentation -->
1.8 +4 -4
jakarta-struts/web/example/WEB-INF/struts-config-registration.xml
Index: struts-config-registration.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/example/WEB-INF/struts-config-registration.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- struts-config-registration.xml 12 Mar 2004 05:19:46 -0000 1.7
+++ struts-config-registration.xml 2 Sep 2004 03:43:15 -0000 1.8
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
$Header$
$Revision$
1.43 +4 -4 jakarta-struts/web/example/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/struts-config.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- struts-config.xml 12 Mar 2004 05:19:46 -0000 1.42
+++ struts-config.xml 2 Sep 2004 03:43:15 -0000 1.43
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
$Header$
$Revision$
1.8 +2 -2 jakarta-struts/web/examples/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/struts-config.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- struts-config.xml 19 Feb 2004 01:10:33 -0000 1.7
+++ struts-config.xml 2 Sep 2004 03:43:15 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE struts-config SYSTEM
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+<!DOCTYPE struts-config SYSTEM
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
Default configuration file for examples application.
Each module also has its own struts-config under: /WEB-INF/$MODULE/
1.10 +1 -1 jakarta-struts/web/examples/WEB-INF/exercise/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/exercise/struts-config.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- struts-config.xml 19 Feb 2004 18:45:42 -0000 1.9
+++ struts-config.xml 2 Sep 2004 03:43:16 -0000 1.10
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE struts-config SYSTEM
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+<!DOCTYPE struts-config SYSTEM
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<form-beans>
<form-bean name="testbean" type="org.apache.struts.webapp.exercise.TestBean" />
1.3 +1 -1 jakarta-struts/web/examples/WEB-INF/upload/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/upload/struts-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config.xml 9 Jan 2004 21:50:59 -0000 1.2
+++ struts-config.xml 2 Sep 2004 03:43:16 -0000 1.3
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE struts-config SYSTEM
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+<!DOCTYPE struts-config SYSTEM
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<form-beans>
<form-bean name="uploadForm" type="org.apache.struts.webapp.upload.UploadForm"
/>
1.3 +1 -1 jakarta-struts/web/examples/WEB-INF/validator/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/examples/WEB-INF/validator/struts-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- struts-config.xml 9 Jan 2004 21:50:59 -0000 1.2
+++ struts-config.xml 2 Sep 2004 03:43:16 -0000 1.3
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE struts-config SYSTEM
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+<!DOCTYPE struts-config SYSTEM
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<!--============================================== Form Bean Definitions -->
<form-beans>
1.8 +1 -1 jakarta-struts/web/tiles-documentation/WEB-INF/struts-config.xml
Index: struts-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-config.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- struts-config.xml 7 Feb 2004 00:09:33 -0000 1.7
+++ struts-config.xml 2 Sep 2004 03:43:16 -0000 1.8
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the
Tiles-documentation application
1.4 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/struts-doc-config.xml
Index: struts-doc-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-doc-config.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- struts-doc-config.xml 7 Feb 2004 00:09:33 -0000 1.3
+++ struts-doc-config.xml 2 Sep 2004 03:43:16 -0000 1.4
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the example application,
using the proposed new syntax.
1.6 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/struts-examples-config.xml
Index: struts-examples-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-examples-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- struts-examples-config.xml 7 Feb 2004 00:09:33 -0000 1.5
+++ struts-examples-config.xml 2 Sep 2004 03:43:16 -0000 1.6
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the
Tiles-documentation "examples" application
1.6 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/struts-tests-config.xml
Index: struts-tests-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-tests-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- struts-tests-config.xml 7 Feb 2004 00:09:33 -0000 1.5
+++ struts-tests-config.xml 2 Sep 2004 03:43:16 -0000 1.6
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the example application,
using the proposed new syntax.
1.4 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/struts-tutorial-config.xml
Index: struts-tutorial-config.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/struts-tutorial-config.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- struts-tutorial-config.xml 7 Feb 2004 00:09:33 -0000 1.3
+++ struts-tutorial-config.xml 2 Sep 2004 03:43:16 -0000 1.4
@@ -2,7 +2,7 @@
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
- "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
+ "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<!--
This is the Struts configuration file for the
Tiles-documentation "tutorial" application
1.6 +1 -1 jakarta-struts/web/tiles-documentation/WEB-INF/tiles-defs.xml
Index: tiles-defs.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-defs.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tiles-defs.xml 21 Jul 2003 15:22:44 -0000 1.5
+++ tiles-defs.xml 2 Sep 2004 03:43:16 -0000 1.6
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!--
Definitions for Tiles
1.3 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-doc-defs.xml
Index: tiles-doc-defs.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-doc-defs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tiles-doc-defs.xml 12 Aug 2003 07:31:11 -0000 1.2
+++ tiles-doc-defs.xml 2 Sep 2004 03:43:16 -0000 1.3
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles documentation -->
1.8 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-examples-defs.xml
Index: tiles-examples-defs.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-examples-defs.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tiles-examples-defs.xml 21 Jul 2003 15:22:44 -0000 1.7
+++ tiles-examples-defs.xml 2 Sep 2004 03:43:16 -0000 1.8
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Tiles definitions -->
1.8 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tests-defs.xml
Index: tiles-tests-defs.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tests-defs.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tiles-tests-defs.xml 21 Jul 2003 15:22:44 -0000 1.7
+++ tiles-tests-defs.xml 2 Sep 2004 03:43:16 -0000 1.8
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles quick tests -->
1.9 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs.xml
Index: tiles-tutorial-defs.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tiles-tutorial-defs.xml 2 Sep 2004 01:48:31 -0000 1.8
+++ tiles-tutorial-defs.xml 2 Sep 2004 03:43:16 -0000 1.9
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles tutorial -->
1.5 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs_de.xml
Index: tiles-tutorial-defs_de.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs_de.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tiles-tutorial-defs_de.xml 21 Jul 2003 15:22:44 -0000 1.4
+++ tiles-tutorial-defs_de.xml 2 Sep 2004 03:43:16 -0000 1.5
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles tutorial - German Version -->
1.4 +1 -1
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs_fr.xml
Index: tiles-tutorial-defs_fr.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs_fr.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tiles-tutorial-defs_fr.xml 21 Jul 2003 15:22:44 -0000 1.3
+++ tiles-tutorial-defs_fr.xml 2 Sep 2004 03:43:16 -0000 1.4
@@ -2,7 +2,7 @@
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
- "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
+ "http://struts.apache.org/dtds/tiles-config_1_1.dtd">
<!-- Definitions for Tiles tutorial - French Version -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]