Author: toad
Date: 2009-03-03 13:32:47 +0000 (Tue, 03 Mar 2009)
New Revision: 25882

Modified:
   trunk/freenet/build.xml
Log:
Patch from sdiz: copy some png files for png filter tests


Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2009-03-03 07:31:12 UTC (rev 25881)
+++ trunk/freenet/build.xml     2009-03-03 13:32:47 UTC (rev 25882)
@@ -146,6 +146,9 @@
                        <include name="**/*.java"/>
                        <exclude name="*.java"/>
                </javac>
+               <copy todir="${build-test}/freenet/clients/http/filter/png">
+                       <fileset dir="${test}/freenet/clients/http/filter/png"/>
+               </copy>
        </target>
 
        <target name="unit" depends="unit-build" if="junit.present" 
unless="skip_tests">

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to