aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2008-11-21 01:29:56 +0000
committerKenneth Russel <[email protected]>2008-11-21 01:29:56 +0000
commit6d7526cd278a9aebe8b2ea6a5c963b6a7201dd0c (patch)
tree8ac4308154b285c8910a1126db4ab220cf72b6d3 /make/build.xml
parent36cc7d0aca61320a0b1377174af6724b48f558a8 (diff)
Fixed build.xml to build correct version of TextureIO classes on the
desktop. Changed GLCanvas to set the GLProfile to GL2 by default since there are no plans to support the AWT components on anything except desktop profiles, where OpenGL ES is not present. This reduces the amount of changes that must be made to code using earlier versions of JOGL. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1796 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 9696d6987..47578fc37 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -812,15 +812,16 @@
<target name="java.generate.TextureIO.javase" unless="jogl.cdcfp">
<!-- For debugging -->
+<!--
<copy file="../src/classes/com/sun/opengl/util/texture/TextureIO.java.javame_cdc_fp" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/TextureIO.java" />
<copy file="../src/classes/com/sun/opengl/util/texture/spi/DDSImage.java.javame_cdc_fp" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/spi/DDSImage.java" />
<copy file="../src/classes/com/sun/opengl/util/texture/spi/TGAImage.java.javame_cdc_fp" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/spi/TGAImage.java" />
+-->
-<!--
<copy file="../src/classes/com/sun/opengl/util/texture/TextureIO.java.javase" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/TextureIO.java" />
<copy file="../src/classes/com/sun/opengl/util/texture/spi/DDSImage.java.javase" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/spi/DDSImage.java" />
<copy file="../src/classes/com/sun/opengl/util/texture/spi/TGAImage.java.javase" tofile="../build/gensrc/classes/com/sun/opengl/util/texture/spi/TGAImage.java" />
--->
+
</target>
<!-- Generate the TextureIO classes for this particular profile -->