mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
a better way of dealing with XML import issues
This commit is contained in:
@@ -711,7 +711,8 @@ public class PdePreprocessor {
|
||||
* @return true if this shouldn't be added to the final code
|
||||
*/
|
||||
public boolean ignoreImport(String pkg) {
|
||||
return pkg.startsWith("processing.xml.");
|
||||
return false;
|
||||
// return pkg.startsWith("processing.xml.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user