You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2007/08/16 23:32:08 UTC

svn commit: r566865 - in /lucene/hadoop/trunk: CHANGES.txt lib/jetty-ext/ant.jar

Author: omalley
Date: Thu Aug 16 14:32:07 2007
New Revision: 566865

URL: http://svn.apache.org/viewvc?view=rev&rev=566865
Log:
HADOOP-1726. Remove lib/jetty-ext/ant.jar because it isn't needed.

Removed:
    lucene/hadoop/trunk/lib/jetty-ext/ant.jar
Modified:
    lucene/hadoop/trunk/CHANGES.txt

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=566865&r1=566864&r2=566865
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Thu Aug 16 14:32:07 2007
@@ -45,6 +45,8 @@
     HADOOP-1692.  In DFS ant task, don't cache the Configuration.
     (Chris Douglas via cutting)
 
+    HADOOP-1726.  Remove lib/jetty-ext/ant.jar. (omalley)
+
   IMPROVEMENTS
 
     HADOOP-1651.  Improve progress reporting.