aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/AddShutdownHook/resources/AddShutdownHook.jnlp
blob: 42272ff5b23c29e725646a7a3ac764e0dec56f6f (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="AddShutdownHook.jnlp">
   <information> 
      <title>test adding shutdown hooks</title> 
      <vendor>IcedTea</vendor>
   </information> 
   <resources>
      <jar href="AddShutdownHook.jar" main="true" download="eager"/>
   </resources>
   <application-desc main-class="AddShutdownHook"/>
</jnlp>