/tags/1.0.1/luke.jnlp
Unknown | 18 lines | 18 code | 0 blank | 0 comment | 0 complexity | bab79d9f48ea351967c569d9a19e0e19 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<jnlp spec="1.0+" codebase="http://www.getopt.org/luke" href="luke.jnlp"> 3 <information> 4 <title>Luke - Lucene Index Toolbox</title> 5 <vendor>Andrzej Bialecki</vendor> 6 <homepage href="http://www.getopt.org/luke" /> 7 <description>Lucene Index Toolbox</description> 8 <icon href="luke.gif"/> 9 </information> 10 <security> 11 <all-permissions/> 12 </security> 13 <resources> 14 <j2se version="1.5+" /> 15 <jar href="lukeall-1.0.1.jar" /> 16 </resources> 17 <application-desc main-class="org.getopt.luke.Luke" /> 18</jnlp>