diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-05-04 20:21:03 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-05-04 20:21:03 -0400 |
commit | 186008703167dd4bfde6cafcc15dc2badb37957a (patch) | |
tree | b48d918d6b4d3f576b8ef279e5862daf1c763480 /.classpath | |
parent | 04514f7137f67967d2384be29194d7f09a6ceb06 (diff) | |
parent | e5ce76cc030792de5a53dc8aad3b214ab2f6538b (diff) |
Merge branch 'lukeshu' of https://github.com/AndrewMurrell/minak into lukeshu
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> |