Author: ruschein
Date: 2010-02-11 15:14:13 -0800 (Thu, 11 Feb 2010)
New Revision: 19305

Modified:
   csplugins/trunk/ucsd/ruschein/ModFind/build.xml
Log:
Fixed a jar plugin entry point problem.

Modified: csplugins/trunk/ucsd/ruschein/ModFind/build.xml
===================================================================
--- csplugins/trunk/ucsd/ruschein/ModFind/build.xml     2010-02-11 22:52:21 UTC 
(rev 19304)
+++ csplugins/trunk/ucsd/ruschein/ModFind/build.xml     2010-02-11 23:14:13 UTC 
(rev 19305)
@@ -105,12 +105,12 @@
         <include name="*.jar"/>
       </fileset>
     </unzip>
-       <copy file="${resources.dir}/plugin.props" 
todir="${build.dir}/org/idekerlab/denovoplugin"/>
+       <copy file="${resources.dir}/plugin.props" 
todir="${build.dir}/org/idekerlab/ModFindPlugin"/>
     <jar destfile="${project.jar}" >
       <fileset dir="${build.dir}"
                includes="**"/>
       <manifest>
-        <attribute name="Cytoscape-Plugin" 
value="org.idekerlab.denovoplugin.ModFindPlugin"/>
+        <attribute name="Cytoscape-Plugin" 
value="org.idekerlab.ModFindPlugin.ModFindPlugin"/>
       </manifest>
     </jar>
     <echo message="Successfully ran jar task!"/>

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