aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-12-30 20:53:50 +0000
committerKenneth Russel <[email protected]>2008-12-30 20:53:50 +0000
commitc4a88c8fa63ca94e50e4cd3d695b50563fee6ace (patch)
tree9308ff62eddd0afd591871dd8f41aa2102e4cad6 /make/build.xml
parentc7003d571f1995ae1fe9d0082fb0a828f072e841 (diff)
Refactored AWT dependencies in Animator class differently to allow
both Animator and FPSAnimator to pick up AWT behavior when available. Moved Animator and FPSAnimator back to com.sun.opengl.util package as it is unclear whether these classes are useful enough on all platforms and profiles to warrant inclusion in the public specification. Updated demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1835 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 4a57bc659..aade61f43 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -235,7 +235,7 @@
</condition>
<condition property="java.excludes.gl2"
- value="${java.part.gl2es12.x11}, ${java.part.gl2es12.win}, ${java.part.gl2es12.osx}, ${java.part.gl2es12.dbg}, ${java.part.gl2.x11}, ${java.part.gl2.win}, ${java.part.gl2.osx}, ${java.part.gl2.dbg}, ${java.part.util.gl2}, ${java.part.glugl2}">
+ value="${java.part.gl2es12.x11}, ${java.part.gl2es12.win}, ${java.part.gl2es12.osx}, ${java.part.gl2es12.dbg}, ${java.part.gl2.x11}, ${java.part.gl2.win}, ${java.part.gl2.osx}, ${java.part.gl2.dbg}, ${java.part.util.gl2}, ${java.part.glugl2}">
<isset property="jogl.nogl2"/>
</condition>
@@ -280,7 +280,7 @@
</condition>
<condition property="java.excludes.cdcfp"
- value="com/sun/opengl/util/io/TGAWriter*, com/sun/opengl/util/texture/spi/awt/**">
+ value="com/sun/opengl/util/AWTAnimatorImpl*, com/sun/opengl/util/io/TGAWriter*, com/sun/opengl/util/texture/spi/awt/**">
<isset property="jogl.cdcfp"/>
</condition>