aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-24 14:27:18 +0200
committerSven Gothel <[email protected]>2010-04-24 14:27:18 +0200
commit6e273ec07af21ad3c2a1b50fece9f46a3cc92658 (patch)
tree365395e2d05f9b10549fc9946554edb0af375069 /make/build-common.xml
parent1ad8c39df6b097c80ba7a85badf555e7f669cc3f (diff)
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
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml4
1 files changed, 3 insertions, 1 deletions
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 @@
<property name="jogl.sdk.jar" value="${build.jogl}/jogl.sdk.jar" />
<property name="newt.core.jar" value="${build.newt}/newt.core.jar" />
+ <property name="newt.awt.jar" value="${build.newt}/newt.awt.jar" />
<property name="newt.os.x11.jar" value="${build.newt}/newt.os.x11.jar" />
<property name="newt.os.win.jar" value="${build.newt}/newt.os.win.jar" />
<property name="newt.os.osx.jar" value="${build.newt}/newt.os.osx.jar" />
<property name="newt.ogl.jar" value="${build.newt}/newt.ogl.jar" />
<property name="newt.broadcomegl.jar" value="${build.newt}/newt.broadcomegl.jar" />
- <property name="newt.awt.jar" value="${build.newt}/newt.awt.jar" />
+ <property name="newt.intelgdl.jar" value="${build.newt}/newt.intelgdl.jar" />
<!-- Atomic CDC JARS -->
<property name="nativewindow.core.cdc.jar" value="${build.nativewindow}/nativewindow.core.cdc.jar" />
@@ -315,6 +316,7 @@
<property name="newt.os.osx.cdc.jar" value="${build.newt}/newt.os.osx.cdc.jar" />
<property name="newt.ogl.cdc.jar" value="${build.newt}/newt.ogl.cdc.jar" />
<property name="newt.broadcomegl.cdc.jar" value="${build.newt}/newt.broadcomegl.cdc.jar" />
+ <property name="newt.intelgdl.cdc.jar" value="${build.newt}/newt.intelgdl.cdc.jar" />
<!-- The location and name of the configuration ANT file that will
- validate to ensure that all user-define variables are set. -->