Author: kono
Date: 2009-12-08 21:29:48 -0800 (Tue, 08 Dec 2009)
New Revision: 18703
Modified:
coreplugins/trunk/AdvancedNetworkMerge/build.xml
Log:
Fixed path to cytoscape directory.
Modified: coreplugins/trunk/AdvancedNetworkMerge/build.xml
===================================================================
--- coreplugins/trunk/AdvancedNetworkMerge/build.xml 2009-12-09 00:47:41 UTC
(rev 18702)
+++ coreplugins/trunk/AdvancedNetworkMerge/build.xml 2009-12-09 05:29:48 UTC
(rev 18703)
@@ -15,7 +15,7 @@
<property name="src" location="src" />
<property name="images" value="images" />
<property name="lib" location="lib" />
- <property name="cyrelease" location="../cytoscape" />
+ <property name="cyrelease" location="../../cytoscape" />
<property name="cylib" location="${cyrelease}/lib" />
<property name="build" location="build" />
<property name="build.classes" location="${build}/classes" />
--
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.