summaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-core.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/jogl-core.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/jogl-core.jnlp')
-rw-r--r--jnlp-files/jogl-core.jnlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlp-files/jogl-core.jnlp b/jnlp-files/jogl-core.jnlp
index dca293720..ee0a247b4 100644
--- a/jnlp-files/jogl-core.jnlp
+++ b/jnlp-files/jogl-core.jnlp
@@ -14,7 +14,7 @@
<all-permissions/>
</security>
<resources>
- <jar href="jogl.core.jar" main="true"/>
+ <jar href="jogl.core.jar">
<jar href="jogl.util.jar" download="lazy"/>
<extension name="gluegen-rt" href="GLUEGEN_CODEBASE_TAG/gluegen-rt.jnlp" />