more library and menu work

This commit is contained in:
benfry
2004-09-12 22:57:27 +00:00
parent 73fa9e4359
commit 9e3cd0b6a9
6 changed files with 55 additions and 16 deletions

View File

@@ -370,7 +370,7 @@ public class PdeCompiler implements PdeMessageConsumer {
e.printStackTrace(); // this would be odd
}
//System.out.println("included path is " + abuffer.toString());
packageListFromClassPath(abuffer.toString());
packageListFromClassPath(abuffer.toString()); // WHY?
return abuffer.toString();
}