1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* update jnlp descriptors

This commit is contained in:
Reinhard Pointner 2009-10-15 15:17:14 +00:00
parent 36ad3d826d
commit d841b76fc4
3 changed files with 5 additions and 16 deletions

View File

@ -3,7 +3,7 @@
<information>
<title>FileBot</title>
<vendor>rednoah</vendor>
<homepage href="http://sourceforge.net/projects/filebot/" />
<homepage href="http://filebot.sourceforge.net" />
<description>A cross-platform tool for tv renaming, subtitle download and file verification</description>
<icon href="nosplash.png" kind="splash" />
@ -12,16 +12,9 @@
<icon href="icon16.png" width="16" height="16" />
<icon href="shortcut.ico" kind="shortcut" />
<shortcut>
<desktop />
<menu />
</shortcut>
<offline-allowed />
</information>
<update check="timeout" policy="always" />
<security>
<all-permissions />
</security>
@ -31,6 +24,7 @@
<java version="1.6+" max-heap-size="256m" />
<jar href="filebot.jar" main="true" />
<extension name="lib" href="filebot.lib.jnlp" />
</resources>

View File

@ -7,8 +7,6 @@
<offline-allowed />
</information>
<update check="timeout" policy="always" />
<resources>
<property name="jnlp.packEnabled" value="true" />
@ -20,12 +18,10 @@
<jar href="simmetrics.jar" />
<jar href="args4j.jar" />
<jar href="jna.jar" />
<jar href="js-engine.jar" />
<jar href="js.jar" />
<jar href="groovy.jar" />
<jar href="junrar-custom.jar" />
<jar href="sublight-ws.jar" />
<jar href="xmlrpc-client.jar" />
<jar href="commons-logging.jar" />
<jar href="xmlrpc.jar" />
</resources>
<component-desc />

View File

@ -27,8 +27,6 @@
<offline-allowed />
</information>
<update check="background" policy="always" />
<security>
<all-permissions />
</security>
@ -38,6 +36,7 @@
<java version="1.6+" max-heap-size="256m" />
<jar href="filebot.jar" main="true" />
<extension name="lib" href="filebot.lib.jnlp" />
</resources>