diff options
author | Sven Gothel <[email protected]> | 2010-04-28 14:24:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-28 14:24:24 +0200 |
commit | 512a7fb820fc82e6960e0a493c6127f0ec800649 (patch) | |
tree | 0a3c1db4fd117473831e2f03c4b7e08afb9ad6f8 /jnlp-files | |
parent | 3216f5b75879e0706b3e3e7cedbcbf56da95989e (diff) |
- JAR Manifest: Trusted-Library: true
- Added JAR Manifest to native libs as well,
otherwise our chain would become mixed code.
- JNLP: Added update check = background
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/gluegen-rt.jnlp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp index 6c8c27e..8f4453e 100644 --- a/jnlp-files/gluegen-rt.jnlp +++ b/jnlp-files/gluegen-rt.jnlp @@ -9,6 +9,7 @@ <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description> <offline-allowed/> </information> + <update check="background" policy="always"/> <security> <all-permissions/> </security> |