JAL-3192 finally, make a JalviewJS_corename.html inside site for each core
authorJim Procter <jprocter@issues.jalview.org>
Fri, 1 Mar 2019 13:39:24 +0000 (13:39 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 1 Mar 2019 13:39:24 +0000 (13:39 +0000)
buildcore.xml

index 8e6144b..9520f9e 100644 (file)
@@ -50,6 +50,8 @@
     </antcall>
 
     <echo>......Now copy an html file in site/ and add   core:"${core.name}",    to the Info block.</echo>
+    <copy file="site/jalview_bin_Jalview.html" tofile="site/JalviewJS_${core.name}.html"/>
+    <replace token="NONE" value="${core.name}" file="site/JalviewJS_${core.name}.html"/>
 
   </target>