blob: 4f153bff0967c8e11c6eea15382348398a24c244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
codebase="./"
href="ReplaceSecurityManager.jnlp">
<information>
<title>Test replacing security manager</title>
<vendor>IcedTea</vendor>
</information>
<resources>
<jar href="ReplaceSecurityManager.jar" main="true"/>
</resources>
<application-desc main-class="ReplaceSecurityManager"/>
</jnlp>
|