You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/04/28 19:29:37 UTC

svn commit: r397962 - /db/derby/docs/trunk/build.xml

Author: fuzzylogic
Date: Fri Apr 28 10:29:35 2006
New Revision: 397962

URL: http://svn.apache.org/viewcvs?rev=397962&view=rev
Log:
DERBY-1263: Go back to copying the DITA dtds to the src directory.

Modified:
    db/derby/docs/trunk/build.xml

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/build.xml?rev=397962&r1=397961&r2=397962&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Fri Apr 28 10:29:35 2006
@@ -21,6 +21,9 @@
   <target name="init" depends="check.dita,unpack.dita,check.regex.done,dita.regex">
     <available classname="org.apache.fop.tools.anttasks.Fop"
                property="hasFOP"/>
+    <copy todir="${basedir}/src/dtd">
+      <fileset dir="${dita.dtd.dir}"/>
+    </copy>
     <mkdir dir="${dita.temp.dir}"/>
   </target>