summaryrefslogtreecommitdiffstats
path: root/make/validate-properties.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-06 23:13:39 +0100
committerSven Gothel <[email protected]>2010-11-06 23:13:39 +0100
commit6f2d046c8d532db94f6af5003e341104d5bf4aff (patch)
tree723c31b8f9c1097ae48486acbf68e4e06fab2517 /make/validate-properties.xml
parentec6d61f4597af32c22319c4bda3c9dd9ab80bf25 (diff)
Renamed com.sun.gluegen -> com.jogamp.gluegen
Diffstat (limited to 'make/validate-properties.xml')
-rwxr-xr-xmake/validate-properties.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml
index 42fd16f..9d29bc8 100755
--- a/make/validate-properties.xml
+++ b/make/validate-properties.xml
@@ -11,7 +11,7 @@
- we can not overwrite it.
-->
<target name="java.class.path.validate">
- <available property="gluegen.jar.on.class.path" classname="com.sun.gluegen.GlueGen" />
+ <available property="gluegen.jar.on.class.path" classname="com.jogamp.gluegen.GlueGen" />
<fail if="gluegen.jar.on.class.path">
*******************************************************************
** Your CLASSPATH environment variable appears to be set (some **