Revision 9db0e093
| .gitignore | ||
|---|---|---|
| 3 | 3 |
*.ap_ |
| 4 | 4 |
build.xml |
| 5 | 5 |
|
| 6 |
# files for the dex VM |
|
| 7 |
*.dex |
|
| 8 |
|
|
| 9 |
# Java class files |
|
| 10 |
*.class |
|
| 11 |
.classpath |
|
| 12 |
.metadata |
|
| 13 |
|
|
| 14 | 6 |
# generated files |
| 15 | 7 |
bin/ |
| 16 | 8 |
gen/ |
| app/.classpath | ||
|---|---|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 |
<classpath> |
|
| 3 |
<classpathentry kind="src" path="src"/> |
|
| 4 |
<classpathentry kind="src" path="gen"/> |
|
| 5 |
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> |
|
| 6 |
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> |
|
| 7 |
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> |
|
| 8 |
<classpathentry kind="output" path="bin/classes"/> |
|
| 9 |
</classpath> |
|
Also available in: Unified diff