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:51:27 UTC

svn commit: r1176575 - in /zookeeper/trunk: CHANGES.txt src/contrib/fatjar/build.xml

Author: phunt
Date: Tue Sep 27 19:51:27 2011
New Revision: 1176575

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

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/src/contrib/fatjar/build.xml

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1176575&r1=1176574&r2=1176575&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Tue Sep 27 19:51:27 2011
@@ -15,6 +15,9 @@ BUGFIXES:
 
   ZOOKEEPER-1192. Leader.waitForEpochAck() checks waitingForNewEpoch instead of checking electionFinished (Alex Shraer via breed)
 
+  ZOOKEEPER-1203. Zookeeper systest is missing Junit Classes
+  (Prashant Gokhale via phunt)
+
 IMPROVEMENTS:
 
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,

Modified: zookeeper/trunk/src/contrib/fatjar/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/contrib/fatjar/build.xml?rev=1176575&r1=1176574&r2=1176575&view=diff
==============================================================================
--- zookeeper/trunk/src/contrib/fatjar/build.xml (original)
+++ zookeeper/trunk/src/contrib/fatjar/build.xml Tue Sep 27 19:51:27 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>