diff options
author | Xerxes RĂ„nby <[email protected]> | 2012-08-22 11:11:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-09-16 08:19:48 +0200 |
commit | 39fcec48a6812b680a4eda0b9398310da6787295 (patch) | |
tree | d06b7c2730f4d7e4b9924d750185874b8f4b20fc /jnlp-files/gluegen-rt.jnlp | |
parent | 6fd3dea1ae94fd5862276ee5ed426276560531da (diff) |
JNLP: Cache gluegen-rt-natives for linux-armv6 and linux-armv6hf.
Due to the lack of OS Arch and ABI detection in JNLP launchers
force us download both armv6 armel and armv6hf armhf ABI jars on ARM.
Diffstat (limited to 'jnlp-files/gluegen-rt.jnlp')
-rw-r--r-- | jnlp-files/gluegen-rt.jnlp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp index 47bb2de..2f4b6d0 100644 --- a/jnlp-files/gluegen-rt.jnlp +++ b/jnlp-files/gluegen-rt.jnlp @@ -53,6 +53,14 @@ <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> |