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/02/08 03:52:23 UTC

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

Author: fuzzylogic
Date: Tue Feb  7 18:52:19 2006
New Revision: 375829

URL: http://svn.apache.org/viewcvs?rev=375829&view=rev
Log:
Use a relative path for the link reference. This prevents errors on Windows
that the link reference is an invalid URL.

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=375829&r1=375828&r2=375829&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Tue Feb  7 18:52:19 2006
@@ -605,7 +605,7 @@
                excludesfile="${javadoctools.dir}/derbydocs_exclusions.ant"/>
       <fileset dir="${derby.tools.src.dir}"
                excludesfile="${javadoctools.dir}/derbydocs_exclusions.ant"/> 
-      <link href="${out.javadoc.dir}/engine"/>
+      <link href="."/>
     </javadoc>
 
   </target>