diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-05-04 18:38:33 -0400 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-05-04 18:38:33 -0400 |
commit | ccce48b856ee30d517dc661d97bd16cec3d518f2 (patch) | |
tree | 07415e8c798d0b978ed9a06c4ee9ea0d694ba59a /.classpath | |
parent | 1a95ab399441cdf3e67d357df43f1ae1c3616ddd (diff) |
Added the gestures file. It works for the alphabet right now. Thats it. Nothing else.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ <?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 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="src" path="src"/> + <classpathentry kind="src" path="gen"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |