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:55:07 UTC

svn commit: r559182 - /velocity/dvsl/trunk/build.xml

Author: cbrisson
Date: Tue Jul 24 12:55:06 2007
New Revision: 559182

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

Modified:
    velocity/dvsl/trunk/build.xml

Modified: velocity/dvsl/trunk/build.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/build.xml?view=diff&rev=559182&r1=559181&r2=559182
==============================================================================
--- velocity/dvsl/trunk/build.xml (original)
+++ velocity/dvsl/trunk/build.xml Tue Jul 24 12:55:06 2007
@@ -309,7 +309,7 @@
       <copy todir="${docs-printable.dest}/images" file="${docs.src}/images/dvsl.png"/>
   </target>
 
-  <target name="docs-init" depends="init-classpath">
+  <target name="docs-init" depends="init-classpath,jar">
       <taskdef name="dvsl" classname="org.apache.dvsl.DVSLTask">
           <classpath>
              <pathelement location="${dist.home}/${dvsl.jar}"/>