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 2012/04/17 03:23:45 UTC

svn commit: r1326862 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Author: rmuir
Date: Tue Apr 17 01:23:44 2012
New Revision: 1326862

URL: http://svn.apache.org/viewvc?rev=1326862&view=rev
Log:
add qp/resources to classpath so that QP tests can run from eclipse

Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1326862&r1=1326861&r2=1326862&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Tue Apr 17 01:23:44 2012
@@ -50,6 +50,7 @@
 	<classpathentry kind="src" path="modules/queries/src/java"/>
 	<classpathentry kind="src" path="modules/queries/src/test"/>
 	<classpathentry kind="src" path="modules/queryparser/src/java"/>
+	<classpathentry kind="src" path="modules/queryparser/src/resources"/>
 	<classpathentry kind="src" path="modules/queryparser/src/test"/>
 	<classpathentry kind="src" path="modules/suggest/src/java"/>
 	<classpathentry kind="src" path="modules/suggest/src/test"/>