summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml4
-rwxr-xr-xmake/joal-alc.cfg6
-rwxr-xr-xmake/joal-common.cfg2
-rwxr-xr-xmake/joal.cfg6
-rwxr-xr-xmake/joalversion2
-rwxr-xr-xmake/validate-properties.xml2
6 files changed, 11 insertions, 11 deletions
diff --git a/make/build.xml b/make/build.xml
index 402e590..71be711 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -191,8 +191,8 @@
<property name="javadoc" value="${project.root}/javadoc_public" />
<property name="javadoc.dev" value="${project.root}/javadoc_joal_dev" />
<property name="javadoc.link" value="http://java.sun.com/j2se/1.4.2/docs/api/" />
- <property name="javadoc.packagenames" value="net.java.games.joal,net.java.games.joal.util,net.java.games.sound3d" />
- <property name="javadoc.dev.packagenames" value="${javadoc.packagenames},net.java.games.joal.impl" />
+ <property name="javadoc.packagenames" value="com.jogamp.openal,com.jogamp.openal.util,com.jogamp.openal.sound3d" />
+ <property name="javadoc.dev.packagenames" value="${javadoc.packagenames},com.jogamp.openal.impl" />
<!-- Names of configuration files used during glue code generation. -->
<property name="joal.cfg" value="${config}/joal.cfg" />
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_.+
diff --git a/make/joal-common.cfg b/make/joal-common.cfg
index 85dba07..dab5b77 100755
--- a/make/joal-common.cfg
+++ b/make/joal-common.cfg
@@ -1,4 +1,4 @@
-Package net.java.games.joal
+Package com.jogamp.openal
# Specify output directories
HierarchicalNativeOutput false
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
diff --git a/make/joalversion b/make/joalversion
index dc78238..85b5770 100755
--- a/make/joalversion
+++ b/make/joalversion
@@ -4,5 +4,5 @@ Specification-Vendor: JogAmp.org
Implementation-Title: Java Bindings for the OpenAL API
Implementation-Version: @VERSION@
Implementation-Vendor: JogAmp.org
-Extension-Name: net.java.games.joal
+Extension-Name: com.jogamp.openal
Implementation-Vendor-Id: JogAmp.org
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>