Author: Christian Lopes
Date: 2010-09-09 11:33:52 -0700 (Thu, 09 Sep 2010)
New Revision: 21776

Modified:
   cytoscapeweb/trunk/cytoscapeweb/build.xml
Log:
Separated the ZIP task from build

Modified: cytoscapeweb/trunk/cytoscapeweb/build.xml
===================================================================
--- cytoscapeweb/trunk/cytoscapeweb/build.xml   2010-09-09 18:31:44 UTC (rev 
21775)
+++ cytoscapeweb/trunk/cytoscapeweb/build.xml   2010-09-09 18:33:52 UTC (rev 
21776)
@@ -20,7 +20,10 @@
     <property name="build.dir" value="build"/>
     <property name="js.src.dir" value="html-template/js"/>
     
-    <target name="build" depends="compile, copy resources to bin, js minify">
+    <target name="build" depends="compile, archive">
+    </target>
+       
+    <target name="archive" depends="copy resources to bin, js minify">
        <delete dir="${build.dir}" />
        <mkdir dir="${build.dir}"/>
         <zip destfile="${build.dir}/cytoscapeweb_v${build.version}.zip">

-- 
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.

Reply via email to