Author: wsmoak
Date: Sat Sep 17 22:51:48 2005
New Revision: 289892
URL: http://svn.apache.org/viewcvs?rev=289892&view=rev
Log:
Added suggested doctype declaration to clay-config DTD.
Changed related files to conform to the new label and location.
Updated build file to copy DTD into org/apache/shale/clay/config.
(DTD will be moved to src/conf.)
Modified:
struts/shale/trunk/clay-plugin/build.xml
struts/shale/trunk/clay-plugin/src/conf/view-config.xml
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/ClayXmlParser.java
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/resources/clay-config_1_0.dtd
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address-config.xml
Modified: struts/shale/trunk/clay-plugin/build.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/build.xml?rev=289892&r1=289891&r2=289892&view=diff
==============================================================================
--- struts/shale/trunk/clay-plugin/build.xml (original)
+++ struts/shale/trunk/clay-plugin/build.xml Sat Sep 17 22:51:48 2005
@@ -175,6 +175,10 @@
</fileset>
</copy>
+ <!-- Copy DTD for view configuration resources -->
+ <copy todir="${build.home}/classes/org/apache/shale/clay/config"
+ file="src/conf/clay-config_1_0.dtd"/>
+
<!-- Copy license and notice files -->
<copy tofile="${build.home}/classes/META-INF/LICENSE.txt"
file="LICENSE.txt"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]