You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/08/10 12:01:13 UTC

svn commit: r983908 - in /lucene/dev/branches/branch_3x/lucene/contrib: analyzers/build.xml db/build.xml

Author: uschindler
Date: Tue Aug 10 10:01:12 2010
New Revision: 983908

URL: http://svn.apache.org/viewvc?rev=983908&view=rev
Log:
revert shai's commit, it break hudson build and is unneeded

Modified:
    lucene/dev/branches/branch_3x/lucene/contrib/analyzers/build.xml
    lucene/dev/branches/branch_3x/lucene/contrib/db/build.xml

Modified: lucene/dev/branches/branch_3x/lucene/contrib/analyzers/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/analyzers/build.xml?rev=983908&r1=983907&r2=983908&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/analyzers/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/analyzers/build.xml Tue Aug 10 10:01:12 2010
@@ -26,7 +26,7 @@
       - stempel:	Algorithmic Stemmer for Polish
   </description>
 
-  <import file="../contrib-build.xml"/>
+  <!-- we dont import contrib-build.xml here, as this file only delegates to the real build files -->
 
   <target name="common">
     <ant dir="common" />

Modified: lucene/dev/branches/branch_3x/lucene/contrib/db/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/contrib/db/build.xml?rev=983908&r1=983907&r2=983908&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/contrib/db/build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/contrib/db/build.xml Tue Aug 10 10:01:12 2010
@@ -25,7 +25,7 @@
       - bdb-je: using Berkeley DB Java Edition
   </description>
 
-  <import file="../contrib-build.xml"/>
+  <!-- we dont import contrib-build.xml here, as this file only delegates to the real build files -->
 
   <target name="bdb">
     <ant dir="bdb" />