From 6e273ec07af21ad3c2a1b50fece9f46a3cc92658 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 24 Apr 2010 14:27:18 +0200 Subject: NEWT Cleanup - Moved all implementation details (awt/x11/windows/macosx/..) to com.jogamp.newt.impl - Moved awt event handling com.jogamp.newt.awt.event -> com.jogamp.newt.event.awt - NEWTEvent extends java.util.EventObject - NEWTEventListener extends java.util.EventListener - Added Trace*Adapter, logging the event, incl. the time lag --- make/build-common.xml | 4 +++- make/build-newt.xml | 55 +++++++++++++++++++++++++++++++++------------------ make/build.xml | 2 +- 3 files changed, 40 insertions(+), 21 deletions(-) (limited to 'make') diff --git a/make/build-common.xml b/make/build-common.xml index cc40a5cd4..461e96f1f 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -283,12 +283,13 @@ + - + @@ -315,6 +316,7 @@ + diff --git a/make/build-newt.xml b/make/build-newt.xml index 22b34fdc2..c6d67b85c 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -87,25 +87,28 @@ + value="com/jogamp/newt/*, com/jogamp/newt/event/*, com/jogamp/newt/util/*, com/jogamp/newt/impl/*"/> + + + value="com/jogamp/newt/impl/x11/*"/> + value="com/jogamp/newt/impl/windows/*"/> + value="com/jogamp/newt/impl/macosx/*"/> + value="com/jogamp/newt/opengl/*, com/jogamp/newt/impl/opengl/kd/*"/> + value="com/jogamp/newt/impl/opengl/broadcom/egl/*"/> - + @@ -159,7 +162,7 @@ - + @@ -475,23 +478,23 @@ - + - - - + + + - + - - - + + + @@ -592,6 +595,13 @@ + + + + + + + + + + + + - + @@ -664,7 +681,7 @@ - + diff --git a/make/build.xml b/make/build.xml index 8d2c9765a..5a0952289 100644 --- a/make/build.xml +++ b/make/build.xml @@ -19,7 +19,7 @@ - + -- cgit v1.2.3