summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorRafael Gálvez Vizcaíno <rafa@i7>2013-05-27 20:44:03 +0200
committerRafael Gálvez Vizcaíno <rafa@i7>2013-05-27 20:47:05 +0200
commit8cf70d4f69db6326407956a44a54c7fe5530a22c (patch)
treec46d81a7d4e820da505e18b700383aecf028fa83 /.classpath
parent75edcdb601be69f4c1ee6783cf7f80390a9f094d (diff)
First version of the README and ant build.xml
This is the first commit of this branch. It contains the README file with instructions for different user targets (Compiling, Running on the emulator and Debugging from console), and the ant build.xml file. debug.sh is an experimental script, because it uses "sleep" to synchronize between Emulator and adb install and run. If you want to use it, please look for that "sleep" lines and update their numbers according to your experience.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index e449cbf9..dfadf670 100644
--- a/.classpath
+++ b/.classpath
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="gen"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>