Author: ruschein
Date: 2011-05-11 16:05:09 -0700 (Wed, 11 May 2011)
New Revision: 25015

Added:
   csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/manifest
Removed:
   csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/plugin.props
Modified:
   csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt
Log:
Further simplifications.

Modified: csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt
===================================================================
--- csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt     
2011-05-11 22:50:45 UTC (rev 25014)
+++ csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt     
2011-05-11 23:05:09 UTC (rev 25015)
@@ -4,5 +4,5 @@
 
 2) Create the actual plugin jar with:
 
-   jar cfM SamplePlugin.jar META-INF/MANIFEST.MF 
org/cytoscape/plugin/example/*.class plugin.props
+   jar cfm SamplePlugin.jar manifest *.class
 

Added: csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/manifest
===================================================================
--- csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/manifest               
                (rev 0)
+++ csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/manifest       
2011-05-11 23:05:09 UTC (rev 25015)
@@ -0,0 +1 @@
+Cytoscape-Plugin: SamplePlugin

Deleted: csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/plugin.props
===================================================================
--- csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/plugin.props   
2011-05-11 22:50:45 UTC (rev 25014)
+++ csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/plugin.props   
2011-05-11 23:05:09 UTC (rev 25015)
@@ -1,26 +0,0 @@
-# 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=SimplePlugin
-
-# Description used to give users information about the plugin such as what it 
does.  
-# Html tags are encouraged for formatting purposes.
-pluginDescription=Example Plugin
-
-# Plugin version number, this must be two numbers separated by a decimal.  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=Johannes Ruscheinski:UCSD
-

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