From bd1451d0199ebf72180beec04587673f3fc2fe71 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 23 Jun 2011 19:34:01 +0000 Subject: [PATCH] make export to applet/application more efficient (issue #747), plus auto-import for P3D --- android/core/build.xml | 9 ++- android/todo.txt | 2 + app/src/processing/mode/java/JavaBuild.java | 79 ++++++--------------- core/src/processing/core/PApplet.java | 32 +++++---- core/todo.txt | 8 ++- todo.txt | 19 +++-- 6 files changed, 71 insertions(+), 78 deletions(-) diff --git a/android/core/build.xml b/android/core/build.xml index 587662e0d..1db442d9e 100644 --- a/android/core/build.xml +++ b/android/core/build.xml @@ -4,12 +4,19 @@ - + + + + + +