We specify resource_url rather than application.root now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@859 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-01-16 02:56:45 +00:00
parent 40013948c2
commit 990c8cf1c4
+2 -2
View File
@@ -69,8 +69,8 @@ foreach $dir (@dirs) {
# finally add the standard classes
$classpath = "$classpath:$jlib";
# specify our application root (the resource manager needs this)
my $rootarg = "-Dapplication.root=$root";
# specify our resource root (the resource manager needs this)
my $rootarg = "-Dresource_url=file:$realroot/rsrc";
my $pid_file = undef;
my $i = 0;