diff options
author | Sven Gothel <[email protected]> | 2010-06-02 14:41:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-02 14:41:11 +0200 |
commit | 42dbcf2a74eb91d4a165f815429c121c4beb0501 (patch) | |
tree | 65494f0a6ea00eec2428117a81e1bf7a99ace933 /make/build-newt.xml | |
parent | ede9386de45b63f46c206aaed27ddeafe8fe96fa (diff) |
NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread method
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 0d9ee2118..2cb848588 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -122,7 +122,7 @@ <isset property="setup.noOpenGL"/> </condition> - <property name="java.excludes.cdcfp" value="${java.part.awt}, com/jogamp/newt/impl/macosx/*"/> + <property name="java.excludes.cdcfp" value="${java.part.awt}"/> <condition property="java.excludes.desktop" value="${java.part.x11} ${java.part.windows}, ${java.part.macosx}, ${java.part.awt}"> |