12 lines
396 B
Text
12 lines
396 B
Text
Index: bin/runant.pl
|
|
--- bin/runant.pl.orig
|
|
+++ bin/runant.pl
|
|
@@ -74,7 +74,7 @@ if (($^O eq "MSWin32") || ($^O eq "dos") || $oncygwin
|
|
}
|
|
|
|
#build up standard classpath
|
|
-my $localpath = "$HOME/lib/ant-launcher.jar";
|
|
+my $localpath = "_antlibs_/ant-launcher.jar";
|
|
#set JVM options and Ant arguments, if any
|
|
my @ANT_OPTS = split(" ", $ENV{ANT_OPTS});
|
|
my @ANT_ARGS = split(" ", $ENV{ANT_ARGS});
|