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/29 17:13:28 UTC

svn commit: r1097833 - in /db/derby/docs/branches/10.8: ./ build.xml lib/map2htmtoc.xsl

Author: chaase3
Date: Fri Apr 29 15:13:27 2011
New Revision: 1097833

URL: http://svn.apache.org/viewvc?rev=1097833&view=rev
Log:
DERBY-5205  Documentation: toc.html files need lang attribute

Merged DERBY-5205.diff to 10.8 code branch from trunk revision 1097832.

Added:
    db/derby/docs/branches/10.8/lib/map2htmtoc.xsl
      - copied unchanged from r1097832, db/derby/docs/trunk/lib/map2htmtoc.xsl
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 (original)
+++ svn:mergeinfo Fri Apr 29 15:13:27 2011
@@ -1 +1 @@
-/db/derby/docs/trunk:1089207
+/db/derby/docs/trunk:1089207,1090436,1095463,1097832

Modified: db/derby/docs/branches/10.8/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/build.xml?rev=1097833&r1=1097832&r2=1097833&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/build.xml (original)
+++ db/derby/docs/branches/10.8/build.xml Fri Apr 29 15:13:27 2011
@@ -56,6 +56,7 @@ limitations under the License.
     <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" overwrite="true"/>
+    <copy file="${dita.lib.dir}/map2htmtoc.xsl" todir="${dita.dir}/xsl"/>
     <mkdir dir="${dita.temp.dir}"/>
     <copy todir="${dita.output.dir}/images">
       <fileset dir="${dita.src.dir}/images"/>