Context-detection API for Android developed as a university project
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 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. assets.dir=
  2. build.classes.dir=${build.dir}/classes
  3. build.classes.excludes=**/*.java
  4. # This directory is removed when the project is cleaned:
  5. build.dir=build
  6. build.generated.dir=${build.dir}/generated
  7. # Only compile against the classpath explicitly listed here:
  8. build.sysclasspath=ignore
  9. build.test.classes.dir=${build.dir}/test/classes
  10. build.test.results.dir=${build.dir}/test/results
  11. debug.classpath=\
  12. ${run.classpath}
  13. debug.test.classpath=\
  14. ${run.test.classpath}
  15. dist.apk=${dist.dir}/SensorLogger.apk
  16. # This directory is removed when the project is cleaned:
  17. dist.dir=dist
  18. dist.javadoc.dir=${dist.dir}/javadoc
  19. excludes=
  20. file.reference.FlurryAgent.jar=lib/FlurryAgent.jar
  21. gen.source.dir=${src.dir}
  22. includes=**
  23. intermediate.dex=${build.dir}/classes.dex
  24. javac.classpath=\
  25. ${file.reference.FlurryAgent.jar}
  26. # Space-separated list of extra javac options
  27. javac.compilerargs=
  28. javac.deprecation=false
  29. javac.source=1.5
  30. javac.target=1.5
  31. javac.test.classpath=\
  32. ${javac.classpath}:\
  33. ${build.classes.dir}:\
  34. ${libs.junit.classpath}:\
  35. ${libs.junit_4.classpath}
  36. javadoc.additionalparam=
  37. javadoc.author=false
  38. javadoc.encoding=${source.encoding}
  39. javadoc.noindex=false
  40. javadoc.nonavbar=false
  41. javadoc.notree=false
  42. javadoc.private=false
  43. javadoc.splitindex=true
  44. javadoc.use=true
  45. javadoc.version=false
  46. javadoc.windowtitle=
  47. main.component=uk.co.md87.android.sensorlogger
  48. manifest.file=manifest.mf
  49. meta.inf.dir=${src.dir}/META-INF
  50. platform.active=Android
  51. resource.dir=res
  52. run.classpath=\
  53. ${javac.classpath}:\
  54. ${build.classes.dir}
  55. run.jvmargs=
  56. run.test.classpath=\
  57. ${javac.test.classpath}:\
  58. ${build.test.classes.dir}
  59. source.encoding=UTF-8
  60. src.dir=src
  61. test.src.dir=test