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 ch...@apache.org on 2011/04/05 22:30:54 UTC

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

Author: chaase3
Date: Tue Apr  5 20:30:54 2011
New Revision: 1089207

URL: http://svn.apache.org/viewvc?rev=1089207&view=rev
Log:
DERBY-5136 Simple accessibility fixes to frames HTML doc output

Modified build.xml file to overwrite the dita2htmlImpl.xsl in a clean build.

Patches: DERBY-5136-2.diff

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

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/build.xml?rev=1089207&r1=1089206&r2=1089207&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Tue Apr  5 20:30:54 2011
@@ -55,7 +55,7 @@ limitations under the License.
     <copy file="${dita.lib.dir}/dita2fo-links.xsl" todir="${dita.dir}/xsl/xslfo"/>
     <copy file="${dita.lib.dir}/dita2fo-subroutines.xsl" todir="${dita.dir}/xsl/xslfo"/>
     <copy file="${dita.lib.dir}/index.html" todir="${dita.dir}/resource"/>
-    <copy file="${dita.lib.dir}/dita2htmlImpl.xsl" todir="${dita.dir}/xsl/xslhtml"/>
+    <copy file="${dita.lib.dir}/dita2htmlImpl.xsl" todir="${dita.dir}/xsl/xslhtml" overwrite="true"/>
     <mkdir dir="${dita.temp.dir}"/>
     <copy todir="${dita.output.dir}/images">
       <fileset dir="${dita.src.dir}/images"/>