You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2012/09/05 11:07:38 UTC

svn commit: r1381086 - /lucene/dev/trunk/lucene/core/build.xml

Author: jpountz
Date: Wed Sep  5 09:07:38 2012
New Revision: 1381086

URL: http://svn.apache.org/viewvc?rev=1381086&view=rev
Log:
LUCENE-4340: Add lucene/codecs to lucene/core test classpath.

Modified:
    lucene/dev/trunk/lucene/core/build.xml

Modified: lucene/dev/trunk/lucene/core/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/build.xml?rev=1381086&r1=1381085&r2=1381086&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/build.xml (original)
+++ lucene/dev/trunk/lucene/core/build.xml Wed Sep  5 09:07:38 2012
@@ -27,6 +27,7 @@
   <path id="classpath"/>
   
   <path id="test.classpath">
+    <pathelement location="${common.dir}/build/codecs/classes/java"/>
     <pathelement location="${common.dir}/build/test-framework/classes/java"/>
     <path refid="junit-path"/>
     <pathelement location="${build.dir}/classes/java"/>