LUCENE-3965: contrib-build -> modules-build

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-15 02:07:08 +00:00
parent eae46487c7
commit f3536126ba
24 changed files with 24 additions and 24 deletions

View File

@ -25,7 +25,7 @@
<property name="demo.name" value="lucene-demos-${version}"/> <property name="demo.name" value="lucene-demos-${version}"/>
<import file="../contrib-build.xml"/> <import file="../../module-build.xml"/>
<target name="init" depends="contrib-build.init,jar-lucene-core"/> <target name="init" depends="contrib-build.init,jar-lucene-core"/>

View File

@ -23,7 +23,7 @@
Hits highlighter Hits highlighter
</description> </description>
<import file="../contrib-build.xml"/> <import file="../../module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${memory.jar}"/> <pathelement path="${memory.jar}"/>

View File

@ -23,7 +23,7 @@
High-performance single-document index to compare against Query High-performance single-document index to compare against Query
</description> </description>
<import file="../contrib-build.xml"/> <import file="../../module-build.xml"/>
<path id="test.classpath"> <path id="test.classpath">
<pathelement path="${queryparser.jar}"/> <pathelement path="${queryparser.jar}"/>

View File

@ -25,7 +25,7 @@
Miscellaneous Lucene extensions Miscellaneous Lucene extensions
</description> </description>
<import file="../contrib-build.xml"/> <import file="../../module-build.xml"/>
<target name="install-cpptasks" unless="cpptasks.uptodate" depends="ivy-availability-check,ivy-fail"> <target name="install-cpptasks" unless="cpptasks.uptodate" depends="ivy-availability-check,ivy-fail">
<property name="cpptasks.uptodate" value="true"/> <property name="cpptasks.uptodate" value="true"/>

View File

@ -21,7 +21,7 @@
Sandbox for odd contrib code Sandbox for odd contrib code
</description> </description>
<import file="../contrib-build.xml"/> <import file="../../module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="lib/jakarta-regexp-1.4.jar"/> <pathelement path="lib/jakarta-regexp-1.4.jar"/>

View File

@ -25,7 +25,7 @@
<property name="dist.dir" location="../../dist/contrib/${ant.project.name}"/> <property name="dist.dir" location="../../dist/contrib/${ant.project.name}"/>
<property name="maven.dist.dir" location="../../dist/maven"/> <property name="maven.dist.dir" location="../../dist/maven"/>
<import file="../common-build.xml"/> <import file="common-build.xml"/>
<available property="contrib.has.tests" type="dir" file="src/test" /> <available property="contrib.has.tests" type="dir" file="src/test" />

View File

@ -29,7 +29,7 @@
<!-- some files for testing that do not have license headers --> <!-- some files for testing that do not have license headers -->
<property name="rat.excludes" value="**/*.aff,**/*.dic,**/*.txt,**/charfilter/*.htm*,**/*LuceneResourcesWikiPage.html"/> <property name="rat.excludes" value="**/*.aff,**/*.dic,**/*.txt,**/charfilter/*.htm*,**/*LuceneResourcesWikiPage.html"/>
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<target name="compile-core" depends="jflex-notice, common.compile-core"/> <target name="compile-core" depends="jflex-notice, common.compile-core"/>

View File

@ -27,7 +27,7 @@
<property name="build.dir" location="../build/icu" /> <property name="build.dir" location="../build/icu" />
<property name="dist.dir" location="../dist/icu" /> <property name="dist.dir" location="../dist/icu" />
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="icujar"> <path id="icujar">
<pathelement location="lib/icu4j-4.8.1.1.jar"/> <pathelement location="lib/icu4j-4.8.1.1.jar"/>

View File

@ -46,7 +46,7 @@
<!-- currently whether rat detects this as binary or not <!-- currently whether rat detects this as binary or not
is platform dependent?! --> is platform dependent?! -->
<property name="rat.excludes" value="**/*.txt,**/bocchan.utf-8"/> <property name="rat.excludes" value="**/*.txt,**/bocchan.utf-8"/>
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<available type="dir" file="${build.dir}/${ipadic.version}" property="dict.available"/> <available type="dir" file="${build.dir}/${ipadic.version}" property="dict.available"/>

View File

@ -26,7 +26,7 @@
<property name="build.dir" location="../build/morfologik" /> <property name="build.dir" location="../build/morfologik" />
<property name="dist.dir" location="../dist/morfologik" /> <property name="dist.dir" location="../dist/morfologik" />
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${analyzers-common.jar}"/> <pathelement path="${analyzers-common.jar}"/>

View File

@ -26,7 +26,7 @@
<property name="build.dir" location="../build/phonetic" /> <property name="build.dir" location="../build/phonetic" />
<property name="dist.dir" location="../dist/phonetic" /> <property name="dist.dir" location="../dist/phonetic" />
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${analyzers-common.jar}"/> <pathelement path="${analyzers-common.jar}"/>

View File

@ -26,7 +26,7 @@
<property name="build.dir" location="../build/smartcn" /> <property name="build.dir" location="../build/smartcn" />
<property name="dist.dir" location="../dist/smartcn" /> <property name="dist.dir" location="../dist/smartcn" />
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${analyzers-common.jar}"/> <pathelement path="${analyzers-common.jar}"/>

View File

@ -26,7 +26,7 @@
<property name="build.dir" location="../build/stempel" /> <property name="build.dir" location="../build/stempel" />
<property name="dist.dir" location="../dist/stempel" /> <property name="dist.dir" location="../dist/stempel" />
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${analyzers-common.jar}"/> <pathelement path="${analyzers-common.jar}"/>

View File

@ -34,7 +34,7 @@
<pathelement path="lib/WhitespaceTokenizer-2.3.1.jar"/> <pathelement path="lib/WhitespaceTokenizer-2.3.1.jar"/>
</path> </path>
<import file="../../../lucene/contrib/contrib-build.xml"/> <import file="../../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${analyzers-common.jar}"/> <pathelement path="${analyzers-common.jar}"/>

View File

@ -27,7 +27,7 @@
<property name="dist.dir" location="dist/" /> <property name="dist.dir" location="dist/" />
<property name="maven.dist.dir" location="../dist/maven" /> <property name="maven.dist.dir" location="../dist/maven" />
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<property name="working.dir" location="work"/> <property name="working.dir" location="work"/>
<!-- the tests have some parallel problems --> <!-- the tests have some parallel problems -->

View File

@ -30,7 +30,7 @@
<!-- prettify.css/js --> <!-- prettify.css/js -->
<property name="rat.excludes" value="**/prettify.css,**/prettify.js"/> <property name="rat.excludes" value="**/prettify.css,**/prettify.js"/>
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<property name="examples.dir" location="src/examples"/> <property name="examples.dir" location="src/examples"/>

View File

@ -27,7 +27,7 @@
<property name="dist.dir" location="dist/" /> <property name="dist.dir" location="dist/" />
<property name="maven.dist.dir" location="../dist/maven" /> <property name="maven.dist.dir" location="../dist/maven" />
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<property name="working.dir" location="work"/> <property name="working.dir" location="work"/>
<path id="test.classpath"> <path id="test.classpath">

View File

@ -8,7 +8,7 @@
<property name="dist.dir" location="dist/" /> <property name="dist.dir" location="dist/" />
<property name="maven.dist.dir" location="../dist/maven" /> <property name="maven.dist.dir" location="../dist/maven" />
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${grouping.jar}"/> <pathelement path="${grouping.jar}"/>

View File

@ -24,5 +24,5 @@
<property name="dist.dir" location="dist/"/> <property name="dist.dir" location="dist/"/>
<property name="maven.dist.dir" location="../dist/maven"/> <property name="maven.dist.dir" location="../dist/maven"/>
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
</project> </project>

View File

@ -24,7 +24,7 @@
<property name="dist.dir" location="dist/"/> <property name="dist.dir" location="dist/"/>
<property name="maven.dist.dir" location="../dist/maven"/> <property name="maven.dist.dir" location="../dist/maven"/>
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<path id="classpath"> <path id="classpath">
<pathelement path="${queries.jar}"/> <pathelement path="${queries.jar}"/>

View File

@ -19,7 +19,7 @@
<project name="DTDDocAnt" default="main"> <project name="DTDDocAnt" default="main">
<import file="../contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<description> <description>
This file generates DTDdocumentation This file generates DTDdocumentation

View File

@ -8,7 +8,7 @@
<property name="dist.dir" location="dist/" /> <property name="dist.dir" location="dist/" />
<property name="maven.dist.dir" location="../dist/maven" /> <property name="maven.dist.dir" location="../dist/maven" />
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
<path id="spatialjar"> <path id="spatialjar">
<pathelement path="lib/spatial4j-0.2.jar"/> <pathelement path="lib/spatial4j-0.2.jar"/>

View File

@ -29,5 +29,5 @@
<!-- just a list of words for testing suggesters --> <!-- just a list of words for testing suggesters -->
<property name="rat.excludes" value="**/Top50KWiki.utf8"/> <property name="rat.excludes" value="**/Top50KWiki.utf8"/>
<import file="../../lucene/contrib/contrib-build.xml"/> <import file="../../lucene/module-build.xml"/>
</project> </project>

View File

@ -59,7 +59,7 @@
</and> </and>
</condition> </condition>
<import file="${common-solr.dir}/../lucene/contrib/contrib-build.xml"/> <import file="${common-solr.dir}/../lucene/module-build.xml"/>
<path id="additional.dependencies"> <path id="additional.dependencies">
<fileset dir="${common-solr.dir}/lib" excludes="${common.classpath.excludes}"/> <fileset dir="${common-solr.dir}/lib" excludes="${common.classpath.excludes}"/>