Author: pwang
Date: 2009-11-24 11:25:27 -0800 (Tue, 24 Nov 2009)
New Revision: 18563

Modified:
   coreplugins/branches/Peng_CytoscapeEditor2/build.xml
Log:
Add images to jar

Modified: coreplugins/branches/Peng_CytoscapeEditor2/build.xml
===================================================================
--- coreplugins/branches/Peng_CytoscapeEditor2/build.xml        2009-11-24 
19:21:14 UTC (rev 18562)
+++ coreplugins/branches/Peng_CytoscapeEditor2/build.xml        2009-11-24 
19:25:27 UTC (rev 18563)
@@ -7,7 +7,8 @@
        <property name="doc.dir" value="${root.dir}/doc"/> 
        <property name="lib.dir" value="${root.dir}/lib"/>
        <property name="build.dir" value="${root.dir}/build"/>
-
+       <property name="images.dir" value="${root.dir}/images"/>
+               
        <property name="cytoscape.dir" value="../../cytoscape"/>
        <property name="cytoscape.lib.dir" value = "${cytoscape.dir}/lib"/>
 
@@ -79,6 +80,9 @@
                        <fileset dir="${lib.dir}"/>
                        </unjar>
                <copy todir="${build.dir}/cytoscape/editor" 
file="plugin.props"/>
+       <copy todir="${build.dir}">
+            <fileset dir="${images.dir}"/> 
+       </copy>
                <jar destfile="${plugin.jar}">
                        <manifest>
                                <attribute name="Cytoscape-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.


Reply via email to