summaryrefslogtreecommitdiff
path: root/configdiag.jnlp
blob: 75f9cb69a69f294fbf75727fdff2792ba7bd8ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="0.2 1.0"
      codebase="http://uic.sf.net/demo/"
      href="configdiag.jnlp">
   <information>
      <title>ConfigDialog</title>
      <vendor>UICompiler project</vendor>
      <homepage href="http://uic.sf.net/"/>
      <description>Theme Configuration dialog</description>
   </information>
   <resources>
      <j2se version="1.4+"/>
      <jar href="graphics.jar" />
      <jar href="uic-optional.jar" main="true" />
   </resources>
   <application-desc main-class="uic.themeconfig.ConfigDialog"/>
</jnlp>