You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2009/10/29 05:02:02 UTC

svn commit: r830838 - in /hadoop/zookeeper/trunk: CHANGES.txt src/recipes/build-recipes.xml

Author: phunt
Date: Thu Oct 29 04:02:02 2009
New Revision: 830838

URL: http://svn.apache.org/viewvc?rev=830838&view=rev
Log:
ZOOKEEPER-563. ant test for recipes is broken.

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/src/recipes/build-recipes.xml

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=830838&r1=830837&r2=830838&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Thu Oct 29 04:02:02 2009
@@ -94,6 +94,8 @@
   (henry robinson via phunt)
 
   ZOOKEEPER-512. FLE election fails to elect leader (flavio via mahadev)
+
+  ZOOKEEPER-563. ant test for recipes is broken. (mahadev via phunt)
  
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to

Modified: hadoop/zookeeper/trunk/src/recipes/build-recipes.xml
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/recipes/build-recipes.xml?rev=830838&r1=830837&r2=830838&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/src/recipes/build-recipes.xml (original)
+++ hadoop/zookeeper/trunk/src/recipes/build-recipes.xml Thu Oct 29 04:02:02 2009
@@ -51,6 +51,9 @@
     <fileset dir="${zk.root}/build/lib">
       <include name="**/*.jar" />
     </fileset>
+    <fileset dir="${zk.root}/build/test/lib">
+      <include name="**/*.jar"/>
+    </fileset>
     <fileset dir="${zk.root}/src/java/lib">
       <include name="**/*.jar" />
     </fileset>