You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by dl...@apache.org on 2004/11/29 01:13:07 UTC

svn commit: r106864 - /jakarta/velocity-dvsl/trunk/build.xml

Author: dlr
Date: Sun Nov 28 16:13:06 2004
New Revision: 106864

URL: http://svn.apache.org/viewcvs?view=rev&rev=106864
Log:
A followup to r106859 ot make the "docs" target functional again.

* build.xml
  docs-init: Depends upon the "init-classpath" target introduced in
  r106859.


Issue: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=141058

Modified:
   jakarta/velocity-dvsl/trunk/build.xml

Modified: jakarta/velocity-dvsl/trunk/build.xml
Url: http://svn.apache.org/viewcvs/jakarta/velocity-dvsl/trunk/build.xml?view=diff&rev=106864&p1=jakarta/velocity-dvsl/trunk/build.xml&r1=106863&p2=jakarta/velocity-dvsl/trunk/build.xml&r2=106864
==============================================================================
--- jakarta/velocity-dvsl/trunk/build.xml	(original)
+++ jakarta/velocity-dvsl/trunk/build.xml	Sun Nov 28 16:13:06 2004
@@ -205,7 +205,7 @@
       />
   </target>
 
-  <target name="docs-init">
+  <target name="docs-init" depends="init-classpath">
       <taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
           <classpath>
              <pathelement location="${dvsl.jar}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org