您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ant.properties.sample 454 B

1234567891011121314
  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