aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-awt.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 02:56:37 +0100
committerSven Gothel <[email protected]>2010-12-15 02:56:37 +0100
commitc95bc87835319758c10f56ea2cd12093efc3c9c0 (patch)
tree463d76134f93f5ed209754d67fdfcc0c7d261441 /jnlp-files/newt-awt.jnlp
parent74b18ab38f7606a2db17a26245c430d3051ed789 (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-awt.jnlp')
-rw-r--r--jnlp-files/newt-awt.jnlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp
index 02f25786a..652630c8c 100644
--- a/jnlp-files/newt-awt.jnlp
+++ b/jnlp-files/newt-awt.jnlp
@@ -14,7 +14,7 @@
<all-permissions/>
</security>
<resources>
- <jar href="newt.awt.jar" main="true"/>
+ <jar href="newt.awt.jar" />
<extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
<extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
</resources>