in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:35 +0000 (23:25 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 5 Jul 2011 23:25:35 +0000 (23:25 +0000)
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">