Author: kono
Date: 2010-02-02 13:44:12 -0800 (Tue, 02 Feb 2010)
New Revision: 19148
Modified:
coreplugins/trunk/BioMartClient/build.xml
coreplugins/trunk/BioMartClient/manifest/plugin.props
Log:
Build file fixed for coreplugins.
Modified: coreplugins/trunk/BioMartClient/build.xml
===================================================================
--- coreplugins/trunk/BioMartClient/build.xml 2010-02-02 21:40:25 UTC (rev
19147)
+++ coreplugins/trunk/BioMartClient/build.xml 2010-02-02 21:44:12 UTC (rev
19148)
@@ -26,7 +26,7 @@
<property name="biomartClient.root.dir" value="." />
<!-- You need to modify this line to point to Cytoscape
directory. -->
- <property name="cytoscape.dir"
value="${biomartClient.root.dir}/../cytoscape" />
+ <property name="cytoscape.dir"
value="${biomartClient.root.dir}/../../cytoscape" />
<property name="cytoscape.lib.dir" value="${cytoscape.dir}/lib"
/>
<property name="cytoscape.plugin.dir"
value="${cytoscape.dir}/plugins" />
Modified: coreplugins/trunk/BioMartClient/manifest/plugin.props
===================================================================
--- coreplugins/trunk/BioMartClient/manifest/plugin.props 2010-02-02
21:40:25 UTC (rev 19147)
+++ coreplugins/trunk/BioMartClient/manifest/plugin.props 2010-02-02
21:44:12 UTC (rev 19148)
@@ -8,15 +8,15 @@
pluginDescription=<p>Web Service client module for Biomart (<a
href="http://www.biomart.org/">http://www.biomart.org/</a>).</p><p><strong><font
color="red">Now GUI is integrated and you do not have to install UI plugin for
this version.</font></strong>
# Plugin version number, this must be two numbers separated by a decimlal.
Ex. 0.2, 14.03
-pluginVersion=0.80
+pluginVersion=0.81
# Compatible Cytoscape version
-cytoscapeVersion=2.6
+cytoscapeVersion=2.6,2.7
# Category, use one of the categories listed on the website or create your own
-pluginCategory=Network and Attribute I/O
+pluginCategory=Core
# List of authors. Note each author and institution pair are separated by a :
(colon)
# each additional author institution pair must be separated from other pairs
bye a ; (semicolon)
-pluginAuthorsIntsitutions=Keiichiro Ono:UCSD Bioengineering
+pluginAuthorsIntsitutions=Keiichiro Ono:UCSD Dept. of Medicine
--
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.