From: <id...@us...> - 2009-04-21 16:52:46
|
Revision: 139 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=139&view=rev Author: idueppe Date: 2009-04-21 16:51:55 +0000 (Tue, 21 Apr 2009) Log Message: ----------- add dependency to clean at install target Modified Paths: -------------- trunk/sandbox/cse-ip/sc-mapper/build.xml Modified: trunk/sandbox/cse-ip/sc-mapper/build.xml =================================================================== --- trunk/sandbox/cse-ip/sc-mapper/build.xml 2009-04-21 14:03:05 UTC (rev 138) +++ trunk/sandbox/cse-ip/sc-mapper/build.xml 2009-04-21 16:51:55 UTC (rev 139) @@ -13,7 +13,7 @@ </exec> </target> - <target name="install"> + <target name="install" depends="clean"> <exec executable="${maven.executable}"> <arg line="install"/> </exec> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |