Skip to content
Snippets Groups Projects
Commit 47d3e7eb authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

remove jnlp

parent 89af9af7
No related branches found
No related tags found
No related merge requests found
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment