You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2008/02/21 16:45:14 UTC

svn commit: r629866 - /incubator/lokahi/lokahi/trunk/build.xml

Author: toback
Date: Thu Feb 21 08:45:14 2008
New Revision: 629866

URL: http://svn.apache.org/viewvc?rev=629866&view=rev
Log:
Removed pre-req of clean from build.

Modified:
    incubator/lokahi/lokahi/trunk/build.xml

Modified: incubator/lokahi/lokahi/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/build.xml?rev=629866&r1=629865&r2=629866&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/build.xml (original)
+++ incubator/lokahi/lokahi/trunk/build.xml Thu Feb 21 08:45:14 2008
@@ -25,7 +25,7 @@
 		<delete dir="${app.build}" failonerror="true"/>    	
     </target>
 
-  <target name="install" depends="clean,build">
+  <target name="install" depends="build">
     <mkdir dir="${install.location}${app.name}"/>
     <copy todir="${install.location}${app.name}" overwrite="true">
       <fileset dir="${app.build.context}"/>