mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
discussing imports with Andres
This commit is contained in:
@@ -531,6 +531,8 @@ public class JavaBuild {
|
||||
if (pkg.startsWith("processing.data.")) return true;
|
||||
if (pkg.startsWith("processing.event.")) return true;
|
||||
if (pkg.startsWith("processing.opengl.")) return true;
|
||||
|
||||
// if (pkg.startsWith("com.jogamp.")) return true;
|
||||
|
||||
// // ignore core, data, and opengl packages
|
||||
// String[] coreImports = preprocessor.getCoreImports();
|
||||
|
||||
Reference in New Issue
Block a user