/jEdit/tags/jedit-4-0-pre3/jedit.jnlp
# · Unknown · 31 lines · 24 code · 7 blank · 0 comment · 0 complexity · e5e477e3675ed013ec509c6d784ecec1 MD5 · raw file
- <?xml version="1.0"?>
- <jnlp spec="1.0+" codebase="file:///home/slava/"
- href="file:///home/slava/jEdit/jedit.jnlp">
- <information>
- <title>jEdit</title>
- <vendor>Slava Pestov</vendor>
- <homepage href="http://www.jedit.org" />
- <description>jEdit is a programmer's text editor that can be made into a
- rather powerful IDE by installing various plugins.</description>
- <description kind="short">jEdit is a powerful programmer's text
- editor.</description>
- <description kind="tooltip">jEdit text editor</description>
- <offline-allowed />
- </information>
- <resources>
- <j2se version="1.2+" />
- <jar href="jedit40pre2webstart.jar" />
- <jar href="jedit40pre2webstart_aux1.jar" />
- </resources>
- <security>
- <all-permissions />
- </security>
- <application-desc main-class="org.gjt.sp.jedit.jEdit" />
- </jnlp>