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. 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}/PlacesDisplay.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. file.reference.maps.jar=../../../../../../../opt/android/add-ons/addon_google_apis_google_inc_4/libs/maps.jar
  22. gen.source.dir=${src.dir}
  23. includes=**
  24. intermediate.dex=${build.dir}/classes.dex
  25. javac.classpath=\
  26. ${file.reference.maps.jar}:\
  27. ${file.reference.FlurryAgent.jar}
  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. main.component=uk.co.md87.android.placesdisplay
  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