You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/11/11 13:35:04 UTC

svn commit: r1200854 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Fri Nov 11 12:35:04 2011
New Revision: 1200854

URL: http://svn.apache.org/viewvc?rev=1200854&view=rev
Log:
fix build.xml bug

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1200854&r1=1200853&r2=1200854&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Nov 11 12:35:04 2011
@@ -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>