diff options
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> |
