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/02/27 08:11:04 UTC

svn commit: r1074995 - in /zookeeper/trunk: CHANGES.txt build.xml

Author: phunt
Date: Sun Feb 27 07:11:04 2011
New Revision: 1074995

URL: http://svn.apache.org/viewvc?rev=1074995&view=rev
Log:
ZOOKEEPER-994 eclipse target in the build script doesnot include libraray required for test classes in the classpath (MIS via phunt)

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/build.xml

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1074995&r1=1074994&r2=1074995&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Sun Feb 27 07:11:04 2011
@@ -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)

Modified: zookeeper/trunk/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/build.xml?rev=1074995&r1=1074994&r2=1074995&view=diff
==============================================================================
--- zookeeper/trunk/build.xml (original)
+++ zookeeper/trunk/build.xml Sun Feb 27 07:11:04 2011
@@ -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>