remove jnlp
This commit is contained in:
parent
89af9af731
commit
47d3e7eb6a
1 changed files with 0 additions and 21 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue