diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-09-07 09:56:46 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-09-07 09:56:46 +0400 |
| commit | 8f9c60ddce4084fc478fdac6b4408adbe2559266 (patch) | |
| tree | a3b9dda4242ab79f23aad6ab70d002c6129aaf31 /.classpath | |
initial
Diffstat (limited to '.classpath')
| -rwxr-xr-x | .classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100755 index 00000000..6e9239ff --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|