Author: skillcoyne
Date: 2009-03-19 08:38:15 -0700 (Thu, 19 Mar 2009)
New Revision: 16310
Modified:
csplugins/trunk/isb/skillcoyne/CyGoose/trunk/build.xml
Log:
updated build file
Modified: csplugins/trunk/isb/skillcoyne/CyGoose/trunk/build.xml
===================================================================
--- csplugins/trunk/isb/skillcoyne/CyGoose/trunk/build.xml 2009-03-18
23:09:15 UTC (rev 16309)
+++ csplugins/trunk/isb/skillcoyne/CyGoose/trunk/build.xml 2009-03-19
15:38:15 UTC (rev 16310)
@@ -46,8 +46,11 @@
<!-- <pathelement
location="${gaggle.dir}/gaggle.jar" /> -->
</path>
- <target name="init" depends="check" description="Clean out old build,
setup for new">
- <delete dir="${build.dir}" />
+ <target name="clean" description="Clean old build files">
+ <delete dir="${build.dir}" />
+ </target>
+
+ <target name="init" depends="check, clean" description="Clean out old build,
setup for new">
<mkdir dir="${build.dir}" />
<mkdir dir="${classes.dir}" />
<!-- maybe need to do fileset if we use any other libraries in
this plugin -->
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---