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

project.properties 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. endorsed.classpath=
  2. file.reference.junit-4.8.1.jar=lib/junit-4.8.1.jar
  3. file.reference.mockito-all-1.8.2.jar=lib/mockito-all-1.8.2.jar
  4. jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
  5. project.license=dmdirc
  6. application.title=DMDirc
  7. application.vendor=chris
  8. build.generated.sources.dir=${build.dir}/generated-sources
  9. doccheck.path=doccheck.jar
  10. doccheck.dir=reports/doccheck/
  11. # application.args=
  12. build.classes.dir=${build.dir}/classes
  13. build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh
  14. # This directory is removed when the project is cleaned:
  15. build.dir=build
  16. build.generated.dir=${build.dir}/generated
  17. # Only compile against the classpath explicitly listed here:
  18. build.sysclasspath=ignore
  19. build.test.classes.dir=${build.dir}/test/classes
  20. build.test.results.dir=${build.dir}/test/results
  21. # This directory is removed when the project is cleaned:
  22. dist.dir=dist
  23. dist.jar=${dist.dir}/DMDirc.jar
  24. dist.javadoc.dir=${dist.dir}/javadoc
  25. dist.jar.excludes=com/dmdirc/addons/**
  26. excludes=
  27. includes=**
  28. jar.compress=false
  29. # Space-separated list of extra javac options
  30. javac.compilerargs=-Xlint:all -Xmaxerrs 1000
  31. javac.deprecation=true
  32. javac.source=1.6
  33. javac.target=1.6
  34. javadoc.additionalparam=-overview ${main.src.dir}/overview.html
  35. javadoc.author=false
  36. javadoc.encoding=
  37. javadoc.noindex=false
  38. javadoc.nonavbar=false
  39. javadoc.notree=false
  40. javadoc.private=false
  41. javadoc.splitindex=true
  42. javadoc.use=true
  43. javadoc.version=false
  44. javadoc.windowtitle=DMDirc
  45. main.class=com.dmdirc.Main
  46. manifest.file=manifest.mf
  47. meta.inf.dir=${main.src.dir}/META-INF
  48. platform.active=default_platform
  49. # Space-separated list of JVM arguments used when running the project
  50. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  51. # or test-sys-prop.name=value to set system properties for unit tests):
  52. run.jvmargs=
  53. main.src.dir=src
  54. parser.src.dir=modules/parser/src
  55. plugins.src.dir=modules/plugins/src
  56. main.test.dir=test
  57. parser.test.dir=modules/parser/test
  58. plugins.test.dir=modules/plugins/test
  59. # Classpaths
  60. # The plugin libraries are automatically added at compile time by the javac
  61. # task.
  62. # However netbeans fails miserably at understanding this in the IDE, so we
  63. # have the private.classpath variable that can be defined by the user in
  64. # private.properties that contains any jars they need to satisfy netbeans
  65. # suckiness.
  66. # Without this parameter, everything will still compile, but netbeans won't
  67. # know about any files it isn't explicitly told about, and will show code as
  68. # errors.
  69. javac.classpath=${private.classpath}
  70. javac.test.classpath=\
  71. ${javac.classpath}:\
  72. ${build.classes.dir}:\
  73. ${file.reference.junit-4.8.1.jar}:\
  74. ${file.reference.mockito-all-1.8.2.jar}
  75. run.classpath=\
  76. ${javac.classpath}:\
  77. ${build.classes.dir}
  78. run.test.classpath=\
  79. ${javac.test.classpath}:\
  80. ${build.test.classes.dir}:\
  81. ${file.reference.junit-4.8.1.jar}:\
  82. ${file.reference.mockito-all-1.8.2.jar}
  83. debug.classpath=\
  84. ${run.classpath}
  85. debug.test.classpath=\
  86. ${run.test.classpath}