discussing imports with Andres

This commit is contained in:
Ben Fry
2014-03-30 10:05:46 -04:00
parent ec95cf257c
commit 1930f29626

View File

@@ -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();