diff options
author | Sven Gothel <[email protected]> | 2012-01-09 18:27:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-09 18:27:23 +0100 |
commit | 3d6bb4a75dfb4ad59820f332839804f993462470 (patch) | |
tree | dde096d7dae03c941d55d78b16c2dd5fee005181 /make | |
parent | 4a49a5576e77da0edaf10a30f8b9eda1a9e5cec3 (diff) |
Complete SWT GLCanvas relocation
Diffstat (limited to 'make')
-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 02222225c..a4edec582 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -141,7 +141,7 @@ value="javax/media/opengl/awt/** jogamp/opengl/**/awt/**"/> <property name="java.part.swt" - value="jogamp/opengl/**/swt/**"/> + 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/*"/> |