Desktop tool for browsing account info from EVE-Online
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 2.4KB

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