aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/AddShutdownHook/resources/AddShutdownHook.jnlp
blob: 0af2b498632f539c25ac6a7f097e409c76e54250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="AddShutdownHook.jnlp">
   <information> 
      <title>test adding shutdown hooks</title> 
   </information> 
   <resources>
      <jar href="AddShutdownHook.jar" main="true" download="eager"/>
   </resources>
   <application-desc main-class="AddShutdownHook"/>
</jnlp>