mirror of https://github.com/apache/lucene.git
remove duplicate classpath in facet/build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
076b6de0a3
commit
49432e0724
|
@ -30,19 +30,13 @@
|
|||
|
||||
<property name="examples.dir" location="src/examples"/>
|
||||
|
||||
<path id="classpath">
|
||||
<path refid="base.classpath" />
|
||||
<pathelement location="${build.dir}/classes/java" />
|
||||
<pathelement location="${build.dir}/classes/examples" />
|
||||
</path>
|
||||
|
||||
<path id="examples.classpath">
|
||||
<path refid="classpath" />
|
||||
<pathelement location="${build.dir}/classes/java" />
|
||||
<pathelement path="${analyzers-common.jar}" />
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<path id="test.classpath">
|
||||
<path refid="test.base.classpath" />
|
||||
<pathelement location="${build.dir}/classes/examples" />
|
||||
<!-- TODO, cut over tests to MockAnalyzer etc and nuke this dependency -->
|
||||
|
|
Loading…
Reference in New Issue