home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / main.bin / Bundler.properties < prev    next >
Encoding:
Text File  |  1998-03-02  |  2.1 KB  |  66 lines

  1. # - example Bundler.properties file (3.1.0).
  2. # - All of the entries are commented out & refer to their default
  3. #   values.  To change a setting you need to uncomment the line
  4. #   and set the value.
  5.  
  6. # - Turn on the debug logging.
  7. # Debug=false
  8.  
  9. # - The debug file to write to.
  10. # DebugLog=C:/Debug.log
  11.  
  12. # - Fail when a build gives warnings
  13. # TestSJOutput=true
  14.  
  15. # - Keep the intermediate files that the JAR Packager generates
  16. #   - bundler.dar
  17. #   - bundler.rsp
  18. # KeepFiles=false
  19.  
  20. # - Save the included/excluded class lists.
  21. # PersistData=false
  22.  
  23. # - Display the JAR Packager version number
  24. # DisplayVersion=true
  25.  
  26. # - Include files that come for JAR/ZIP files for Debug builds.
  27. # IgnoreArchivesInDebug=true
  28.  
  29. # - Include files that come for JAR/ZIP files Final builds.
  30. # IgnoreArchivesInRelease=false
  31.  
  32. # - Include swing classes - effects all Swing options.
  33. # - If the IgnoreArchivesIn??? flag is true then Swing
  34. #   is excluded regardless.
  35. # Swing.include=true
  36.  
  37. # - Where to look for the swing JAR files.
  38. # - You only need to set this if your JFC files are not
  39. #   located in the <VisualCafeInstall>\jfc directory.
  40. # Swing.home=c:/jars
  41.  
  42. # - Show dialog of LAFs to select from.
  43. # - Auto JAR does not use this.
  44. # Swing.promptForLAFs=true
  45.  
  46. # - The defualt swing LAFs to include.
  47. # - Included in JAR if no prompt; checked on dialog if prompt.
  48. # - Auto JAR will use these.
  49. # - The entries must be listed in the SwingLAFs section.
  50. # Swing.defaultLAFs=metal,motif
  51.  
  52. # - The required look and feels.
  53. # Swing.mandatory.LAFs=plaf,basic
  54. # Swing.mandatory.LAF.plaf=swingall.jar
  55. # Swing.mandatory.LAF.plaf.base=com/sun/java/swing/plaf
  56. # Swing.mandatory.LAF.basic=swingall.jar
  57. # Swing.mandatory.LAF.basic.base=com/sun/java/swing/plaf/basic
  58.  
  59. # - The optional look and feels.
  60. # Swing.LAFs=metal,motif,windows
  61. # Swing.LAF.metal=swingall.jar
  62. # Swing.LAF.metal.base=com/sun/java/swing/plaf/metal
  63. # Swing.LAF.motif=swingall.jar
  64. # Swing.LAF.motif.base=com/sun/java/swing/plaf/motif
  65. # Swing.LAF.windows=swingall.jar
  66. # Swing.LAF.windows.base=com/sun/java/swing/plaf/windows