You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2013/01/17 13:25:44 UTC

svn commit: r1434639 - /lucene/dev/trunk/lucene/facet/build.xml

Author: shaie
Date: Thu Jan 17 12:25:43 2013
New Revision: 1434639

URL: http://svn.apache.org/viewvc?rev=1434639&view=rev
Log:
remove duplicate classpath in facet/build.xml

Modified:
    lucene/dev/trunk/lucene/facet/build.xml

Modified: lucene/dev/trunk/lucene/facet/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/facet/build.xml?rev=1434639&r1=1434638&r2=1434639&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/facet/build.xml (original)
+++ lucene/dev/trunk/lucene/facet/build.xml Thu Jan 17 12:25:43 2013
@@ -30,19 +30,13 @@
 
   <property name="examples.dir" location="src/examples"/>
 
-  <path id="classpath">
-    <path refid="base.classpath" />
-    <pathelement location="${build.dir}/classes/java" />
-    <pathelement location="${build.dir}/classes/examples" />
-  </path>
-    
   <path id="examples.classpath">
     <path refid="classpath" />
     <pathelement location="${build.dir}/classes/java" />
     <pathelement path="${analyzers-common.jar}" />
   </path>
 
-  <path id="test.classpath">
+	<path id="test.classpath">
     <path refid="test.base.classpath" />
     <pathelement location="${build.dir}/classes/examples" />
     <!-- TODO, cut over tests to MockAnalyzer etc and nuke this dependency -->