home *** CD-ROM | disk | FTP | other *** search
/ USGS: Java programs for …ormace during earthquakes / OFR03_005.iso / install.jar / installer / install.props < prev    next >
Encoding:
Text File  |  2003-10-04  |  1.1 KB  |  48 lines

  1. ###
  2. ### Installation settings
  3. ###
  4.  
  5. # Program name
  6. app.name=Newmark
  7.  
  8. # Info to display on first page of installer
  9. app.readme=readme.html
  10.  
  11. # License to show on second page
  12. app.license.title=GNU General Public License
  13. app.license=gpl.html
  14.  
  15. # Each component must have a name, a size, and a 'fileset'. The fileset is the
  16. # name of a resource, relative to the root of the JAR, where the list of files
  17. # is stored, newline delimited
  18. comp.count=5
  19.  
  20. comp.0.name=Newmark program (check *ONLY* on initial install)
  21. comp.0.disk-size=2016
  22. comp.0.real-size=1861
  23. comp.0.fileset=newmark-program
  24.  
  25. comp.1.name=California records
  26. comp.1.disk-size=75484
  27. comp.1.real-size=72787
  28. comp.1.fileset=newmark-eq-california
  29. comp.1.sql=eq-california.sql
  30.  
  31. comp.2.name=Other US records
  32. comp.2.disk-size=22504
  33. comp.2.real-size=22136
  34. comp.2.fileset=newmark-eq-otherus
  35. comp.2.sql=eq-otherus.sql
  36.  
  37. comp.3.name=International records
  38. comp.3.disk-size=15460
  39. comp.3.real-size=15244
  40. comp.3.fileset=newmark-eq-international
  41. comp.3.sql=eq-international.sql
  42.  
  43. comp.4.name=Chi-Chi, Taiwan earthquake records
  44. comp.4.disk-size=224320
  45. comp.4.real-size=223043
  46. comp.4.fileset=newmark-eq-chichi
  47. comp.4.sql=eq-chichi.sql
  48.