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/joal-alc.cfg | |
parent | 869f7899143296f70fbedb7ead9750aa2e4da172 (diff) |
renamed package to com.jogamp.openal.*
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-x | make/joal-alc.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/joal-alc.cfg b/make/joal-alc.cfg index 50a8fa2..8626e43 100755 --- a/make/joal-alc.cfg +++ b/make/joal-alc.cfg @@ -3,7 +3,7 @@ Include joal-common.cfg Style InterfaceAndImpl JavaClass ALC -ImplPackage net.java.games.joal.impl +ImplPackage com.jogamp.openal.impl ImplJavaClass ALCImpl Extends ALC ALCConstants @@ -14,8 +14,8 @@ ProcAddressNameExpr LP $UPPERCASE({0}) Import java.io.UnsupportedEncodingException Import java.util.* -Import net.java.games.joal.* -Import net.java.games.joal.impl.* +Import com.jogamp.openal.* +Import com.jogamp.openal.impl.* # Factor out the OpenAL constants into their own interface Ignore ^AL_.+ |