blob: be6b3f32383fdf44fbab67927201245a13cfd636 (
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="AllStackTraces.jnlp">
<information>
<title>Test Thread.getAllStackTraces</title>
<vendor>IcedTea</vendor>
</information>
<resources>
<jar href="AllStackTraces.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="AllStackTraces"/>
</jnlp>
|