Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 23, 2012 06:45
Show Gist options
  • Save sandrinodimattia/3162311 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3162311 to your computer and use it in GitHub Desktop.
beid.jnlp
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="https://localhost:100/" href="beid.jnlp">
  <information>
    <title>Java Binding to Belgium eID Middleware 3.5</title>
    <vendor>Fedict</vendor>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources os="Windows">
      <nativelib href = "beid35JavaWrapper-win.jar" />
    </resources>
    <resources os="Linux">
      <nativelib href = "beid35JavaWrapper-linux.jar" />
    </resources>
    <resources os="Mac OS X">
      <nativelib href = "beid35JavaWrapper-mac.jar" />
    </resources>
  <component-desc />
</jnlp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment