PageRenderTime 32ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/installer/install.props

#
MSBuild | 59 lines | 47 code | 12 blank | 0 comment | 0 complexity | cf0e1c2a6968f49ca2ee86b586d90ab8 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. ###
  2. ### Installation settings
  3. ###
  4. # Program name
  5. app.name=jEdit
  6. # Program version
  7. app.version=@jedit.version@
  8. # Info to display on first page of installer
  9. app.readme=readme.html
  10. # License to show on second page
  11. app.license.title=GNU General Public License
  12. app.license=gpl.html
  13. # OS-specific stuff
  14. ostask.unix-script.label=Install shortcut in:
  15. ostask.unix-man.label=Install manual page in:
  16. ostask.unix-man.manpage=jedit.1
  17. # Each component must have a name, a size, and a 'fileset'. The fileset is the
  18. # name of a resource, relative to the root of the JAR, where the list of files
  19. # is stored, newline delimited
  20. comp.count=5
  21. comp.0.name=jEdit text editor
  22. comp.0.disk-size=7128
  23. comp.0.real-size=6127
  24. comp.0.fileset=jedit-program
  25. comp.1.name=Default set of macros (highly recommended)
  26. comp.1.disk-size=332
  27. comp.1.real-size=186
  28. comp.1.fileset=jedit-macros
  29. comp.2.name=API documentation (for macro and plugin development)
  30. comp.2.disk-size=10496
  31. comp.2.real-size=9658
  32. comp.2.fileset=jedit-api
  33. #comp.3.name=Windows desktop integration (jEditLauncher)
  34. #comp.3.disk-size=400
  35. #comp.3.real-size=361
  36. #comp.3.fileset=jedit-windows
  37. #comp.3.os=Windows
  38. comp.3.name=MacOS desktop integration
  39. comp.3.disk-size=36
  40. comp.3.real-size=32
  41. comp.3.fileset=jedit-mac
  42. comp.3.os=MacOS
  43. comp.4.name=OS/2 start script
  44. comp.4.disk-size=4
  45. comp.4.real-size=2
  46. comp.4.fileset=jedit-os2
  47. comp.4.os=HalfAnOS