git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@925344 13f79535-47bb-0310-9956-ffa450edef68
@@ -308,6 +308,8 @@ BUGFIXES:
ZOOKEEPER-710. permanent ZSESSIONMOVED error after client app reconnects to zookeeper cluster (phunt via breed)
+ ZOOKEEPER-718. the fatjar is missing libraries (ben via mahadev)
+
IMPROVEMENTS:
ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
"socket reuse" and failure to close client (phunt via mahadev)
@@ -45,6 +45,7 @@
<fileset file="${zk.root}/conf/log4j.properties" />
<fileset dir="${zk.root}/build/classes" excludes="**/.generated"/>
<fileset dir="${zk.root}/build/test/classes"/>
+ <zipgroupfileset dir="${zk.root}/build/lib" includes="*.jar" />
<zipgroupfileset dir="${zk.root}/src/java/lib" includes="*.jar" />
</jar>
</target>