From 66ca115167c6ca6bc0073d06eae6fe7f014e057b Mon Sep 17 00:00:00 2001 From: codeanticode Date: Wed, 15 Feb 2012 23:19:14 +0000 Subject: [PATCH] Removed platform folders, set native jar locations in export.txt file --- java/libraries/opengl/library/export.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/java/libraries/opengl/library/export.txt b/java/libraries/opengl/library/export.txt index bbbdbad5f..ebdfa52cf 100755 --- a/java/libraries/opengl/library/export.txt +++ b/java/libraries/opengl/library/export.txt @@ -8,3 +8,9 @@ name = OpenGL # on the user's computer, rather than increasing the download size with # the versions for each platform. applet = opengl.jar + +application.macosx=opengl.jar,jogl.all.jar,gluegen-rt.jar,jogl-all-natives-macosx-universal.jar,gluegen-rt-natives-macosx-universal.jar +application.windows32=opengl.jar,jogl.all.jar,gluegen-rt.jar,jogl-all-natives-windows-i586.jar,gluegen-rt-natives-windows-i586.jar +application.windows64=opengl.jar,jogl.all.jar,gluegen-rt.jar,jogl-all-natives-windows-amd64.jar,gluegen-rt-natives-windows-amd64.jar +application.linux32=opengl.jar,jogl.all.jar,gluegen-rt.jar,jogl-all-natives-linux-i586.jar,gluegen-rt-natives-linux-i586.jar +application.linux64=opengl.jar,jogl.all.jar,gluegen-rt.jar,jogl-all-natives-linux-amd64.jar,gluegen-rt-natives-linux-amd64.jar