You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ws...@apache.org on 2006/11/11 04:02:47 UTC

svn commit: r473635 - /shale/framework/trunk/pom.xml

Author: wsmoak
Date: Fri Nov 10 19:02:46 2006
New Revision: 473635

URL: http://svn.apache.org/viewvc?view=rev&rev=473635
Log:
Correct the location of DTDs to be published with the website.
SHALE-230

Modified:
    shale/framework/trunk/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=473635&r1=473634&r2=473635
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Fri Nov 10 19:02:46 2006
@@ -166,8 +166,8 @@
                         <tasks>
                            <copy todir="${project.build.directory}/site/dtds"
                                  failonerror="false">
-                              <fileset dir="${basedir}/shale-core/src/main/resources/org/apache/shale/dialog/"/>
-                              <fileset file="${basedir}/shale-clay/src/main/resources/META-INF/clay-config_1_0.dtd"/>
+                              <fileset dir="${basedir}/shale-dialog-basic/src/main/resources/org/apache/shale/dialog/"/>
+                              <fileset file="${basedir}/shale-clay/src/main/resources/org/apache/shale/clay/config/clay-config_1_0.dtd"/>
                            </copy>
                         </tasks>
                      </configuration>