mirror of https://github.com/apache/lucene.git
LUCENE-4611: remove duplicate 3rd party versioning from build.xmls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
739c9ef807
commit
a0ccd37bb1
|
@ -26,7 +26,7 @@
|
|||
<import file="../analysis-module-build.xml"/>
|
||||
|
||||
<path id="icujar">
|
||||
<pathelement location="lib/icu4j-49.1.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
|
||||
<path id="classpath">
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
</target>
|
||||
|
||||
<path id="tools.dependencies">
|
||||
<fileset dir="../icu/lib" includes="icu4j-49.1.jar"/>
|
||||
<fileset dir="../icu/lib"/>
|
||||
</path>
|
||||
|
||||
<path id="tools.classpath">
|
||||
|
|
|
@ -27,9 +27,7 @@
|
|||
|
||||
<path id="classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="lib/morfologik-fsa-1.5.3.jar"/>
|
||||
<pathelement path="lib/morfologik-polish-1.5.3.jar"/>
|
||||
<pathelement path="lib/morfologik-stemming-1.5.3.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<path id="classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="lib/commons-codec-1.7.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
|
|
|
@ -27,9 +27,7 @@
|
|||
<property name="tests.jvms.override" value="1" />
|
||||
|
||||
<path id="uimajars">
|
||||
<pathelement path="lib/uimaj-core-2.3.1.jar"/>
|
||||
<pathelement path="lib/Tagger-2.3.1.jar"/>
|
||||
<pathelement path="lib/WhitespaceTokenizer-2.3.1.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
|
||||
<import file="../analysis-module-build.xml"/>
|
||||
|
|
|
@ -147,13 +147,9 @@
|
|||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="${queryparser.jar}"/>
|
||||
<pathelement path="${facet.jar}"/>
|
||||
<fileset dir="${common.dir}/analysis/icu/lib" includes="icu4j-49.1.jar"/>
|
||||
<fileset dir="${common.dir}/analysis/icu/lib"/>
|
||||
<path refid="base.classpath"/>
|
||||
<fileset dir="lib">
|
||||
<include name="commons-compress-1.4.1.jar"/>
|
||||
<include name="xercesImpl-2.9.1.jar"/>
|
||||
<include name="nekohtml-1.9.17.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
<path id="run.classpath">
|
||||
<path refid="classpath"/>
|
||||
|
@ -204,8 +200,8 @@
|
|||
|
||||
<path id="collation.runtime.classpath">
|
||||
<path refid="run.classpath"/>
|
||||
<pathelement path="${analyzers-icu.jar}"/>
|
||||
<fileset dir="${common.dir}/analysis/icu/lib" includes="icu4j-49.1.jar"/>
|
||||
<pathelement path="${analyzers-icu.jar}"/>
|
||||
<fileset dir="${common.dir}/analysis/icu/lib"/>
|
||||
</path>
|
||||
|
||||
<target name="collation" depends="compile,jar-analyzers-icu,top-100k-wiki-word-files">
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
<target name="init" depends="module-build.init,jar-lucene-core"/>
|
||||
|
||||
<path id="classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<pathelement path="${queryparser.jar}"/>
|
||||
<pathelement path="${lucene-core.jar}"/>
|
||||
<pathelement location="lib/servlet-api-2.4.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
|
||||
<target name="javadocs" depends="javadocs-analyzers-common,javadocs-queryparser,compile-core">
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<import file="../module-build.xml"/>
|
||||
|
||||
<path id="classpath">
|
||||
<pathelement path="lib/jakarta-regexp-1.4.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<import file="../module-build.xml"/>
|
||||
|
||||
<path id="spatialjar">
|
||||
<pathelement path="lib/spatial4j-0.3.jar"/>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
|
||||
<path id="classpath">
|
||||
|
|
|
@ -25,9 +25,7 @@
|
|||
<import file="../common-build.xml"/>
|
||||
|
||||
<path id="classpath">
|
||||
<fileset dir="lib">
|
||||
<include name="asm-debug-all-4.1.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="lib"/>
|
||||
</path>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue