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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. application.title=ContextAnalyser
  2. application.vendor=chris
  3. assets.dir=
  4. build.classes.dir=${build.dir}/classes
  5. build.classes.excludes=**/*.java
  6. # This directory is removed when the project is cleaned:
  7. build.dir=build
  8. build.generated.dir=${build.dir}/generated
  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. debug.classpath=\
  14. ${run.classpath}
  15. debug.test.classpath=\
  16. ${run.test.classpath}
  17. dist.apk=${dist.dir}/ContextAnalyser.apk
  18. # This directory is removed when the project is cleaned:
  19. dist.dir=dist
  20. dist.javadoc.dir=${dist.dir}/javadoc
  21. excludes=
  22. file.reference.FlurryAgent.jar=../ActivityRecorder/lib/FlurryAgent.jar
  23. file.reference.FlurryAgent.jar-1=lib/FlurryAgent.jar
  24. gen.source.dir=${src.dir}
  25. includes=**
  26. intermediate.dex=${build.dir}/classes.dex
  27. javac.classpath=\
  28. ${file.reference.FlurryAgent.jar-1}
  29. # Space-separated list of extra javac options
  30. javac.compilerargs=
  31. javac.deprecation=false
  32. javac.source=1.5
  33. javac.target=1.5
  34. javac.test.classpath=\
  35. ${javac.classpath}:\
  36. ${build.classes.dir}:\
  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. main.component=uk.co.md87.android.contextanalyser
  50. manifest.file=manifest.mf
  51. meta.inf.dir=${src.dir}/META-INF
  52. platform.active=Android
  53. resource.dir=res
  54. run.classpath=\
  55. ${javac.classpath}:\
  56. ${build.classes.dir}
  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. test.src.dir=test