project.properties
上传用户:qingshan
上传日期:2022-03-24
资源大小:9089k
文件大小:2k
源码类别:

Ajax

开发平台:

Java

  1. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
  2. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
  3. auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
  4. build.classes.dir=${build.web.dir}/WEB-INF/classes
  5. build.classes.excludes=**/*.java,**/*.form
  6. build.dir=build
  7. build.generated.dir=${build.dir}/generated
  8. build.test.classes.dir=${build.dir}/test/classes
  9. build.test.results.dir=${build.dir}/test/results
  10. build.web.dir=${build.dir}/web
  11. build.web.excludes=${build.classes.excludes}
  12. client.urlPart=
  13. compile.jsps=false
  14. conf.dir=${source.root}/conf
  15. debug.classpath=${build.classes.dir}:${javac.classpath}
  16. debug.test.classpath=
  17.     ${run.test.classpath}
  18. display.browser=true
  19. dist.dir=dist
  20. dist.ear.war=${dist.dir}/${war.ear.name}
  21. dist.javadoc.dir=${dist.dir}/javadoc
  22. dist.war=${dist.dir}/${war.name}
  23. excludes=
  24. includes=**
  25. j2ee.deploy.on.save=true
  26. j2ee.platform=1.5
  27. j2ee.server.type=Tomcat60
  28. jar.compress=false
  29. javac.classpath=
  30.     ${libs.hibernate-persistence.classpath}
  31. # Space-separated list of extra javac options
  32. javac.compilerargs=
  33. javac.debug=true
  34. javac.deprecation=false
  35. javac.source=1.5
  36. javac.target=1.5
  37. javac.test.classpath=
  38.     ${javac.classpath}:
  39.     ${build.classes.dir}:
  40.     ${libs.junit.classpath}:
  41.     ${libs.junit_4.classpath}
  42. javadoc.additionalparam=
  43. javadoc.author=false
  44. javadoc.encoding=${source.encoding}
  45. javadoc.noindex=false
  46. javadoc.nonavbar=false
  47. javadoc.notree=false
  48. javadoc.preview=true
  49. javadoc.private=false
  50. javadoc.splitindex=true
  51. javadoc.use=true
  52. javadoc.version=false
  53. javadoc.windowtitle=
  54. jspcompilation.classpath=${jspc.classpath}:${javac.classpath}
  55. lib.dir=${web.docbase.dir}/WEB-INF/lib
  56. persistence.xml.dir=${conf.dir}
  57. platform.active=default_platform
  58. resource.dir=setup
  59. run.test.classpath=
  60.     ${javac.test.classpath}:
  61.     ${build.test.classes.dir}
  62. # Space-separated list of JVM arguments used when running a class with a main method or a unit test
  63. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
  64. runmain.jvmargs=
  65. source.encoding=UTF-8
  66. source.root=src
  67. src.dir=${source.root}/java
  68. test.src.dir=test
  69. war.content.additional=
  70. war.ear.name=Store_app.war
  71. war.name=Store_app.war
  72. web.docbase.dir=web
  73. webinf.dir=web/WEB-INF