Author: pwang
Date: 2010-10-28 16:23:33 -0700 (Thu, 28 Oct 2010)
New Revision: 22618

Modified:
   csplugins/trunk/ucsd/ruschein/PanGIA/build.xml
Log:
Adapt to Cytoscape 2.8

Modified: csplugins/trunk/ucsd/ruschein/PanGIA/build.xml
===================================================================
--- csplugins/trunk/ucsd/ruschein/PanGIA/build.xml      2010-10-28 23:18:37 UTC 
(rev 22617)
+++ csplugins/trunk/ucsd/ruschein/PanGIA/build.xml      2010-10-28 23:23:33 UTC 
(rev 22618)
@@ -19,7 +19,7 @@
     <!-- Define the directories -->
     <property name="root.dir" value="."/>
     <property name="cytoscape.dir" value="${root.dir}/../../../../cytoscape"/>
-    <property name="cytoscape.lib.dir" value="${cytoscape.dir}/lib"/>
+       
     <property name="resources.dir" value="${root.dir}/resources"/>
     <property name="src.dir" value="${root.dir}/src"/>
     <property name="tests.dir" value="${root.dir}/tests"/>
@@ -40,9 +40,7 @@
       <fileset dir="${cytoscape.dir}">
         <include name="*.jar"/>
       </fileset>
-      <fileset dir="${cytoscape.lib.dir}">
-        <include name="*.jar"/>
-      </fileset>
+
     </path>
    
     <!-- Define the junit class path - It needs to find what we just built --> 
@@ -53,9 +51,7 @@
       <fileset dir="${cytoscape.dir}">
         <include name="*.jar"/>
       </fileset>
-      <fileset dir="${cytoscape.lib.dir}">
-        <include name="*.jar"/>
-      </fileset>
+
     </path>
 
     <!-- Make sure tests is in the right place -->

-- 
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