home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Software / vyzkuste / jedit / jedit42pre7install.jar / installer / install.props < prev    next >
Text File  |  2003-12-01  |  1KB  |  60 lines

  1. ###
  2. ### Installation settings
  3. ###
  4.  
  5. # Program name
  6. app.name=jEdit
  7.  
  8. # Program version
  9. app.version=4.2pre7
  10.  
  11. # Info to display on first page of installer
  12. app.readme=readme.html
  13.  
  14. # License to show on second page
  15. app.license.title=GNU General Public License
  16. app.license=gpl.html
  17.  
  18. # OS-specific stuff
  19. ostask.unix-script.label=Install shortcut in:
  20. ostask.unix-man.label=Install manual page in:
  21. ostask.unix-man.manpage=jedit.1
  22.  
  23. # Each component must have a name, a size, and a 'fileset'. The fileset is the
  24. # name of a resource, relative to the root of the JAR, where the list of files
  25. # is stored, newline delimited
  26. comp.count=6
  27.  
  28. comp.0.name=jEdit text editor
  29. comp.0.disk-size=6288
  30. comp.0.real-size=5348
  31. comp.0.fileset=jedit-program
  32.  
  33. comp.1.name=Default set of macros (highly recommended)
  34. comp.1.disk-size=248
  35. comp.1.real-size=161
  36. comp.1.fileset=jedit-macros
  37.  
  38. comp.2.name=API documentation (for macro and plugin development)
  39. comp.2.disk-size=9048
  40. comp.2.real-size=8326
  41. comp.2.fileset=jedit-api
  42.  
  43. comp.3.name=Windows desktop integration (jEditLauncher)
  44. comp.3.disk-size=400
  45. comp.3.real-size=361
  46. comp.3.fileset=jedit-windows
  47. comp.3.os=Windows
  48.  
  49. comp.4.name=MacOS desktop integration
  50. comp.4.disk-size=28
  51. comp.4.real-size=125
  52. comp.4.fileset=jedit-mac
  53. comp.4.os=MacOS
  54.  
  55. comp.5.name=OS/2 start script
  56. comp.5.disk-size=4
  57. comp.5.real-size=2
  58. comp.5.fileset=jedit-os2
  59. comp.5.os=HalfAnOS
  60.