misc tidbits towards end of 67 release

This commit is contained in:
benfry
2003-10-28 05:40:24 +00:00
parent b778fe7912
commit dc6019541e
6 changed files with 51 additions and 9 deletions

View File

@@ -385,7 +385,7 @@ public class PdeCompiler implements PdeMessageConsumer {
for (int i = 0; i < pieces.length; i++) {
if (pieces[i].length() == 0) continue;
//System.out.println("checking piece " + pieces[i]);
System.out.println("checking piece " + pieces[i]);
// is it a jar file or directory?
if (pieces[i].toLowerCase().endsWith(".jar") ||