/jEdit/tags/jedit-4-0-pre3/jedit.jnlp

# · Unknown · 31 lines · 24 code · 7 blank · 0 comment · 0 complexity · e5e477e3675ed013ec509c6d784ecec1 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <jnlp spec="1.0+" codebase="file:///home/slava/"
  3. href="file:///home/slava/jEdit/jedit.jnlp">
  4. <information>
  5. <title>jEdit</title>
  6. <vendor>Slava Pestov</vendor>
  7. <homepage href="http://www.jedit.org" />
  8. <description>jEdit is a programmer's text editor that can be made into a
  9. rather powerful IDE by installing various plugins.</description>
  10. <description kind="short">jEdit is a powerful programmer's text
  11. editor.</description>
  12. <description kind="tooltip">jEdit text editor</description>
  13. <offline-allowed />
  14. </information>
  15. <resources>
  16. <j2se version="1.2+" />
  17. <jar href="jedit40pre2webstart.jar" />
  18. <jar href="jedit40pre2webstart_aux1.jar" />
  19. </resources>
  20. <security>
  21. <all-permissions />
  22. </security>
  23. <application-desc main-class="org.gjt.sp.jedit.jEdit" />
  24. </jnlp>