mirror of https://github.com/apache/lucene.git
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:
parent
7b4eed2664
commit
a39e04bb08
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue