mirror of https://github.com/apache/lucene.git
[LUCENE-4668] - fixed classification classpaths
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f3435acce
commit
c86d102bfc
|
@ -24,23 +24,25 @@
|
|||
|
||||
<import file="../module-build.xml"/>
|
||||
|
||||
<path id="base.classpath">
|
||||
<pathelement location="${common.dir}/build/core/classes/java"/>
|
||||
<path id="classpath">
|
||||
<path refid="base.classpath"/>
|
||||
<pathelement path="${lucene-core.jar}"/>
|
||||
<pathelement path="${queries.jar}"/>
|
||||
<pathelement path="${project.classpath}"/>
|
||||
<pathelement location="${build.dir}/classes/java" />
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement location="${common.dir}/build/test-framework/classes/java"/>
|
||||
<pathelement location="${common.dir}/build/codecs/classes/java"/>
|
||||
<path refid="classpath"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
<pathelement location="${test-framework.jar}"/>
|
||||
<pathelement location="${codecs.jar}"/>
|
||||
<path refid="test.base.classpath"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="jar-queries,jar-analyzers-common,common.compile-core" />
|
||||
|
||||
<target name="jar-core" depends="common.jar-core" />
|
||||
|
||||
<target name="javadocs" depends="javadocs-queries,compile-core">
|
||||
<invoke-module-javadoc>
|
||||
<links>
|
||||
|
|
Loading…
Reference in New Issue