diff options
author | Michael Bien <[email protected]> | 2010-06-02 14:54:13 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-02 14:54:13 +0200 |
commit | 51abf405624f4f9bd3031842fac858f77671b838 (patch) | |
tree | 6daa72408b17f18794dc0791d77dbea05d1259e0 /make | |
parent | 1c4dadcc23b3920b0c612254af361da370d86cb8 (diff) | |
parent | 42dbcf2a74eb91d4a165f815429c121c4beb0501 (diff) |
Merge branch 'master' of github.com:sgothel/jogl
Diffstat (limited to 'make')
-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}"> |