aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-12-30 21:30:16 +0000
committerKenneth Russel <[email protected]>2008-12-30 21:30:16 +0000
commitc8e79f576c54217c66ddef52e53b10f55f3c3721 (patch)
treed49e6e5b87c903d25fc2a736d29a8363068adbe1 /make/build.xml
parentc4a88c8fa63ca94e50e4cd3d695b50563fee6ace (diff)
Moved FileUtil and StreamUtil classes back into com.sun.opengl.util
package. Moved TGAWriter back into com.sun.opengl.util package to prevent creating a new package for a single class. Updated implementation and demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1836 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index aade61f43..30dbe7b69 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -280,7 +280,7 @@
</condition>
<condition property="java.excludes.cdcfp"
- value="com/sun/opengl/util/AWTAnimatorImpl*, com/sun/opengl/util/io/TGAWriter*, com/sun/opengl/util/texture/spi/awt/**">
+ value="com/sun/opengl/util/AWTAnimatorImpl*, com/sun/opengl/util/TGAWriter*, com/sun/opengl/util/texture/spi/awt/**">
<isset property="jogl.cdcfp"/>
</condition>