You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ant.properties.sample 602 B

1234567891011121314151617
  1. # This file is a sample .ant.properties file used for building ant.
  2. # Modify it for your own needs and copy it to .ant.properties
  3. #
  4. # <-- starts a comment
  5. # If you wanted to use the better than average jikes compiler uncomment next line
  6. # build.compiler=jikes
  7. # build.compiler.warnings=true
  8. # build.compiler.pedantic=true
  9. # build.compiler.depend=true
  10. # If you want to use non-standard jars then edit following lines
  11. # jar.junit=/path/to/my/junit.jar
  12. # Next line only needs to be given if jar.parser does not contain jaxp.jar files
  13. # jar.jaxp=/path/to/my/jaxp.jar
  14. # jar.parser=/path/to/my/xerces.jar