Revision: 154
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=154&view=rev
Author: idueppe
Date: 2009-04-22 09:38:57 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
add additional ant default target "all" to run a clean, install, eclipse at once.
Modified Paths:
--------------
trunk/cse-ip/build.xml
Modified: trunk/cse-ip/build.xml
===================================================================
--- trunk/cse-ip/build.xml 2009-04-22 08:50:01 UTC (rev 153)
+++ trunk/cse-ip/build.xml 2009-04-22 09:38:57 UTC (rev 154)
@@ -1,4 +1,4 @@
-<project name="cse-ip :: build" default="install" basedir=".">
+<project name="cse-ip :: build" default="all" basedir=".">
<condition property="maven.executable" value="mvn.bat" else="mvn"><os family="windows" /></condition>
<condition property="asadmin.executable" value="asadmin.bat" else="asadmin"><os family="windows"/></condition>
@@ -53,4 +53,7 @@
</exec>
</target>
+ <target name="all" depends="clean, install, eclipse" >
+ </target>
+
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|