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

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

#
MSBuild | 54 lines | 44 code | 10 blank | 0 comment | 0 complexity | a1a0de7e87792aaa4545ece5b2635e1c 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=4.1pre5
  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. # Each component must have a name, a size, and a 'fileset'. The fileset is the
  14. # name of a resource, relative to the root of the JAR, where the list of files
  15. # is stored, newline delimited
  16. comp.count=5
  17. comp.0.name=jEdit text editor
  18. <<<<<<< install.props
  19. comp.0.disk-size=3440
  20. comp.0.real-size=2640
  21. =======
  22. comp.0.disk-size=3468
  23. comp.0.real-size=2667
  24. >>>>>>> 1.29
  25. comp.0.fileset=jedit-program
  26. comp.1.name=Default set of macros (highly recommended)
  27. comp.1.disk-size=164
  28. comp.1.real-size=114
  29. comp.1.fileset=jedit-macros
  30. comp.2.name=Improved Windows integration (jEditLauncher)
  31. comp.2.disk-size=364
  32. comp.2.real-size=361
  33. comp.2.fileset=jedit-windows
  34. comp.2.os=Windows
  35. comp.3.name=Improved MacOS integration
  36. comp.3.disk-size=4
  37. comp.3.real-size=4
  38. comp.3.fileset=jedit-mac
  39. comp.3.os=MacOS
  40. comp.4.name=OS/2 start script
  41. comp.4.disk-size=4
  42. comp.4.real-size=2
  43. comp.4.fileset=jedit-os2
  44. comp.4.os=HalfAnOS