diff options
author | Sven Gothel <[email protected]> | 2010-12-15 02:56:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 02:56:37 +0100 |
commit | c95bc87835319758c10f56ea2cd12093efc3c9c0 (patch) | |
tree | 463d76134f93f5ed209754d67fdfcc0c7d261441 /jnlp-files/newt-all-awt.jnlp | |
parent | 74b18ab38f7606a2db17a26245c430d3051ed789 (diff) |
Fix jnlp files jar names and removed main attribute of jar ref
<module>.[win|x11|osx].jar -> <module>.os.[win|x11|osx].jar
nativewindow.os.windows.jar -> nativewindow.os.win.jar
newt.broadcomegl.jar -> newt.hw.broadcomegl.jar
newt.intelgdl.jar -> newt.hw.intelgdl.jar
removed non existing jnlp file for config gl2es12.
Diffstat (limited to 'jnlp-files/newt-all-awt.jnlp')
-rw-r--r-- | jnlp-files/newt-all-awt.jnlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/newt-all-awt.jnlp b/jnlp-files/newt-all-awt.jnlp index f063ae1b9..910491f60 100644 --- a/jnlp-files/newt-all-awt.jnlp +++ b/jnlp-files/newt-all-awt.jnlp @@ -14,7 +14,7 @@ <all-permissions/> </security> <resources> - <jar href="newt.all.jar" main="true"/> + <jar href="newt.all.jar" /> <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> </resources> |