fix build.xml bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1200854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-11-11 12:35:04 +00:00
parent 7b4eed2664
commit a39e04bb08
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@
<compile-test-macro srcdir="${tests-framework.src.dir}" destdir="${common.dir}/build/classes/test-framework"
test.classpath="test-framework.classpath"/>
<!-- Copy the resources folder (if existent) -->
<copy todir="${build.dir}/classes/test-framework">
<copy todir="${common.dir}/build/classes/test-framework">
<fileset dir="${tests-framework.src.dir}/../resources" erroronmissingdir="no"/>
</copy>
</target>