Finished up the importer and fixed various things along the way.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@101 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-03-18 06:58:55 +00:00
parent d9df144cbf
commit 69f51a8559
16 changed files with 689 additions and 149 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ if (defined $libpath) {
}
# put everything in our class path
my $classpath = "-classpath $jlib:$root/src/java";
my $classpath = "-classpath $jlib:$root/dist/classes";
# any zip or jar files in our lib/ directory get added to the class path
if (opendir(DIR, "$root/lib")) {