diff options
-rw-r--r-- | .classpath | 4 | ||||
-rwxr-xr-x | gestures | bin | 0 -> 59420 bytes |
2 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> diff --git a/gestures b/gestures Binary files differnew file mode 100755 index 0000000..f21fd64 --- /dev/null +++ b/gestures |