reversound/src/JNLP/Reversound.jnlp
gaugendre 6b4ec42c01 adding code
Switching from INSA svn to GitHub
2014-06-11 15:35:06 +02:00

21 lines
636 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://crocmagnon.github.io/reversound" href="Reversound.jnlp">
<information>
<title>Reversound</title>
<vendor>Gabriel Augendre</vendor>
<offline-allowed/>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.8+"/>
<jar href="Reversound.jar"
main="true" download="eager"/>
</resources>
<security>
<all-permissions />
</security>
<application-desc
name="Reversound"
main-class="gui.MainWindow">
</application-desc>
</jnlp>