summaryrefslogtreecommitdiffstats
path: root/test/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-29 18:35:57 +0200
committerMichael Bien <[email protected]>2010-03-29 18:35:57 +0200
commit4050d93e4747b5418379319e7216af6113ea23e5 (patch)
treedb71cc08193e1f893a2f2f296930eb11f6d8897c /test/build.xml
parent869f7899143296f70fbedb7ead9750aa2e4da172 (diff)
renamed package to com.jogamp.openal.*
Diffstat (limited to 'test/build.xml')
-rw-r--r--test/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.xml b/test/build.xml
index 7b1f8e2..4445eb5 100644
--- a/test/build.xml
+++ b/test/build.xml
@@ -66,7 +66,7 @@
<pathelement location="classes"/>
</classpath>
<jvmarg value="-Djava.library.path=${basedir}/../build/obj"/>
- <arg value="net.java.games.joal.ALTest" />
+ <arg value="com.jogamp.openal.ALTest" />
</java>
</target>