[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:
Tommaso Teofili 2013-01-09 08:06:25 +00:00
parent 2f3435acce
commit c86d102bfc
1 changed files with 9 additions and 7 deletions

View File

@ -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>