Context-detection API for Android developed as a university project
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

project.properties 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. application.title=Extractor
  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. build.generated.sources.dir=${build.dir}/generated-sources
  9. # Only compile against the classpath explicitly listed here:
  10. build.sysclasspath=ignore
  11. build.test.classes.dir=${build.dir}/test/classes
  12. build.test.results.dir=${build.dir}/test/results
  13. # Uncomment to specify the preferred debugger connection transport:
  14. #debug.transport=dt_socket
  15. debug.classpath=\
  16. ${run.classpath}
  17. debug.test.classpath=\
  18. ${run.test.classpath}
  19. # This directory is removed when the project is cleaned:
  20. dist.dir=dist
  21. dist.jar=${dist.dir}/Extractor.jar
  22. dist.javadoc.dir=${dist.dir}/javadoc
  23. endorsed.classpath=
  24. excludes=
  25. includes=**
  26. jar.compress=false
  27. javac.classpath=
  28. # Space-separated list of extra javac options
  29. javac.compilerargs=
  30. javac.deprecation=false
  31. javac.source=1.5
  32. javac.target=1.5
  33. javac.test.classpath=\
  34. ${javac.classpath}:\
  35. ${build.classes.dir}:\
  36. ${libs.junit.classpath}:\
  37. ${libs.junit_4.classpath}
  38. javadoc.additionalparam=
  39. javadoc.author=false
  40. javadoc.encoding=${source.encoding}
  41. javadoc.noindex=false
  42. javadoc.nonavbar=false
  43. javadoc.notree=false
  44. javadoc.private=false
  45. javadoc.splitindex=true
  46. javadoc.use=true
  47. javadoc.version=false
  48. javadoc.windowtitle=
  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. src.src.dir=modules/util/src
  64. test.src.dir=test
  65. test.test.dir=modules/util/test