project.properties
上传用户:xinkaifrp
上传日期:2021-05-08
资源大小:372k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Java

  1. build.classes.dir=${build.dir}/classes
  2. build.classes.excludes=**/*.java,**/*.form
  3. # This directory is removed when the project is cleaned:
  4. build.dir=build
  5. build.generated.dir=${build.dir}/generated
  6. # Only compile against the classpath explicitly listed here:
  7. build.sysclasspath=ignore
  8. build.test.classes.dir=${build.dir}/test/classes
  9. build.test.results.dir=${build.dir}/test/results
  10. # Uncomment to specify the preferred debugger connection transport:
  11. #debug.transport=dt_socket
  12. debug.classpath=
  13.     ${run.classpath}
  14. debug.test.classpath=
  15.     ${run.test.classpath}
  16. # This directory is removed when the project is cleaned:
  17. dist.dir=dist
  18. dist.jar=${dist.dir}/myfinancing.jar
  19. dist.javadoc.dir=${dist.dir}/javadoc
  20. excludes=
  21. file.reference.jtds-1.2.2.jar=lib/jtds-1.2.2.jar
  22. includes=**
  23. jar.compress=false
  24. javac.classpath=
  25.     ${file.reference.jtds-1.2.2.jar}
  26. # Space-separated list of extra javac options
  27. javac.compilerargs=
  28. javac.deprecation=false
  29. javac.source=1.5
  30. javac.target=1.5
  31. javac.test.classpath=
  32.     ${javac.classpath}:
  33.     ${build.classes.dir}:
  34.     ${libs.junit.classpath}:
  35.     ${libs.junit_4.classpath}
  36. javadoc.additionalparam=
  37. javadoc.author=false
  38. javadoc.encoding=${source.encoding}
  39. javadoc.noindex=false
  40. javadoc.nonavbar=false
  41. javadoc.notree=false
  42. javadoc.private=false
  43. javadoc.splitindex=true
  44. javadoc.use=true
  45. javadoc.version=false
  46. javadoc.windowtitle=
  47. main.class=com.financing.Main
  48. manifest.file=manifest.mf
  49. meta.inf.dir=${src.dir}/META-INF
  50. platform.active=default_platform
  51. run.classpath=
  52.     ${javac.classpath}:
  53.     ${build.classes.dir}
  54. # Space-separated list of JVM arguments used when running the project
  55. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  56. # or test-sys-prop.name=value to set system properties for unit tests):
  57. run.jvmargs=
  58. run.test.classpath=
  59.     ${javac.test.classpath}:
  60.     ${build.test.classes.dir}
  61. source.encoding=UTF-8
  62. src.dir=src
  63. test.src.dir=test