diff options
author | Michael Bien <[email protected]> | 2010-03-29 18:35:57 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 18:35:57 +0200 |
commit | 4050d93e4747b5418379319e7216af6113ea23e5 (patch) | |
tree | db71cc08193e1f893a2f2f296930eb11f6d8897c /make/validate-properties.xml | |
parent | 869f7899143296f70fbedb7ead9750aa2e4da172 (diff) |
renamed package to com.jogamp.openal.*
Diffstat (limited to 'make/validate-properties.xml')
-rwxr-xr-x | make/validate-properties.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml index 8fc9e33..146bd4f 100755 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -49,7 +49,7 @@ - we can not overwrite it. --> <target name="test.for.jogl.jar"> - <available property="jogl.jar.on.class.path" classname="net.java.games.jogl.GL" /> + <available property="jogl.jar.on.class.path" classname="com.jogamp.opengl.GL" /> </target> <target name="java.class.path.validate" depends="test.for.jogl.jar" if="jogl.jar.on.class.path"> <fail> |