diff options
author | Kenneth Russel <[email protected]> | 2008-12-30 21:30:16 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-12-30 21:30:16 +0000 |
commit | c8e79f576c54217c66ddef52e53b10f55f3c3721 (patch) | |
tree | d49e6e5b87c903d25fc2a736d29a8363068adbe1 /make/build.xml | |
parent | c4a88c8fa63ca94e50e4cd3d695b50563fee6ace (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.xml | 2 |
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> |