Author: mahadev
Date: Tue Mar  9 01:50:39 2010
New Revision: 920616

URL: http://svn.apache.org/viewvc?rev=920616&view=rev
Log:
ZOOKEEPER-689.  release build broken - ivysettings.xml not copied during 
"package" (phunt via mahadev)

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/build.xml

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=920616&r1=920615&r2=920616&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Tue Mar  9 01:50:39 2010
@@ -246,7 +246,10 @@ BUGFIXES: 
 
   ZOOKEEPER-622. Test for pending watches in send_set_watches should be moved
   (ben and steven via mahadev)
- 
+
+  ZOOKEEPER-689.  release build broken - ivysettings.xml not copied during
+  "package" (phunt via mahadev)
+
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)

Modified: hadoop/zookeeper/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/build.xml?rev=920616&r1=920615&r2=920616&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/build.xml (original)
+++ hadoop/zookeeper/trunk/build.xml Tue Mar  9 01:50:39 2010
@@ -621,6 +621,7 @@
         </fileset>
         <fileset file="build.xml"/>
         <fileset file="ivy.xml"/>
+        <fileset file="ivysettings.xml"/>
       </copy>
 
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">


Reply via email to