PageRenderTime 157ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Unknown | 31 lines | 24 code | 7 blank | 0 comment | 0 complexity | e5e477e3675ed013ec509c6d784ecec1 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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>