Author: scooter Date: 2010-12-18 13:34:33 -0800 (Sat, 18 Dec 2010) New Revision: 23241
Modified: csplugins/trunk/ucsf/scooter/nodeCharts/src/main/resources/nodeCharts/plugin.props Log: There is no "Visualization" category, unfortunately... Modified: csplugins/trunk/ucsf/scooter/nodeCharts/src/main/resources/nodeCharts/plugin.props =================================================================== --- csplugins/trunk/ucsf/scooter/nodeCharts/src/main/resources/nodeCharts/plugin.props 2010-12-18 21:33:59 UTC (rev 23240) +++ csplugins/trunk/ucsf/scooter/nodeCharts/src/main/resources/nodeCharts/plugin.props 2010-12-18 21:34:33 UTC (rev 23241) @@ -17,11 +17,18 @@ cytoscapeVersion=2.8 # Category, use one of the categories listed on the website or create your own -pluginCategory=Visualization +pluginCategory=Other +# -- The following properties are OPTIONAL -- # # 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) pluginAuthorsIntstiutions=John "Scooter" Morris:UCSF;Allan Kuchinsky:Agilent;Alex Pico:Gladtone Institutes +# URL to a website that gives more information about your plugin, Ex. http://my-lab-site.org +projectURL=http://www.rbvi.ucsf.edu/Research/cytoscape/ + +# Date this plugin/plugin version was released +releaseDate=December 17, 2010 + # -- The following properties should be set ONLY BY CORE PLUGINS -- # -- 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.
