* update jnlp descriptors
This commit is contained in:
parent
36ad3d826d
commit
d841b76fc4
|
@ -3,7 +3,7 @@
|
||||||
<information>
|
<information>
|
||||||
<title>FileBot</title>
|
<title>FileBot</title>
|
||||||
<vendor>rednoah</vendor>
|
<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>
|
<description>A cross-platform tool for tv renaming, subtitle download and file verification</description>
|
||||||
|
|
||||||
<icon href="nosplash.png" kind="splash" />
|
<icon href="nosplash.png" kind="splash" />
|
||||||
|
@ -12,16 +12,9 @@
|
||||||
<icon href="icon16.png" width="16" height="16" />
|
<icon href="icon16.png" width="16" height="16" />
|
||||||
<icon href="shortcut.ico" kind="shortcut" />
|
<icon href="shortcut.ico" kind="shortcut" />
|
||||||
|
|
||||||
<shortcut>
|
|
||||||
<desktop />
|
|
||||||
<menu />
|
|
||||||
</shortcut>
|
|
||||||
|
|
||||||
<offline-allowed />
|
<offline-allowed />
|
||||||
</information>
|
</information>
|
||||||
|
|
||||||
<update check="timeout" policy="always" />
|
|
||||||
|
|
||||||
<security>
|
<security>
|
||||||
<all-permissions />
|
<all-permissions />
|
||||||
</security>
|
</security>
|
||||||
|
@ -31,6 +24,7 @@
|
||||||
|
|
||||||
<java version="1.6+" max-heap-size="256m" />
|
<java version="1.6+" max-heap-size="256m" />
|
||||||
<jar href="filebot.jar" main="true" />
|
<jar href="filebot.jar" main="true" />
|
||||||
|
|
||||||
<extension name="lib" href="filebot.lib.jnlp" />
|
<extension name="lib" href="filebot.lib.jnlp" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<offline-allowed />
|
<offline-allowed />
|
||||||
</information>
|
</information>
|
||||||
|
|
||||||
<update check="timeout" policy="always" />
|
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<property name="jnlp.packEnabled" value="true" />
|
<property name="jnlp.packEnabled" value="true" />
|
||||||
|
|
||||||
|
@ -20,12 +18,10 @@
|
||||||
<jar href="simmetrics.jar" />
|
<jar href="simmetrics.jar" />
|
||||||
<jar href="args4j.jar" />
|
<jar href="args4j.jar" />
|
||||||
<jar href="jna.jar" />
|
<jar href="jna.jar" />
|
||||||
<jar href="js-engine.jar" />
|
<jar href="groovy.jar" />
|
||||||
<jar href="js.jar" />
|
|
||||||
<jar href="junrar-custom.jar" />
|
<jar href="junrar-custom.jar" />
|
||||||
<jar href="sublight-ws.jar" />
|
<jar href="sublight-ws.jar" />
|
||||||
<jar href="xmlrpc-client.jar" />
|
<jar href="xmlrpc.jar" />
|
||||||
<jar href="commons-logging.jar" />
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<component-desc />
|
<component-desc />
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
<offline-allowed />
|
<offline-allowed />
|
||||||
</information>
|
</information>
|
||||||
|
|
||||||
<update check="background" policy="always" />
|
|
||||||
|
|
||||||
<security>
|
<security>
|
||||||
<all-permissions />
|
<all-permissions />
|
||||||
</security>
|
</security>
|
||||||
|
@ -38,6 +36,7 @@
|
||||||
|
|
||||||
<java version="1.6+" max-heap-size="256m" />
|
<java version="1.6+" max-heap-size="256m" />
|
||||||
<jar href="filebot.jar" main="true" />
|
<jar href="filebot.jar" main="true" />
|
||||||
|
|
||||||
<extension name="lib" href="filebot.lib.jnlp" />
|
<extension name="lib" href="filebot.lib.jnlp" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue