Author: wsmoak
Date: Sun Sep 18 08:46:04 2005
New Revision: 289940

URL: http://svn.apache.org/viewcvs?rev=289940&view=rev
Log:
Conform to naming convention of underscore before version number in DTD URLs
Added missing svn props

Modified:
    struts/shale/trunk/clay-plugin/src/conf/clay-config_1_0.dtd
    struts/shale/trunk/clay-plugin/src/conf/view-config.xml
    
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
   (contents, props changed)
    struts/shale/trunk/core-library/src/conf/dialog.dtd   (contents, props 
changed)
    
struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml
   (contents, props changed)
    struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml   (contents, 
props changed)
    struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml   (contents, 
props changed)
    struts/shale/trunk/xdocs/features.xml

Modified: struts/shale/trunk/clay-plugin/src/conf/clay-config_1_0.dtd
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/conf/clay-config_1_0.dtd?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/src/conf/clay-config_1_0.dtd (original)
+++ struts/shale/trunk/clay-plugin/src/conf/clay-config_1_0.dtd Sun Sep 18 
08:46:04 2005
@@ -29,7 +29,7 @@
 
     <!DOCTYPE view PUBLIC
       "-//Apache Software Foundation//DTD Shale Clay View Configuration 
1.0//EN"
-      "http://struts.apache.org/dtds/shale-clay-config-1_0.dtd";>
+      "http://struts.apache.org/dtds/shale-clay-config_1_0.dtd";>
 
 -->
 

Modified: struts/shale/trunk/clay-plugin/src/conf/view-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/conf/view-config.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/src/conf/view-config.xml (original)
+++ struts/shale/trunk/clay-plugin/src/conf/view-config.xml Sun Sep 18 08:46:04 
2005
@@ -21,7 +21,7 @@
 -->
     <!DOCTYPE view PUBLIC
       "-//Apache Software Foundation//DTD Shale Clay View Configuration 
1.0//EN"
-      "http://struts.apache.org/dtds/shale-clay-config-1_0.dtd";>
+      "http://struts.apache.org/dtds/shale-clay-config_1_0.dtd";>
 <view>
    <!-- 
       The "Token" component emits a transactional token that is then

Modified: 
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- 
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
 (original)
+++ 
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
 Sun Sep 18 08:46:04 2005
@@ -2,7 +2,7 @@
 
   <!DOCTYPE view PUBLIC
       "-//Apache Software Foundation//DTD Shale Clay View Configuration 
1.0//EN"
-      "http://struts.apache.org/dtds/shale-clay-config-1_0.dtd";>
+      "http://struts.apache.org/dtds/shale-clay-config_1_0.dtd";>
 
 <view>
                

Propchange: 
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/core-library/src/conf/dialog.dtd
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/conf/dialog.dtd?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/core-library/src/conf/dialog.dtd (original)
+++ struts/shale/trunk/core-library/src/conf/dialog.dtd Sun Sep 18 08:46:04 2005
@@ -28,7 +28,7 @@
     
     <!DOCTYPE dialogs PUBLIC
       "-//Apache Software Foundation//DTD Shale Dialog Configuration 1.0//EN"
-      "http://struts.apache.org/dtds/shale-dialog-config-1_0.dtd";>
+      "http://struts.apache.org/dtds/shale-dialog-config_1_0.dtd";>
 
 -->
 

Propchange: struts/shale/trunk/core-library/src/conf/dialog.dtd
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- 
struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml
 (original)
+++ 
struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml
 Sun Sep 18 08:46:04 2005
@@ -28,7 +28,7 @@
 
 <!DOCTYPE dialogs PUBLIC
   "-//Apache Software Foundation//DTD Shale Dialog Configuration 1.0//EN"
-  "http://struts.apache.org/dtds/shale-dialog-config-1_0.dtd";>
+  "http://struts.apache.org/dtds/shale-dialog-config_1_0.dtd";>
 
 <dialogs>
 

Propchange: 
struts/shale/trunk/core-library/src/test/org/apache/shale/dialog/faces/dialog-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml (original)
+++ struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml Sun Sep 18 
08:46:04 2005
@@ -20,7 +20,7 @@
 
   <!DOCTYPE view PUBLIC
       "-//Apache Software Foundation//DTD Shale Clay View Configuration 
1.0//EN"
-      "http://struts.apache.org/dtds/shale-clay-config-1_0.dtd";>
+      "http://struts.apache.org/dtds/shale-clay-config_1_0.dtd";>
 
 <view>
        

Propchange: struts/shale/trunk/use-cases/src/web/WEB-INF/clay-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml (original)
+++ struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml Sun Sep 18 
08:46:04 2005
@@ -28,7 +28,7 @@
 
 <!DOCTYPE dialogs PUBLIC
   "-//Apache Software Foundation//DTD Shale Dialog Configuration 1.0//EN"
-  "http://struts.apache.org/dtds/shale-dialog-config-1_0.dtd";>
+  "http://struts.apache.org/dtds/shale-dialog-config_1_0.dtd";>
 
 <dialogs>
 

Propchange: struts/shale/trunk/use-cases/src/web/WEB-INF/dialog-config.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/xdocs/features.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features.xml?rev=289940&r1=289939&r2=289940&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features.xml (original)
+++ struts/shale/trunk/xdocs/features.xml Sun Sep 18 08:46:04 2005
@@ -345,7 +345,7 @@
             <blockquote><pre>
 &lt;!DOCTYPE dialogs PUBLIC
   "-//Apache Software Foundation//DTD Shale Dialog Configuration 1.0//EN"
-  "http://struts.apache.org/dtds/shale-dialog-config-1_0.dtd";>
+  "http://struts.apache.org/dtds/shale-dialog-config_1_0.dtd";>
 
 &lt;dialogs>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to