On Thu, Mar 29, 2012 at 1:34 PM, <[email protected]> wrote: > Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1307012&r1=1307011&r2=1307012&view=diff > ============================================================================== > --- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original) > +++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Thu Mar 29 17:34:34 2012 > @@ -39,7 +39,7 @@ > <classpathentry kind="src" path="modules/analysis/uima/src/test"/> > <classpathentry kind="src" path="modules/benchmark/src/java"/> > <classpathentry kind="src" path="modules/benchmark/src/test"/> > - <classpathentry excluding="src" including="conf/**" kind="src" > path="modules/benchmark"/> > + <classpathentry kind="src" path="modules/benchmark/conf"/> > <classpathentry kind="src" path="modules/facet/src/java"/>
Did your IDE do this? Its needed to be this way for benchmark tests to work from the IDE. I'll fix it back. -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
