Author: pwang
Date: 2009-08-07 15:12:37 -0700 (Fri, 07 Aug 2009)
New Revision: 17739
Modified:
csplugins/trunk/soc/chinmoy/phylotree/build.xml
Log:
include phyloVizMap.props in the plugin jar
Modified: csplugins/trunk/soc/chinmoy/phylotree/build.xml
===================================================================
--- csplugins/trunk/soc/chinmoy/phylotree/build.xml 2009-08-07 19:55:32 UTC
(rev 17738)
+++ csplugins/trunk/soc/chinmoy/phylotree/build.xml 2009-08-07 22:12:37 UTC
(rev 17739)
@@ -110,6 +110,7 @@
<!-- If plugin.prop exist, copy it to build directory -->
<target name="copy_plugin_prop" if="plugin.prop.present">
<copy todir="${build.dir}/org/cytoscape/phylotree"
file="${root.dir}/plugin.props"/>
+ <copy todir="${build.dir}" file="${root.dir}/phyloVizMap.props"/>
</target>
<!-- If there are any image files, copy them to build directory -->
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---