Skip to content

Commit

Permalink
run: add all subprojects.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Mar 18, 2011
1 parent 7b87b1b commit ca3f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
path_append CP $root/project/boot/scala-2.8.1/lib/scala-library.jar
path_append CP $root/project/boot/scala-2.8.1/lib/scala-compiler.jar

for project in $root ../ostrich ../util; do
for project in $root/finagle-* ; do
for jar in $project/lib_managed/compile/*.jar; do
path_append CP $jar
done
Expand Down

0 comments on commit ca3f46b

Please sign in to comment.