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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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.jdom.jar=lib/jdom.jar
  27. file.reference.junit-4.5.jar=lib/junit-4.5.jar
  28. file.reference.miglayout-3.6.2.jar=lib/miglayout-3.6.2.jar
  29. file.reference.saxpath.jar=lib/saxpath.jar
  30. file.reference.xalan.jar=lib/xalan.jar
  31. file.reference.xerces.jar=lib/xerces.jar
  32. file.reference.xml-apis.jar=lib/xml-apis.jar
  33. includes=**
  34. jar.compress=true
  35. javac.classpath=\
  36. ${file.reference.jaxen-core.jar}:\
  37. ${file.reference.jaxen-jdom.jar}:\
  38. ${file.reference.saxpath.jar}:\
  39. ${file.reference.xalan.jar}:\
  40. ${file.reference.xerces.jar}:\
  41. ${file.reference.xml-apis.jar}:\
  42. ${file.reference.derby.jar}:\
  43. ${file.reference.jdom.jar}:\
  44. ${file.reference.miglayout-3.6.2.jar}
  45. # Space-separated list of extra javac options
  46. javac.compilerargs=
  47. javac.deprecation=false
  48. javac.source=1.5
  49. javac.target=1.5
  50. javac.test.classpath=\
  51. ${javac.classpath}:\
  52. ${build.classes.dir}:\
  53. ${file.reference.junit-4.5.jar}
  54. javadoc.additionalparam=
  55. javadoc.author=false
  56. javadoc.encoding=${source.encoding}
  57. javadoc.noindex=false
  58. javadoc.nonavbar=false
  59. javadoc.notree=false
  60. javadoc.private=false
  61. javadoc.splitindex=true
  62. javadoc.use=true
  63. javadoc.version=false
  64. javadoc.windowtitle=
  65. main.class=uk.co.md87.evetool.Main
  66. manifest.file=manifest.mf
  67. meta.inf.dir=${src.dir}/META-INF
  68. platform.active=default_platform
  69. run.classpath=\
  70. ${javac.classpath}:\
  71. ${build.classes.dir}
  72. # Space-separated list of JVM arguments used when running the project
  73. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  74. # or test-sys-prop.name=value to set system properties for unit tests):
  75. run.jvmargs=
  76. run.test.classpath=\
  77. ${javac.test.classpath}:\
  78. ${build.test.classes.dir}
  79. source.encoding=UTF-8
  80. src.dir=src
  81. test.src.dir=test