Skip to content

Commit

Permalink
Merge pull request #4 from apache/master
Browse files Browse the repository at this point in the history
Master Merge
  • Loading branch information
arankin-irl committed Dec 3, 2018
2 parents a8cf626 + 061e761 commit 7ae7485
Show file tree
Hide file tree
Showing 823 changed files with 18,395 additions and 32,464 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -66,8 +66,8 @@ zookeeper-client/zookeeper-client-c/*.lo
zookeeper-client/zookeeper-client-c/*.o
zookeeper-client/zookeeper-client-c/generated/
src/java/generated/
src/java/lib/ant-eclipse-*
src/java/lib/ivy-*
zookeeper-server/src/main/resources/lib/ant-eclipse-*
zookeeper-server/src/main/resources/lib/ivy-*
zookeeper-client/zookeeper-client-c/Makefile.in
zookeeper-client/zookeeper-client-c/aclocal.m4
zookeeper-client/zookeeper-client-c/autom4te.cache/
Expand Down
6 changes: 6 additions & 0 deletions NOTICE.txt
Expand Up @@ -3,3 +3,9 @@ Copyright 2009-2014 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

This product includes software components originally
developed for Airlift (https://github.com/airlift/airlift),
licensed under the Apache 2.0 license. The licensing terms
for Airlift code can be found at:
https://github.com/airlift/airlift/blob/master/LICENSE
2 changes: 1 addition & 1 deletion bin/zkEnv.sh
Expand Up @@ -87,7 +87,7 @@ fi
#add the zoocfg dir to classpath
CLASSPATH="$ZOOCFGDIR:$CLASSPATH"

for i in "$ZOOBINDIR"/../src/java/lib/*.jar
for i in "$ZOOBINDIR"/../zookeeper-server/src/main/resources/lib/*.jar
do
CLASSPATH="$i:$CLASSPATH"
done
Expand Down
182 changes: 85 additions & 97 deletions build.xml

Large diffs are not rendered by default.

0 comments on commit 7ae7485

Please sign in to comment.