remove jnlp

This commit is contained in:
Shinsuke Sugaya 2015-12-20 21:30:02 +09:00
parent 89af9af731
commit 47d3e7eb6a

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="">
<information>
<title>File Launcer</title>
<vendor>Fess Project</vendor>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
<jar href="${launcherJarFile}" main="true" />
</resources>
<applet-desc
name="File Launcer"
main-class="FileLauncher"
width="400"
height="40">
</applet-desc>
<update check="background"/>
</jnlp>