30591
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
|
|
3 |
<jnlp spec="1.0+" codebase="$$codebase">
|
|
4 |
<information>
|
|
5 |
<title>${app.title}</title>
|
|
6 |
<vendor>${app.title} vendor</vendor>
|
|
7 |
<description>${app.name} application</description>
|
|
8 |
<icon href="${app.icon}"/>
|
|
9 |
</information>
|
|
10 |
${jnlp.permissions}
|
|
11 |
<resources>
|
|
12 |
${jnlp.branding.jars}
|
|
13 |
</resources>
|
|
14 |
<component-desc/>
|
|
15 |
</jnlp>
|