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:36:37 UTC

svn commit: r1089210 - in /db/derby/docs/branches/10.8: ./ build.xml

Author: chaase3
Date: Tue Apr  5 20:36:37 2011
New Revision: 1089210

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

Merged DERBY-5136-2.diff to 10.8 docs branch from trunk revision 1089207.

Modified:
    db/derby/docs/branches/10.8/   (props changed)
    db/derby/docs/branches/10.8/build.xml

Propchange: db/derby/docs/branches/10.8/
------------------------------------------------------------------------------
    svn:mergeinfo = /db/derby/docs/trunk:1089207

Modified: db/derby/docs/branches/10.8/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/build.xml?rev=1089210&r1=1089209&r2=1089210&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/build.xml (original)
+++ db/derby/docs/branches/10.8/build.xml Tue Apr  5 20:36:37 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"/>