diff options
author | Sven Gothel <[email protected]> | 2012-04-07 15:31:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-07 15:31:06 +0200 |
commit | 073c9744fa4a8982850a0f8d61275f8782497bbb (patch) | |
tree | 19257f42cfdf488fec38a3698e95233dfd0c35f0 /make/build-jogl.xml | |
parent | 40830196070013432bc5f453eb31cfe4c64e0510 (diff) |
TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl. unit tests; Test/Demos: Use PNG snapshots.
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 804a29b55..9a4ad8b8e 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -150,7 +150,7 @@ value="com/jogamp/opengl/**/swt/**"/> <property name="java.part.util" - value="com/jogamp/opengl/util/* com/jogamp/opengl/util/texture/** com/jogamp/opengl/util/packrect/** jogamp/opengl/util/*"/> + value="com/jogamp/opengl/util/* com/jogamp/opengl/util/texture/** com/jogamp/opengl/util/packrect/** jogamp/opengl/util/* jogamp/opengl/util/pngj/**"/> <property name="java.part.util.awt" value="com/jogamp/opengl/util/**/awt/** com/jogamp/opengl/util/AWTAnimatorImpl*"/> |