aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-23 15:58:11 +0200
committerSven Gothel <[email protected]>2012-08-23 15:58:11 +0200
commit7ec3d0b6a90f2204eb3272324cf5908caa4597b4 (patch)
tree7a59a1a87dd688becc54f951d3ef8a2877b1ab29 /jnlp-files
parentd28300360a6c26feb5ab6b669b5bd7681a792913 (diff)
Revert "JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf."
This reverts commit 56dad6015bce0c9f11fdb1120fec77cc2e0a22fc. I have merged this patch w/o dbl checking whether it was well tested. Put this on hold until further inspection on ARM hard/soft. IMHO the native JAR lib loading mechanism should take care of loading the right native libraries. This details actually would allow us to drop all native library references in the base JNLP files.
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/gluegen-rt.jnlp8
1 files changed, 0 insertions, 8 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp
index 2f4b6d0..47bb2de 100644
--- a/jnlp-files/gluegen-rt.jnlp
+++ b/jnlp-files/gluegen-rt.jnlp
@@ -53,14 +53,6 @@
<resources os="Linux" arch="x86_64">
<nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" />
</resources>
- <resources os="Linux" arch="arm">
- <nativelib href = "jar/gluegen-rt-natives-linux-armv6.jar" />
- <nativelib href = "jar/gluegen-rt-natives-linux-armv6hf.jar" />
- </resources>
- <resources os="Linux" arch="armv7">
- <nativelib href = "jar/gluegen-rt-natives-linux-armv6.jar" />
- <nativelib href = "jar/gluegen-rt-natives-linux-armv6hf.jar" />
- </resources>
<resources os="Mac OS X" arch="i386">
<nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" />
</resources>