diff options
author | Myth Yang <[email protected]> | 2013-08-23 20:17:23 +0800 |
---|---|---|
committer | Myth Yang <[email protected]> | 2013-08-23 20:17:23 +0800 |
commit | 589d2b52b1135e876ee4c76dd2bf11c7a7cd973a (patch) | |
tree | f475e3f965dab88983c2c0ae4b3abd71081ad182 /client/activity-demo/Piztor/.classpath | |
parent | a33ed0eabe94748b7ff6604af58dd25a0024bf04 (diff) |
idiot
Diffstat (limited to 'client/activity-demo/Piztor/.classpath')
-rw-r--r-- | client/activity-demo/Piztor/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/activity-demo/Piztor/.classpath b/client/activity-demo/Piztor/.classpath index 7bc01d9..5176974 100644 --- a/client/activity-demo/Piztor/.classpath +++ b/client/activity-demo/Piztor/.classpath @@ -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> |