Author: mes
Date: 2010-07-29 10:59:32 -0700 (Thu, 29 Jul 2010)
New Revision: 21074
Modified:
coreplugins/trunk/build.xml
Log:
added equation functions to overall build
Modified: coreplugins/trunk/build.xml
===================================================================
--- coreplugins/trunk/build.xml 2010-07-29 00:28:14 UTC (rev 21073)
+++ coreplugins/trunk/build.xml 2010-07-29 17:59:32 UTC (rev 21074)
@@ -25,6 +25,7 @@
<ant dir="AdvancedNetworkMerge" />
<ant dir="NCBIClient" />
<ant dir="BioMartClient" />
+ <ant dir="EquationFunctions" />
<mkdir dir="${build.dir}" />
<copy todir="${build.dir}" file="browser/browser.jar" />
@@ -44,6 +45,7 @@
<copy todir="${build.dir}"
file="AdvancedNetworkMerge/AdvancedNetworkMerge.jar" />
<copy todir="${build.dir}" file="NCBIClient/ncbiClient.jar" />
<copy todir="${build.dir}"
file="BioMartClient/biomartClient.jar" />
+ <copy todir="${build.dir}"
file="EquationFunctions/EquationFunctions.jar" />
</target>
<!-- clean all coreplugin projects -->
@@ -65,6 +67,7 @@
<ant dir="AdvancedNetworkMerge" target="clean" />
<ant dir="NCBIClient" target="clean" />
<ant dir="BioMartClient" target="clean" />
+ <ant dir="EquationFunctions" target="clean" />
<delete dir="${build.dir}" />
</target>
--
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.