more library and menu work

This commit is contained in:
benfry
2004-09-12 22:57:27 +00:00
parent d997aaec99
commit 7132c85ca6
6 changed files with 55 additions and 16 deletions
+1 -1
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();
}