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:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user