diff options
author | Michael Bien <[email protected]> | 2010-06-02 14:17:17 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-02 14:17:17 +0200 |
commit | 1c4dadcc23b3920b0c612254af361da370d86cb8 (patch) | |
tree | 95d505f3109cada84ee54d3b1d0f27737e398640 /make/build-newt.xml | |
parent | ace04b51b41dd7887aec4095c8c4792dfc4c284b (diff) | |
parent | ede9386de45b63f46c206aaed27ddeafe8fe96fa (diff) |
Merge branch 'master' of github.com:sgothel/jogl
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 2cb848588..0d9ee2118 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}"/> + <property name="java.excludes.cdcfp" value="${java.part.awt}, com/jogamp/newt/impl/macosx/*"/> <condition property="java.excludes.desktop" value="${java.part.x11} ${java.part.windows}, ${java.part.macosx}, ${java.part.awt}"> |