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 21:50:29 UTC

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

Author: cbrisson
Date: Tue Jul 24 12:50:27 2007
New Revision: 559178

URL: http://svn.apache.org/viewvc?view=rev&rev=559178
Log:
docs depends on jar

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=559178&r1=559177&r2=559178
==============================================================================
--- velocity/dvsl/branches/DVSL_1.0/build.xml (original)
+++ velocity/dvsl/branches/DVSL_1.0/build.xml Tue Jul 24 12:50:27 2007
@@ -279,7 +279,7 @@
   <!-- ================================================================== -->
   <!--  D O C S                                                           -->
   <!-- ================================================================== -->
-  <target name="docs" depends="docs-init"
+  <target name="docs" depends="docs-init,jar"
    description="Generate documentation">
       <dvsl
            basedir="${docs.src}/xdoc"