Created
July 23, 2012 06:45
-
-
Save sandrinodimattia/3162311 to your computer and use it in GitHub Desktop.
beid.jnlp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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