Locate our jars from the NWO directory.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@118 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-01-20 03:58:53 +00:00
parent 283fd15f19
commit 360d1b92bd
+1 -1
View File
@@ -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)) {