Hi all, below a git-svn patch to fix the visible Jmol name. JMol is a different project, and we agreed with the author of that project to differ in casing.
I have signed the contributor agreement, but do not think I currently have write access to the Google code SVN repository. Egon Author: Egon Willighagen <[email protected]> Date: Sat Apr 14 17:04:12 2012 +0200 Fixed Jmol casing (JMol is a different project; no joke) diff --git a/ui/net.sf.taverna.t2.ui-exts/tags/ui-exts-1.3/renderers-exts/src/main/java/net/sf/taverna/t2/renderers/JMolRenderer.java b/ui/net.sf.taverna.t2.ui-exts/ index 38e191a..dc32725 100644 --- a/ui/net.sf.taverna.t2.ui-exts/tags/ui-exts-1.3/renderers-exts/src/main/java/net/sf/taverna/t2/renderers/JMolRenderer.java +++ b/ui/net.sf.taverna.t2.ui-exts/tags/ui-exts-1.3/renderers-exts/src/main/java/net/sf/taverna/t2/renderers/JMolRenderer.java @@ -97,7 +97,7 @@ public class JMolRenderer implements Renderer { static final String scriptString = "select *; spacefill 0.4; wireframe 0.2; colour cpk;"; public String getType() { - return "JMol"; + return "Jmol"; } public boolean canHandle(ReferenceService referenceService, -- Dr E.L. Willighagen Postdoctoral Researcher Department of Bioinformatics - BiGCaT Maastricht University (http://www.bigcat.unimaas.nl/) Homepage: http://egonw.github.com/ LinkedIn: http://se.linkedin.com/in/egonw Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
