Author: pwang
Date: 2009-08-07 15:29:47 -0700 (Fri, 07 Aug 2009)
New Revision: 17741
Modified:
csplugins/trunk/soc/chinmoy/phylotree/build.xml
Log:
remove a line for copying phyloVizMap.props
Modified: csplugins/trunk/soc/chinmoy/phylotree/build.xml
===================================================================
--- csplugins/trunk/soc/chinmoy/phylotree/build.xml 2009-08-07 22:24:27 UTC
(rev 17740)
+++ csplugins/trunk/soc/chinmoy/phylotree/build.xml 2009-08-07 22:29:47 UTC
(rev 17741)
@@ -110,7 +110,6 @@
<!-- 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
-~----------~----~----~----~------~----~------~--~---