LUCENE-3378: move collationtestbase to tests-framework

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-08-17 16:43:13 +00:00
parent 8a0578dfe2
commit 99ac972281
6 changed files with 6 additions and 11 deletions

View File

@ -1,4 +1,4 @@
package org.apache.lucene.collation; package org.apache.lucene.analysis;
/** /**
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -19,6 +19,7 @@ package org.apache.lucene.collation;
import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.CollationTestBase;
import org.apache.lucene.index.codecs.CodecProvider; import org.apache.lucene.index.codecs.CodecProvider;
import org.apache.lucene.util.BytesRef; import org.apache.lucene.util.BytesRef;

View File

@ -18,6 +18,7 @@ package org.apache.lucene.collation;
*/ */
import org.apache.lucene.analysis.CollationTestBase;
import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.core.KeywordTokenizer; import org.apache.lucene.analysis.core.KeywordTokenizer;

View File

@ -43,16 +43,6 @@
<path refid="base.classpath"/> <path refid="base.classpath"/>
</path> </path>
<path id="test.classpath">
<pathelement path="${analyzers-common.jar}"/>
<path refid="classpath"/>
<pathelement location="../../../lucene/build/classes/test-framework/"/>
<pathelement location="../../../lucene/build/classes/test/"/>
<pathelement location="../build/common/classes/test/"/>
<path refid="junit-path"/>
<pathelement location="${build.dir}/classes/java"/>
</path>
<target name="compile-core" depends="jar-analyzers-common, common.compile-core" /> <target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
<property name="gennorm2.src.dir" value="src/data/utr30"/> <property name="gennorm2.src.dir" value="src/data/utr30"/>

View File

@ -21,6 +21,7 @@ package org.apache.lucene.collation;
import com.ibm.icu.text.Collator; import com.ibm.icu.text.Collator;
import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.CollationTestBase;
import org.apache.lucene.index.codecs.CodecProvider; import org.apache.lucene.index.codecs.CodecProvider;
import org.apache.lucene.util.BytesRef; import org.apache.lucene.util.BytesRef;

View File

@ -19,6 +19,8 @@ package org.apache.lucene.collation;
import com.ibm.icu.text.Collator; import com.ibm.icu.text.Collator;
import org.apache.lucene.analysis.CollationTestBase;
import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.core.KeywordTokenizer; import org.apache.lucene.analysis.core.KeywordTokenizer;