You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/08/17 18:45:37 UTC

svn commit: r1158821 - in /lucene/dev/trunk/modules/analysis: morfologik/build.xml phonetic/build.xml smartcn/build.xml stempel/build.xml

Author: rmuir
Date: Wed Aug 17 16:45:37 2011
New Revision: 1158821

URL: http://svn.apache.org/viewvc?rev=1158821&view=rev
Log:
LUCENE-3378: remove unneeded special test-classpaths in build

Modified:
    lucene/dev/trunk/modules/analysis/morfologik/build.xml
    lucene/dev/trunk/modules/analysis/phonetic/build.xml
    lucene/dev/trunk/modules/analysis/smartcn/build.xml
    lucene/dev/trunk/modules/analysis/stempel/build.xml

Modified: lucene/dev/trunk/modules/analysis/morfologik/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/morfologik/build.xml?rev=1158821&r1=1158820&r2=1158821&view=diff
==============================================================================
--- lucene/dev/trunk/modules/analysis/morfologik/build.xml (original)
+++ lucene/dev/trunk/modules/analysis/morfologik/build.xml Wed Aug 17 16:45:37 2011
@@ -41,13 +41,5 @@
     <path refid="base.classpath"/>
   </path>
 
-  <path id="test.classpath">
-    <path refid="classpath"/>
-    <pathelement location="../../../lucene/build/classes/test-framework/"/>
-    <pathelement location="../../../lucene/build/classes/test/"/>
-    <path refid="junit-path"/>
-    <pathelement location="${build.dir}/classes/java"/>
-  </path>
-
   <target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
 </project>

Modified: lucene/dev/trunk/modules/analysis/phonetic/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/phonetic/build.xml?rev=1158821&r1=1158820&r2=1158821&view=diff
==============================================================================
--- lucene/dev/trunk/modules/analysis/phonetic/build.xml (original)
+++ lucene/dev/trunk/modules/analysis/phonetic/build.xml Wed Aug 17 16:45:37 2011
@@ -42,15 +42,5 @@
     <path refid="base.classpath"/>
   </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" />
 </project>

Modified: lucene/dev/trunk/modules/analysis/smartcn/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/smartcn/build.xml?rev=1158821&r1=1158820&r2=1158821&view=diff
==============================================================================
--- lucene/dev/trunk/modules/analysis/smartcn/build.xml (original)
+++ lucene/dev/trunk/modules/analysis/smartcn/build.xml Wed Aug 17 16:45:37 2011
@@ -33,14 +33,5 @@
     <path refid="base.classpath"/>
   </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/"/>
-    <path refid="junit-path"/>
-    <pathelement location="${build.dir}/classes/java"/>
-  </path>
-
   <target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
 </project>

Modified: lucene/dev/trunk/modules/analysis/stempel/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/stempel/build.xml?rev=1158821&r1=1158820&r2=1158821&view=diff
==============================================================================
--- lucene/dev/trunk/modules/analysis/stempel/build.xml (original)
+++ lucene/dev/trunk/modules/analysis/stempel/build.xml Wed Aug 17 16:45:37 2011
@@ -33,13 +33,5 @@
     <path refid="base.classpath"/>
   </path>
 	
-  <path id="test.classpath">
-    <path refid="classpath"/>
-    <pathelement location="../../../lucene/build/classes/test-framework"/>
-    <pathelement location="../../../lucene/build/classes/test/"/>
-    <path refid="junit-path"/>
-    <pathelement location="${build.dir}/classes/java"/>
-  </path>	
-
   <target name="compile-core" depends="jar-analyzers-common, common.compile-core"/>
 </project>