You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/09/18 09:01:34 UTC

svn commit: r289902 - /struts/shale/trunk/build/clay-plugin/project.xml

Author: wsmoak
Date: Sun Sep 18 00:01:25 2005
New Revision: 289902

URL: http://svn.apache.org/viewcvs?rev=289902&view=rev
Log:
Updated Maven build to reflect the new DTD location

Modified:
    struts/shale/trunk/build/clay-plugin/project.xml

Modified: struts/shale/trunk/build/clay-plugin/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.xml?rev=289902&r1=289901&r2=289902&view=diff
==============================================================================
--- struts/shale/trunk/build/clay-plugin/project.xml (original)
+++ struts/shale/trunk/build/clay-plugin/project.xml Sun Sep 18 00:01:25 2005
@@ -57,8 +57,14 @@
         <directory>${maven.src.dir}/java</directory>
         <includes>
           <include>**/*.xml</include>
-          <include>**/*.dtd</include>
           <include>**/*.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>${maven.src.dir}/conf</directory>
+        <targetPath>org/apache/shale/clay/config</targetPath>
+        <includes>
+          <include>*.dtd</include>
         </includes>
       </resource>
       <resource>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org