Skip to content

Commit

Permalink
ZOOKEEPER-529. Use Ivy to pull dependencies and also generate pom (ph…
Browse files Browse the repository at this point in the history
…unt via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@817885 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Mahadev Konar committed Sep 22, 2009
1 parent 6e69b7c commit e1af106
Show file tree
Hide file tree
Showing 24 changed files with 303 additions and 233 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ IMPROVEMENTS:

ZOOKEEPER-516. add support for 10 minute test ie "pre-commit" test (phunt)

ZOOKEEPER-529. Use Ivy to pull dependencies and also generate pom (phunt
via mahadev)

NEW FEATURES:


Expand Down
7 changes: 5 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).
Apache ZooKeeper
Copyright 2009 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
8 changes: 8 additions & 0 deletions bin/zkEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ do
CLASSPATH="$CLASSPATH:$i"
done
#make it work for developers
for d in ${ZOOBINDIR}/../build/classes
do
CLASSPATH="$CLASSPATH:$d"
done
for d in ${ZOOBINDIR}/../build/lib/*.jar
do
CLASSPATH="$CLASSPATH:$d"
done
for d in ${ZOOBINDIR}/../src/java/lib/*.jar
do
CLASSPATH="$CLASSPATH:$d"
Expand Down
Loading

0 comments on commit e1af106

Please sign in to comment.