You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by wg...@apache.org on 2005/07/12 06:44:16 UTC

svn commit: r215920 - /jakarta/velocity/core/trunk/build/build.xml

Author: wglass
Date: Mon Jul 11 21:44:14 2005
New Revision: 215920

URL: http://svn.apache.org/viewcvs?rev=215920&view=rev
Log:
reversed annoying patch that always builds javadocs when building docs

Modified:
    jakarta/velocity/core/trunk/build/build.xml

Modified: jakarta/velocity/core/trunk/build/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=215920&r1=215919&r2=215920&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/build.xml (original)
+++ jakarta/velocity/core/trunk/build/build.xml Mon Jul 11 21:44:14 2005
@@ -661,7 +661,7 @@
   <!-- =================================================================== -->
 
   <target name="docs" 
-          depends="jar,javadocs"
+          depends="jar"
           description="generates the HTML documentation"
           >
       <taskdef name="anakia"



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