in progress
[jalview.git] / forester / java / build.xml
index 7b16b83..93ad138 100644 (file)
@@ -19,6 +19,9 @@
         <copy verbose="true"
           file="../resources/phyloxml_schema/1.10/phyloxml.xsd"
           todir="${classes.dir}/resources"/>
+        <copy verbose="true"
+          file="../resources/synth_laf/synth_look_and_feel_1.xml"
+          todir="${classes.dir}/resources"/>
     </target>
 
        <target name="compile" description="Compiles the Task" depends="clean">