launcher.properties 1.3 KB

1234567891011121314151617181920212223
  1. #
  2. # Properties for the LauncherBootstrap class
  3. #
  4. # This file contains the following configurable properties:
  5. # - ant.class.path - This property is a ":" separated list of the URL file
  6. # fragments where the Ant classes are located. The list must include a JAXP
  7. # compliant XML parser if you are not using Java(TM) SE 1.4 or higher.
  8. #
  9. # Important notes:
  10. # - Relative URL file fragments, such as "../lib", are supported and strongly
  11. # encouraged as absolute files prevent cross platform distribution.
  12. # - URL file fragments are the portions of a URL after the "file:" string.
  13. # This means that you must use "/" characters as directory separators on
  14. # all platforms. Also, ":" characters in a file fragment, such as in drive
  15. # portion of absolute Windows files, must be URL encoded as "%3A". Lastly,
  16. # directories must have a "/" character at the end.
  17. # - All relative URL file fragments in the above properties will be resolved
  18. # using the URL of the directory that the LauncherBootstrap class was
  19. # loaded from, not the current working directory. This ensures that the
  20. # LauncherBootstrap class can properly resolve the files without regard to
  21. # the current working directory.
  22. #
  23. ant.class.path=../common/lib/ant.jar:../common/lib/ant-launcher.jar:../common/endorsed/xercesImpl.jar:../common/endorsed/xml-apis.jar