misc tidbits towards end of 67 release

This commit is contained in:
benfry
2003-10-28 05:40:24 +00:00
parent 4f7f25bf72
commit 3498a9d5c9
6 changed files with 51 additions and 9 deletions
+1 -1
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") ||