Author: ruschein Date: 2011-05-11 16:06:20 -0700 (Wed, 11 May 2011) New Revision: 25016
Modified: csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt Log: Updated to reflect the simplified directory structure. Modified: csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt =================================================================== --- csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt 2011-05-11 23:05:09 UTC (rev 25015) +++ csplugins/trunk/ucsd/ruschein/SimpleCytoscape3Plugin/README.txt 2011-05-11 23:06:20 UTC (rev 25016) @@ -1,6 +1,6 @@ 1) Compile the sample plugin with: - javac -cp cytoscape3-api.jar org/cytoscape/plugin/example/*.java + javac -cp cytoscape3-api.jar *.java 2) Create the actual plugin jar with: -- 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.
