You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2006/04/26 09:20:59 UTC

svn commit: r397126 - /jakarta/commons/proper/daemon/trunk/build.xml

Author: jfclere
Date: Wed Apr 26 00:20:56 2006
New Revision: 397126

URL: http://svn.apache.org/viewcvs?rev=397126&view=rev
Log:
Change the default target to dist (to prevent question how do I
get commons-daemon.jar).

Modified:
    jakarta/commons/proper/daemon/trunk/build.xml

Modified: jakarta/commons/proper/daemon/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/build.xml?rev=397126&r1=397125&r2=397126&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/build.xml (original)
+++ jakarta/commons/proper/daemon/trunk/build.xml Wed Apr 26 00:20:56 2006
@@ -1,4 +1,4 @@
-<project name="Daemon" default="compile" basedir=".">
+<project name="Daemon" default="dist" basedir=".">
 
 
 <!--



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