aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-09 02:50:09 +0100
committerSven Gothel <[email protected]>2011-02-09 02:50:09 +0100
commit360b6716f68b44b28fd8c4f8e61ab86d5a56738b (patch)
tree765cb43350428d7775f9624745714eac7f5fbc02 /jnlp-files
parent4cda4b70dbcd21cf57e1e253ddba32b88bcaec18 (diff)
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<module> (2/2) - edit files
- com.jogamp.opengl.impl -> jogamp.opengl - com.jogamp.opengl.util.glsl.fixedfunc.impl -> jogamp.opengl.util.glsl.fixedfunc - com.jogamp.nativewindow.impl -> jogamp.nativewindow - com.jogamp.newt.impl -> jogamp.newt This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK.
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/applet-version-jnlp.html2
-rw-r--r--jnlp-files/applet-version-lancheronly.html2
-rw-r--r--jnlp-files/applet-version.jnlp2
-rw-r--r--jnlp-files/application-version.jnlp2
-rwxr-xr-xjnlp-files/javaws-version.jnlp2
5 files changed, 5 insertions, 5 deletions
diff --git a/jnlp-files/applet-version-jnlp.html b/jnlp-files/applet-version-jnlp.html
index 6f91908ea..218f21fa5 100644
--- a/jnlp-files/applet-version-jnlp.html
+++ b/jnlp-files/applet-version-jnlp.html
@@ -24,7 +24,7 @@ JNLP Applet with AppletLauncher fallback version.
JOGL_CODEBASE_TAG/nativewindow.all.jar,
JOGL_CODEBASE_TAG/gluegen-rt.jar">
<param name="codebase_lookup" value="false">
- <param name="subapplet.classname" value="com.jogamp.newt.impl.awt.opengl.VersionApplet">
+ <param name="subapplet.classname" value="jogamp.newt.awt.opengl.VersionApplet">
<param name="subapplet.displayname" value="JOGL Applet Version">
<!-- param name="noddraw.check" value="true" -->
<param name="progressbar" value="true">
diff --git a/jnlp-files/applet-version-lancheronly.html b/jnlp-files/applet-version-lancheronly.html
index 804aeebbb..718e9eba8 100644
--- a/jnlp-files/applet-version-lancheronly.html
+++ b/jnlp-files/applet-version-lancheronly.html
@@ -24,7 +24,7 @@ AppletLauncher only version.
JOGL_CODEBASE_TAG/nativewindow.all.jar,
JOGL_CODEBASE_TAG/gluegen-rt.jar">
<param name="codebase_lookup" value="false">
- <param name="subapplet.classname" value="com.jogamp.newt.impl.awt.opengl.VersionApplet">
+ <param name="subapplet.classname" value="jogamp.newt.awt.opengl.VersionApplet">
<param name="subapplet.displayname" value="JOGL Applet Version">
<!-- param name="noddraw.check" value="true" -->
<param name="progressbar" value="true">
diff --git a/jnlp-files/applet-version.jnlp b/jnlp-files/applet-version.jnlp
index 821cef0c7..c621b46bb 100644
--- a/jnlp-files/applet-version.jnlp
+++ b/jnlp-files/applet-version.jnlp
@@ -17,7 +17,7 @@
<applet-desc
name="Version-Applet"
- main-class="com.jogamp.newt.impl.awt.opengl.VersionApplet"
+ main-class="jogamp.newt.awt.opengl.VersionApplet"
width="800"
height="600">
</applet-desc>
diff --git a/jnlp-files/application-version.jnlp b/jnlp-files/application-version.jnlp
index efce7adda..3fac56c29 100644
--- a/jnlp-files/application-version.jnlp
+++ b/jnlp-files/application-version.jnlp
@@ -15,5 +15,5 @@
<extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" />
</resources>
- <application-desc main-class="com.jogamp.newt.impl.awt.opengl.VersionApplet"/>
+ <application-desc main-class="jogamp.newt.awt.opengl.VersionApplet"/>
</jnlp>
diff --git a/jnlp-files/javaws-version.jnlp b/jnlp-files/javaws-version.jnlp
index 6bf59e915..fa14f95ab 100755
--- a/jnlp-files/javaws-version.jnlp
+++ b/jnlp-files/javaws-version.jnlp
@@ -15,5 +15,5 @@
<extension name="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" />
</resources>
- <application-desc main-class="com.jogamp.newt.impl.awt.opengl.VersionApplet"/>
+ <application-desc main-class="jogamp.newt.awt.opengl.VersionApplet"/>
</jnlp>