PageRenderTime 35ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-5-pre1/installer/install.props

#
MSBuild | 66 lines | 53 code | 13 blank | 0 comment | 1 complexity | 5d741b14852623cf8cf1caa0536d332e 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=6
  21. comp.0.name=jEdit text editor
  22. comp.0.disk-size=@jedit-program.disksize@
  23. comp.0.real-size=@jedit-program.realsize@
  24. comp.0.fileset=jedit-program
  25. comp.1.name=Default set of macros (highly recommended)
  26. comp.1.disk-size=@jedit-macros.disksize@
  27. comp.1.real-size=@jedit-macros.realsize@
  28. comp.1.fileset=jedit-macros
  29. comp.2.name=API documentation (for macro and plugin development)
  30. comp.2.disk-size=@jedit-api.disksize@
  31. comp.2.real-size=@jedit-api.realsize@
  32. comp.2.fileset=jedit-api
  33. comp.3.name=Windows EXE launcher
  34. comp.3.disk-size=@jedit-windows.disksize@
  35. comp.3.real-size=@jedit-windows.realsize@
  36. comp.3.fileset=jedit-windows
  37. comp.3.os=Windows
  38. comp.4.name=MacOS desktop integration
  39. comp.4.disk-size=@jedit-mac.disksize@
  40. comp.4.real-size=@jedit-mac.realsize@
  41. comp.4.fileset=jedit-mac
  42. comp.4.os=MacOS
  43. comp.5.name=OS/2 start script
  44. comp.5.disk-size=@jedit-os2.disksize@
  45. comp.5.real-size=@jedit-os2.realsize@
  46. comp.5.fileset=jedit-os2
  47. comp.5.os=HalfAnOS
  48. dir.null=Empty directory: will NOT be installed
  49. dir.not-empty=Target directory exists and is not empty
  50. dir.not-directory=Target is NOT a directory, can't install
  51. dir.relative=Relative directory, translated to :
  52. dir.relative-cant-resolve=Can't resolve relative directory !
  53. dir.not-exist=Target directory doesn't exist (we will create it for you)