git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1074995 13f79535-47bb-0310-9956-ffa450edef68
@@ -180,6 +180,9 @@ BUGFIXES:
ZOOKEEPER-976. ZooKeeper startup script doesn't use JAVA_HOME (phunt)
+ ZOOKEEPER-994 "eclipse" target in the build script doesnot include
+ libraray required for test classes in the classpath (MIS via phunt)
+
IMPROVEMENTS:
ZOOKEEPER-724. Improve junit test integration - log harness information
(phunt via mahadev)
@@ -1321,6 +1321,7 @@
<output path="${build.dir.eclipse-main-classes}" />
<library pathref="default.path.id" exported="true" />
<library pathref="junit.path.id" exported="false" />
+ <library path="${src.dir}/java/libtest/accessive.jar" exported="false" />
</classpath>
</eclipse>
</target>