Author: ruschein Date: 2010-01-27 15:14:21 -0800 (Wed, 27 Jan 2010) New Revision: 19053
Modified: cytoscape/trunk/resources/bin/cytoscape.bat Log: Final tested version. Modified: cytoscape/trunk/resources/bin/cytoscape.bat =================================================================== --- cytoscape/trunk/resources/bin/cytoscape.bat 2010-01-27 22:23:38 UTC (rev 19052) +++ cytoscape/trunk/resources/bin/cytoscape.bat 2010-01-27 23:14:21 UTC (rev 19053) @@ -17,6 +17,6 @@ set opt!N!=%%a ) -echo java -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd !opt1! !opt2! !opt3! !opt4! !opt5! -cp cytoscape.jar cytoscape.CyMain -p plugins %* +java -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd !opt1! !opt2! !opt3! !opt4! !opt5! -cp cytoscape.jar cytoscape.CyMain -p plugins %* -- 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.
