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 11:58:30 UTC

svn commit: r983907 - /lucene/dev/trunk/lucene/contrib/db/build.xml

Author: uschindler
Date: Tue Aug 10 09:58:30 2010
New Revision: 983907

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

Modified:
    lucene/dev/trunk/lucene/contrib/db/build.xml

Modified: lucene/dev/trunk/lucene/contrib/db/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/db/build.xml?rev=983907&r1=983906&r2=983907&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/db/build.xml (original)
+++ lucene/dev/trunk/lucene/contrib/db/build.xml Tue Aug 10 09:58:30 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" />