diff options
author | sjtufs <[email protected]> | 2013-08-28 22:20:33 +0800 |
---|---|---|
committer | sjtufs <[email protected]> | 2013-08-28 22:20:33 +0800 |
commit | 85476a061cc854014d28b96690b160843fe95e60 (patch) | |
tree | b88b188f10b872356bd981887f3b0641e4c8fc49 /client/Piztor/.classpath | |
parent | 8e3c5382c8e96b6ef8f394fb49a89a68cc151d1c (diff) |
fix #26 : add marker by long press
Diffstat (limited to 'client/Piztor/.classpath')
-rw-r--r-- | client/Piztor/.classpath | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/Piztor/.classpath b/client/Piztor/.classpath index 1c0c6e1..2c647e0 100644 --- a/client/Piztor/.classpath +++ b/client/Piztor/.classpath @@ -1,11 +1,11 @@ <?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="lib" path="/home/goblin/piztor/client/Piztor/libs/baidumapapi_v2_1_3.jar"/> - <classpathentry kind="lib" path="/home/goblin/piztor/client/Piztor/libs/locSDK_4.0.jar"/> + <classpathentry kind="lib" path="/home/fs/workspace/Piztor/libs/baidumapapi_v2_1_3.jar"/> + <classpathentry kind="lib" path="/home/fs/workspace/Piztor/libs/locSDK_4.0.jar"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="gen"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |