From 360d1b92bdbab6d6f7e7b029d9ccca699198e423 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 20 Jan 2007 03:58:53 +0000 Subject: [PATCH] Locate our jars from the NWO directory. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@118 ed5b42cb-e716-0410-a449-f6a68f950b19 --- tests/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/runjava b/tests/bin/runjava index 356074ae..41e5eb27 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -59,7 +59,7 @@ my $classpath = "-classpath $root/tests/dist/classes:$root/dist/classes"; # add zip and jar files from our lib/ directory and the global Java # libraries directory -my @dirs = ( "$root/lib" ); +my @dirs = ( "$root/dist/lib" ); foreach $dir (@dirs) { next unless (defined $dir); if (opendir(DIR, $dir)) {