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 dj...@apache.org on 2006/02/12 19:03:00 UTC

svn commit: r377210 - /db/derby/code/trunk/build.xml

Author: djd
Date: Sun Feb 12 10:02:58 2006
New Revision: 377210

URL: http://svn.apache.org/viewcvs?rev=377210&view=rev
Log:
Change titles in engine Javadoc to Internals to better match the fact that
the javadoc is for the complete set of code.

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

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/build.xml?rev=377210&r1=377209&r2=377210&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sun Feb 12 10:02:58 2006
@@ -580,10 +580,10 @@
         useexternalfile="yes"
         classpath="${out.dir};${java14compile.classpath};${jars.extras};${osgi}"
         destdir="${out.javadoc.dir}/engine"
-        windowtitle="Apache Derby V${major}.${minor} Engine Documentation"
-        doctitle="Apache Derby V${major}.${minor} Engine Documentation"
+        windowtitle="Apache Derby V${major}.${minor} Internals"
+        doctitle="Apache Derby V${major}.${minor} Internals"
         Footer="${javadoc.Footer}"
-        bottom="Apache Derby V${major}.${minor} Engine Documentation - <i>Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.</i>"
+        bottom="Apache Derby V${major}.${minor} Internals - <i>Copyright © 1997,2006 The Apache Software Foundation or its licensors, as applicable.</i>"
         source="1.4">
         <taglet name="org.apache.derbyBuild.javadoc.FormatIdTaglet" 
                 path="${basedir}/classes"/>