Author: kono
Date: 2010-02-01 16:31:08 -0800 (Mon, 01 Feb 2010)
New Revision: 19107

Modified:
   coreplugins/trunk/NCBIClient/build.xml
   coreplugins/trunk/build.xml
Log:
NCBIClient had been moved to core plugins.

Modified: coreplugins/trunk/NCBIClient/build.xml
===================================================================
--- coreplugins/trunk/NCBIClient/build.xml      2010-02-02 00:24:44 UTC (rev 
19106)
+++ coreplugins/trunk/NCBIClient/build.xml      2010-02-02 00:31:08 UTC (rev 
19107)
@@ -26,7 +26,7 @@
                <property name="ncbiClient.root.dir" value="." />
 
                <!-- You need to modify this line to point to Cytoscape 
directory.  -->
-               <property name="cytoscape.dir" 
value="${ncbiClient.root.dir}/../cytoscape" />
+               <property name="cytoscape.dir" 
value="${ncbiClient.root.dir}/../../cytoscape" />
 
                <property name="cytoscape.lib.dir" value="${cytoscape.dir}/lib" 
/>
                <property name="cytoscape.plugin.dir" 
value="${cytoscape.dir}/plugins" />

Modified: coreplugins/trunk/build.xml
===================================================================
--- coreplugins/trunk/build.xml 2010-02-02 00:24:44 UTC (rev 19106)
+++ coreplugins/trunk/build.xml 2010-02-02 00:31:08 UTC (rev 19107)
@@ -23,6 +23,7 @@
                <ant dir="linkout" />
                <ant dir="filters" />
                <ant dir="AdvancedNetworkMerge" />
+               <ant dir="NCBIClient" />
 
                <mkdir dir="${build.dir}" />
                <copy todir="${build.dir}" file="browser/browser.jar" />
@@ -40,6 +41,7 @@
                <copy todir="${build.dir}" file="linkout/linkout.jar" />
                <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" />
        </target>
 
        <!-- clean all coreplugin projects  -->
@@ -59,6 +61,7 @@
                <ant dir="linkout" target="clean" />
                <ant dir="filters" target="clean" />
                <ant dir="AdvancedNetworkMerge" target="clean" />
+               <ant dir="NCBIClient" 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