diff options
author | Sven Gothel <[email protected]> | 2008-07-18 13:09:09 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-18 13:09:09 +0000 |
commit | 2d1e844b7e621cb7bce6576d559f297dc842f6ed (patch) | |
tree | 1bf46c097c5e38b57474314e190ff75e7f26169b /make/build.xml | |
parent | e1c716511d4c36b3a6ae82eceeb74147a3001dfe (diff) |
tessellator now part of jogl.core
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1726 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 3fe86b8c0..5b284e097 100644 --- a/make/build.xml +++ b/make/build.xml @@ -148,7 +148,7 @@ value="com/sun/opengl/impl/egl/*"/> <property name="java.part.glugl2" - value="com/sun/opengl/impl/glu/gl2/**, com/sun/opengl/impl/glu/nurbs/**, com/sun/opengl/impl/glu/registry/**, com/sun/opengl/impl/glu/tessellator/**, javax/media/opengl/glu/gl2/**"/> + value="com/sun/opengl/impl/glu/gl2/**, com/sun/opengl/impl/glu/nurbs/**, com/sun/opengl/impl/glu/registry/**, javax/media/opengl/glu/gl2/**"/> <property name="java.part.gl2" value="com/sun/opengl/impl/**/gl2/**, com/sun/opengl/impl/**/glx/**, com/sun/opengl/impl/**/wgl/**, com/sun/opengl/impl/**/cgl/**"/> |