Author: mes Date: 2011-08-17 16:32:34 -0700 (Wed, 17 Aug 2011) New Revision: 26591
Modified: core3/gui-distribution/trunk/distribution/src/main/bin/cytoscape.sh Log: fixed shell script variable Modified: core3/gui-distribution/trunk/distribution/src/main/bin/cytoscape.sh =================================================================== --- core3/gui-distribution/trunk/distribution/src/main/bin/cytoscape.sh 2011-08-17 23:05:54 UTC (rev 26590) +++ core3/gui-distribution/trunk/distribution/src/main/bin/cytoscape.sh 2011-08-17 23:32:34 UTC (rev 26591) @@ -1,8 +1,8 @@ #!/bin/bash -CY3_OPTIONS="-Xss10M -Xmx1550M -Dawt.useSystemAAFontSettings=lcd -Dapple.laf.useScreenMenuBar=true -Dapple.awt.rendering=speed -Dapple.awt.fileDialogForDirectories=true -Dcom.apple.mrj.application.apple.menu.about.name="Cytoscape 3" -Dorg.ops4j.pax.logging.DefaultServiceLog.level=NONE -Dbundles.configuration.location=bundles/configurations -Dfelix.fileinstall.dir=bundles/plugins" +CY3_OPTIONS="-Xss10M -Xmx1550M -Dawt.useSystemAAFontSettings=lcd -Dapple.laf.useScreenMenuBar=true -Dapple.awt.rendering=speed -Dapple.awt.fileDialogForDirectories=true -Dcom.apple.mrj.application.apple.menu.about.name=Cytoscape -Dorg.ops4j.pax.logging.DefaultServiceLog.level=NONE -Dbundles.configuration.location=bundles/configurations -Dfelix.fileinstall.dir=bundles/plugins" java $CY3_OPTIONS -jar cytoscape-launcher.jar # use this instead with a java debugger -#java $CY3_OPTIONS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=12345 -jar cytoscape-launcher.jar \ No newline at end of file +#java $CY3_OPTIONS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=12345 -jar cytoscape-launcher.jar -- 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.
