Author: scooter
Date: 2011-06-24 21:38:44 -0700 (Fri, 24 Jun 2011)
New Revision: 25940

Modified:
   csplugins/trunk/ucsf/scooter/chemViz/build.xml
Log:
Some updates for consistency


Modified: csplugins/trunk/ucsf/scooter/chemViz/build.xml
===================================================================
--- csplugins/trunk/ucsf/scooter/chemViz/build.xml      2011-06-25 03:20:30 UTC 
(rev 25939)
+++ csplugins/trunk/ucsf/scooter/chemViz/build.xml      2011-06-25 04:38:44 UTC 
(rev 25940)
@@ -15,6 +15,7 @@
   <property name="doc.dir" location="doc" />
   <property name="test.dir" location="testData" />
   <property name="lib.dir" location="lib" />
+  <property name="jar.dir" location="jar" />
 
   <property name="cytoscape.dir" location="../../../../cytoscape/build" />
   <property name="cytoscape.plugin" value="${cytoscape.dir}/plugins" />
@@ -91,6 +92,7 @@
   <target name="clean" description="clean up">
     <!-- Delete the ${build} and ${src} directory trees -->
     <delete dir="${build.dir}" />
+    <delete dir="${jar.dir}" />
   </target>
 
   <!--
@@ -111,7 +113,7 @@
       <fileset file="${src.dir}/chemViz/*.props" />
          <fileset file="resources/plugin.props"/>
     </copy>
-    <jar jarfile="${build.dir}/chemViz.jar">
+    <jar jarfile="${jar.dir}/chemViz.jar">
       <manifest>
         <attribute name="Cytoscape-Plugin" value="chemViz.ChemViz" />
       </manifest>

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