Author: kono
Date: 2010-02-02 13:44:40 -0800 (Tue, 02 Feb 2010)
New Revision: 19149

Modified:
   coreplugins/trunk/build.xml
Log:
BioMartClient added to the core.

Modified: coreplugins/trunk/build.xml
===================================================================
--- coreplugins/trunk/build.xml 2010-02-02 21:44:12 UTC (rev 19148)
+++ coreplugins/trunk/build.xml 2010-02-02 21:44:40 UTC (rev 19149)
@@ -24,6 +24,7 @@
                <ant dir="filters" />
                <ant dir="AdvancedNetworkMerge" />
                <ant dir="NCBIClient" />
+               <ant dir="BioMartClient" />
 
                <mkdir dir="${build.dir}" />
                <copy todir="${build.dir}" file="browser/browser.jar" />
@@ -42,6 +43,7 @@
                <copy todir="${build.dir}" file="filters/plugins/filters.jar" />
                <copy todir="${build.dir}" 
file="AdvancedNetworkMerge/AdvancedNetworkMerge.jar" />
                <copy todir="${build.dir}" file="NCBIClient/ncbiClient.jar" />
+               <copy todir="${build.dir}" 
file="BioMartClient/biomartClient.jar" />
        </target>
 
        <!-- clean all coreplugin projects  -->
@@ -62,6 +64,7 @@
                <ant dir="filters" target="clean" />
                <ant dir="AdvancedNetworkMerge" target="clean" />
                <ant dir="NCBIClient" target="clean" />
+               <ant dir="BioMartClient" 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.

Reply via email to