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:54:14 UTC

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

Author: cbrisson
Date: Tue Jul 24 12:54:13 2007
New Revision: 559181

URL: http://svn.apache.org/viewvc?view=rev&rev=559181
Log:
it's docs-init and not docs that should depend 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=559181&r1=559180&r2=559181
==============================================================================
--- velocity/dvsl/branches/DVSL_1.0/build.xml (original)
+++ velocity/dvsl/branches/DVSL_1.0/build.xml Tue Jul 24 12:54:13 2007
@@ -279,7 +279,7 @@
   <!-- ================================================================== -->
   <!--  D O C S                                                           -->
   <!-- ================================================================== -->
-  <target name="docs" depends="docs-init,jar"
+  <target name="docs" depends="docs-init"
    description="Generate documentation">
       <dvsl
            basedir="${docs.src}/xdoc"
@@ -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}"/>