mirror of https://github.com/apache/lucene.git
clean up ant a bit - take dupe refs to Lucene classes out of solr contribs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d10770063
commit
676a9ca51d
|
@ -115,18 +115,6 @@
|
|||
<!-- ========================================================================= -->
|
||||
<!-- ===================== COMPILATION-RELATED TASKS ========================= -->
|
||||
<!-- ========================================================================= -->
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="../lucene/build/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
|
||||
<!-- The compilation classpath -->
|
||||
<path id="compile.classpath">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
for standalone use.
|
||||
</description>
|
||||
|
||||
<dirname file="${ant.file.common}" property="common-solr.dir"/>
|
||||
<dirname file="${ant.file.common-solr}" property="common-solr.dir"/>
|
||||
|
||||
<!-- Initialize property values: allow easy customization via build.properties -->
|
||||
<property file="build.properties" />
|
||||
|
@ -142,6 +142,18 @@
|
|||
</and>
|
||||
</condition>
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="${common-solr.dir}/../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
|
||||
|
||||
<!-- Macro for compilation -->
|
||||
<macrodef name="solr-javac">
|
||||
|
|
|
@ -29,18 +29,6 @@
|
|||
|
||||
<property name="download.dir" value="lib/downloads"/>
|
||||
<property name="example.local" value="example"/>
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="../../../lucene/build/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
|
||||
<path id="common.classpath">
|
||||
<fileset dir="lib"/>
|
||||
|
|
|
@ -23,18 +23,6 @@
|
|||
<property name="tikalibs-path" value="../extraction/lib" />
|
||||
|
||||
<import file="../../common-build.xml"/>
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="../../../lucene/build/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
|
||||
<description>
|
||||
Data Import Handler
|
||||
|
|
|
@ -24,18 +24,6 @@
|
|||
<property name="tika.lib" value="lib/tika-${tika.version}-standalone.jar"/>
|
||||
|
||||
<import file="../../common-build.xml"/>
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="../../../lucene/build/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
|
||||
<description>
|
||||
Solr Integration with Tika for extracting content from binary file formats such as Microsoft Word and Adobe PDF.
|
||||
|
|
|
@ -21,19 +21,7 @@
|
|||
|
||||
<property name="solr-path" value="../.." />
|
||||
|
||||
<import file="../../common-build.xml"/>
|
||||
|
||||
<path id="lucene.classpath">
|
||||
<pathelement location="../../../lucene/build/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/analyzers/common/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/fast-vector-highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/highlighter/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/memory/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/misc/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/queries/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spatial/classes/java" />
|
||||
<pathelement location="../../../lucene/build/contrib/spellchecker/classes/java" />
|
||||
</path>
|
||||
<import file="../../common-build.xml"/>
|
||||
|
||||
<description>
|
||||
Solritas: Velocity Response Writer
|
||||
|
|
Loading…
Reference in New Issue