Author: mes
Date: 2010-09-28 10:34:03 -0700 (Tue, 28 Sep 2010)
New Revision: 22086

Modified:
   
cytoscape/trunk/coreplugins/NetworkAnalyzer/src/main/resources/de/mpg/mpi_inf/bioinf/netanalyzer/plugin.props
Log:
added a proper plugin.props

Modified: 
cytoscape/trunk/coreplugins/NetworkAnalyzer/src/main/resources/de/mpg/mpi_inf/bioinf/netanalyzer/plugin.props
===================================================================
--- 
cytoscape/trunk/coreplugins/NetworkAnalyzer/src/main/resources/de/mpg/mpi_inf/bioinf/netanalyzer/plugin.props
       2010-09-28 17:00:46 UTC (rev 22085)
+++ 
cytoscape/trunk/coreplugins/NetworkAnalyzer/src/main/resources/de/mpg/mpi_inf/bioinf/netanalyzer/plugin.props
       2010-09-28 17:34:03 UTC (rev 22086)
@@ -0,0 +1,30 @@
+# This props file would 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=NetworkAnalyzer
+
+# Description used to give users information about the plugin such as what it 
does.  
+# Html tags are encouraged for formatting purposes.
+pluginDescription=Analyze networks with various statistical measures.
+
+# Plugin version number, this must be two numbers separated by a decimlal.  
Ex. 0.2, 14.03
+pluginVersion=1.0
+
+# Compatible Cytoscape version
+cytoscapeVersion=2.7,2.8
+
+# Category, use one of the categories listed on the website or create your own
+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=Yassen Assenov:MPII;Nadezhda T. 
Doncheva:MPII;Sven-Eric Schelhorn:MPII;Thomas Lengauer:MPII;Mario Albrecht:Max 
Planck Institute for Informatics
+
+# -- The following properties should be set ONLY BY CORE PLUGINS -- #
+downloadURL=http://cytoscape.org/plugins/plugins.xml
+uniqueID=18

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