Explorar el Código

ZOOKEEPER-689. release build broken - ivysettings.xml not copied during "package" (phunt via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@920616 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar hace 15 años
padre
commit
4b16ebc144
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 1
      CHANGES.txt
  2. 1 0
      build.xml

+ 4 - 1
CHANGES.txt

@@ -246,7 +246,10 @@ BUGFIXES:
 
 
   ZOOKEEPER-622. Test for pending watches in send_set_watches should be moved
   ZOOKEEPER-622. Test for pending watches in send_set_watches should be moved
   (ben and steven via mahadev)
   (ben and steven via mahadev)
- 
+
+  ZOOKEEPER-689.  release build broken - ivysettings.xml not copied during
+  "package" (phunt via mahadev)
+
 IMPROVEMENTS:
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)
   "socket reuse" and failure to close client (phunt via mahadev)

+ 1 - 0
build.xml

@@ -621,6 +621,7 @@
         </fileset>
         </fileset>
         <fileset file="build.xml"/>
         <fileset file="build.xml"/>
         <fileset file="ivy.xml"/>
         <fileset file="ivy.xml"/>
+        <fileset file="ivysettings.xml"/>
       </copy>
       </copy>
 
 
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">