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 2011/09/27 21:50:06 UTC

svn commit: r1176573 - in /zookeeper/branches/branch-3.4: CHANGES.txt src/contrib/fatjar/build.xml

Author: phunt
Date: Tue Sep 27 19:50:05 2011
New Revision: 1176573

URL: http://svn.apache.org/viewvc?rev=1176573&view=rev
Log:
ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes (Prashant Gokhale via phunt)

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/src/contrib/fatjar/build.xml

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1176573&r1=1176572&r2=1176573&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Tue Sep 27 19:50:05 2011
@@ -333,6 +333,9 @@ BUGFIXES: 
   
   ZOOKEEPER-1174. FD leak when network unreachable (Ted Dunning via camille)
 
+  ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes
+  (Prashant Gokhale via phunt)
+
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)

Modified: zookeeper/branches/branch-3.4/src/contrib/fatjar/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/contrib/fatjar/build.xml?rev=1176573&r1=1176572&r2=1176573&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/contrib/fatjar/build.xml (original)
+++ zookeeper/branches/branch-3.4/src/contrib/fatjar/build.xml Tue Sep 27 19:50:05 2011
@@ -46,6 +46,7 @@
       <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}/build/test/lib" includes="*.jar" />
       <zipgroupfileset dir="${zk.root}/src/java/lib" includes="*.jar" />
     </jar>
   </target>