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.cfg | |
parent | 869f7899143296f70fbedb7ead9750aa2e4da172 (diff) |
renamed package to com.jogamp.openal.*
Diffstat (limited to 'make/joal.cfg')
-rwxr-xr-x | make/joal.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/joal.cfg b/make/joal.cfg index eb9c874..b22de32 100755 --- a/make/joal.cfg +++ b/make/joal.cfg @@ -3,7 +3,7 @@ Include joal-common.cfg Style InterfaceAndImpl JavaClass AL -ImplPackage net.java.games.joal.impl +ImplPackage com.jogamp.openal.impl ImplJavaClass ALImpl Extends AL ALConstants @@ -12,8 +12,8 @@ ProcAddressTableClassName ALProcAddressTable GetProcAddressTableExpr ALProcAddressLookup.getALProcAddressTable() ProcAddressNameExpr LP $UPPERCASE({0}) -Import net.java.games.joal.* -Import net.java.games.joal.impl.* +Import com.jogamp.openal.* +Import com.jogamp.openal.impl.* Import com.jogamp.gluegen.runtime.* # Factor out the OpenAL constants into their own interface |