Browse Source

remove jnlp

Shinsuke Sugaya 9 years ago
parent
commit
47d3e7eb6a
1 changed files with 0 additions and 21 deletions
  1. 0 21
      src/main/webapp/WEB-INF/orig/jnlp/fess-launcher.jnlp

+ 0 - 21
src/main/webapp/WEB-INF/orig/jnlp/fess-launcher.jnlp

@@ -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>