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.xml 571B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://www.netbeans.org/ns/project/1">
  3. <type>org.netbeans.modules.android.project</type>
  4. <configuration>
  5. <data xmlns="http://www.netbeans.org/ns/android-project/1">
  6. <name>ContextAnalyser</name>
  7. <minimum-ant-version>1.7.0</minimum-ant-version>
  8. <source-roots>
  9. <root id="src.dir"/>
  10. </source-roots>
  11. <test-roots>
  12. <root id="test.src.dir"/>
  13. </test-roots>
  14. </data>
  15. </configuration>
  16. </project>