File: mauve.jnlp.template

package info (click to toggle)
mauve-aligner 2.4.0%2B4734-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,476 kB
  • sloc: java: 28,415; xml: 300; sh: 80; makefile: 22
file content (29 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is AUTO-GENERATED.  Edit mauve.jnlp.template to make permanent changes! -->
<jnlp spec="1.0+" codebase="@CODEBASE@" href="mauve.jnlp">
  <information>
    <title>Mauve</title>
    <vendor>University of Wisconsin - Madison</vendor>
    <homepage href="docs/help.html"/>
    <description>Mauve Application</description>
    <icon href="mauve_icon.gif"/>
    <icon kind="splash" href="mauve_logo.png"/>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.4+" java-vm-args="-Xmx500m"/>
    <jar href="Mauve.jar"/>
    <!-- begin auto-generated section -->
    @RESOURCES@
    <!-- end auto-generated section -->
	<property name="mauve.enable.remote" value="any_value_means_yes" />
  </resources>
  <application-desc main-class="org.gel.mauve.gui.Mauve">
    <!-- begin auto-generated section -->
  	@ARGUMENTS@
    <!-- end auto-generated section -->
  </application-desc>
</jnlp>