Author: scooter Date: 2010-09-21 14:01:17 -0700 (Tue, 21 Sep 2010) New Revision: 21965
Removed: csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/plugin.props csplugins/trunk/ucsf/scooter/chemViz/src/test/ Log: Remove old test. Replace with JUnit tests. Deleted: csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/plugin.props =================================================================== --- csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/plugin.props 2010-09-21 16:28:16 UTC (rev 21964) +++ csplugins/trunk/ucsf/scooter/chemViz/src/chemViz/plugin.props 2010-09-21 21:01:17 UTC (rev 21965) @@ -1,34 +0,0 @@ -#plugin.props - -# This props file should be filled out and included in the plugin jar file. This props file will be used -# to put information into the Plugin Manager about the plugin - -# -- The following properties are REQUIRED -- # - -# The plugin name that will be displayed to users -pluginName=ChemViz - -# Description used to give users information about the plugin such as what it does. -# Html tags are encouraged for formatting purposes. -pluginDescription=This plugin provides cheminformatics tools to cytoscape - -# Plugin version number, this must be two numbers separated by a decimlal. Ex. 0.2, 14.03 -pluginVersion=1.1 - -# Compatible Cytoscape version -cytoscapeVersion=2.6.3,2.7 - -# Category, use one of the categories listed on the website or create your own -pluginCategory=Analysis - -# -- The following properties are OPTIONAL -- # - -# URL to a website that gives more information about your plugin, Ex. http://my-lab-site.org -projectURL=http://www.rbvi.ucsf.edu/cytoscape/chemViz/index.html - -# 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=John "Scooter" Morris:UCSF;Dazhi Jiao:Indiana University School of Informatics - -# Date this plugin/plugin version was released -releaseDate=February 4th, 2010 -- 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.
