You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/02 15:56:15 UTC

svn commit: r761297 - /lenya/contributions/2_0_X/modules/firedocs/build.xml

Author: andreas
Date: Thu Apr  2 13:56:15 2009
New Revision: 761297

URL: http://svn.apache.org/viewvc?rev=761297&view=rev
Log:
Let dist target depend on build target instead of init.

Modified:
    lenya/contributions/2_0_X/modules/firedocs/build.xml

Modified: lenya/contributions/2_0_X/modules/firedocs/build.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/build.xml?rev=761297&r1=761296&r2=761297&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/build.xml (original)
+++ lenya/contributions/2_0_X/modules/firedocs/build.xml Thu Apr  2 13:56:15 2009
@@ -49,7 +49,7 @@
 
   <!-- === Create Install Packages ============================================= -->
 
-  <target name="dist" depends="init" description="Create Install Packages">
+  <target name="dist" depends="build" description="Create Install Packages">
     <mkdir dir="${dist}"/>
 
     <!-- Create Lenya package -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org