JAL-1213 JAL-1395 add Jmol to JalviewLite classpath - need to find a way around this...
[jalview.git] / examples-jbake / templates / jvl_linkedapplets_ng.ftl
index 1de2e58..6c0e6d5 100644 (file)
@@ -24,7 +24,7 @@
        <script> 
   var attributes = {
     code : 'jalview.bin.JalviewLite',
-    archive : '${content.jvl}',
+    archive : '${content.jvl},${content.jmol}',
     width : 800,
     height : 300,
     mayscript : 'True', scriptable: 'True',
@@ -57,7 +57,7 @@
 <script> 
   var attributes = {
     code : 'jalview.bin.JalviewLite',
-    archive : '${content.jvl}',
+    archive : '${content.jvl},${content.jmol}',
     width : 800,
     height : 300,
     mayscript : 'True', scriptable: 'True',