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/nativewindow-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/nativewindow-all-awt.jnlp')
-rw-r--r-- | jnlp-files/nativewindow-all-awt.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/nativewindow-all-awt.jnlp b/jnlp-files/nativewindow-all-awt.jnlp index 5273c2c88..6eec6dc3e 100644 --- a/jnlp-files/nativewindow-all-awt.jnlp +++ b/jnlp-files/nativewindow-all-awt.jnlp @@ -4,7 +4,7 @@ <information> <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title> <vendor>JogAmp Community</vendor> - <homepage href="http://nativewindow.dev.java.net/"/> + <homepage href="http://jogamp.org/"/> <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> <offline-allowed/> @@ -14,7 +14,7 @@ <all-permissions/> </security> <resources> - <jar href="nativewindow.all.jar" main="true" /> + <jar href="nativewindow.all.jar"/> <extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" /> </resources> |