mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
misc tidbits towards end of 67 release
This commit is contained in:
@@ -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") ||
|
||||
|
||||
Reference in New Issue
Block a user