Author: pwang
Date: 2011-01-24 17:09:33 -0800 (Mon, 24 Jan 2011)
New Revision: 23593
Added:
csplugins/trunk/ucsd/pwang/sample02/src/src/main/resources/
csplugins/trunk/ucsd/pwang/sample02/src/src/main/resources/plugin.props
Log:
Original creation
Added: csplugins/trunk/ucsd/pwang/sample02/src/src/main/resources/plugin.props
===================================================================
--- csplugins/trunk/ucsd/pwang/sample02/src/src/main/resources/plugin.props
(rev 0)
+++ csplugins/trunk/ucsd/pwang/sample02/src/src/main/resources/plugin.props
2011-01-25 01:09:33 UTC (rev 23593)
@@ -0,0 +1,27 @@
+# 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=sample02
+
+# Description used to give users information about the plugin such as what it
does.
+# Html tags are encouraged for formatting purposes.
+pluginDescription=Cytoscape plugin sample02 ...
+
+# Plugin version number, this must be two numbers separated by a decimlal.
Ex. 0.2, 14.03
+pluginVersion=0.1
+
+# Compatible Cytoscape version
+cytoscapeVersion=3.0
+
+# Category, use one of the categories listed on the website or create your own
+pluginCategory=Other
+
+# 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=Peng-Liang Wang:UCSD
+
+# Date this plugin/plugin version was released releaseDate=November 18, 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.