avoid removing log4j that's not there anymore

git-svn-id: http://google-refine.googlecode.com/svn/trunk@899 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-05-29 04:52:24 +00:00
parent ded5981357
commit 07b1665749

View File

@ -125,7 +125,6 @@
<javac srcdir="${server.tests.src.dir}" destdir="${server.tests.classes.dir}" debug="true" includeAntRuntime="no">
<classpath refid="tests.class.path" />
</javac>
<copy file="${server.tests.src.dir}/log4j.properties" tofile="${server.tests.classes.dir}/log4j.properties"/>
</target>
<target name="build" depends="build_server, build_webapp"/>