* no longer supported

This commit is contained in:
Reinhard Pointner 2011-11-28 10:53:49 +00:00
parent 373b0c2662
commit 5d5f52da69
1 changed files with 0 additions and 46 deletions

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.sfv.jnlp">
<information>
<title>Simple File Verification</title>
<vendor>rednoah</vendor>
<homepage href="http://sourceforge.net/projects/filebot/" />
<icon href="sfv48.png" width="48" height="48" />
<icon href="sfv32.png" width="32" height="32" />
<icon href="sfv16.png" width="16" height="16" />
<icon href="sfv.ico" kind="shortcut" />
<association extensions="sfv" mime-type="text/x-extension-sfv">
<description>sfv file</description>
<icon href="sfv.ico" />
</association>
<association extensions="md5" mime-type="text/x-extension-md5">
<description>md5sum file</description>
<icon href="sfv.ico" />
</association>
<association extensions="sha" mime-type="text/x-extension-sha">
<description>sha1sum file</description>
<icon href="sfv.ico" />
</association>
<offline-allowed />
</information>
<security>
<all-permissions />
</security>
<resources>
<property name="application.deployment" value="webstart" />
<property name="jnlp.packEnabled" value="true" />
<java version="1.6+" max-heap-size="256m" />
<jar href="filebot.jar" main="true" />
<extension name="lib" href="filebot.lib.jnlp" />
</resources>
<application-desc main-class="net.sourceforge.filebot.Main">
<argument>--sfv</argument>
</application-desc>
</jnlp>