You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/07/24 20:51:19 UTC

svn commit: r559160 - /velocity/dvsl/branches/DVSL_1.0/build.xml

Author: cbrisson
Date: Tue Jul 24 11:51:14 2007
New Revision: 559160

URL: http://svn.apache.org/viewvc?view=rev&rev=559160
Log:
correct docs source directory (1.0 branch)

Modified:
    velocity/dvsl/branches/DVSL_1.0/build.xml

Modified: velocity/dvsl/branches/DVSL_1.0/build.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/branches/DVSL_1.0/build.xml?view=diff&rev=559160&r1=559159&r2=559160
==============================================================================
--- velocity/dvsl/branches/DVSL_1.0/build.xml (original)
+++ velocity/dvsl/branches/DVSL_1.0/build.xml Tue Jul 24 11:51:14 2007
@@ -282,7 +282,7 @@
   <target name="docs" depends="docs-init"
    description="Generate documentation">
       <dvsl
-           basedir="${docs.src}"
+           basedir="${docs.src}/xdoc"
            destdir="${docs.dest}/"
            toolboxfile="${docs.src}/resources/toolbox.props"
            extension=".html"