We get everything from lib/ now, no more JAVA_LIBS.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@972 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -55,7 +55,7 @@ if (defined $libpath) {
|
|||||||
my $classpath = "-classpath $root/dist/classes";
|
my $classpath = "-classpath $root/dist/classes";
|
||||||
|
|
||||||
# add zip and jar files from our lib/ directory and the system lib/ directory
|
# add zip and jar files from our lib/ directory and the system lib/ directory
|
||||||
my @dirs = ( "$root/lib", $ENV{"JAVA_LIBS"} );
|
my @dirs = ( "$root/lib" );
|
||||||
foreach $dir (@dirs) {
|
foreach $dir (@dirs) {
|
||||||
next unless (defined $dir);
|
next unless (defined $dir);
|
||||||
if (opendir(DIR, $dir)) {
|
if (opendir(DIR, $dir)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user