diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-04 13:34:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-04 13:34:44 +0000 |
| commit | 7c000467c9996fe0b6e58022ad5524388f20f3e9 (patch) | |
| tree | 152895a2a08813eac8d6fb66e448b420afdfb8d9 /src/ui/android/.classpath | |
| parent | 35a98594be9d6c946ffcc3821c8726556da9fc50 (diff) | |
updated files src/ui/android
Diffstat (limited to 'src/ui/android/.classpath')
| -rw-r--r-- | src/ui/android/.classpath | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/ui/android/.classpath b/src/ui/android/.classpath index 6e9239ff0..48f4f566f 100644 --- a/src/ui/android/.classpath +++ b/src/ui/android/.classpath @@ -1,7 +1,10 @@ -<?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 kind="output" path="bin"/>
-</classpath>
+<?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 combineaccessrules="false" kind="src" path="/jpgf"/> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |
