diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 12:19:59 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 12:19:59 +0000 |
| commit | 46f2460a926a93a5bff360b0bfe7a52a983f2a56 (patch) | |
| tree | 341b6c5e5ff21a405086b3482dbf3ccd6d34fc3b /src/ui/android/.classpath | |
| parent | d7916c1b085826fc6be73527dde70db00941e909 (diff) | |
move src/runtime/android to src/ui/android/jni
Diffstat (limited to 'src/ui/android/.classpath')
| -rw-r--r-- | src/ui/android/.classpath | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/android/.classpath b/src/ui/android/.classpath index 48f4f566f..2f27127f0 100644 --- a/src/ui/android/.classpath +++ b/src/ui/android/.classpath @@ -3,8 +3,11 @@ <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.LIBRARIES"> + <attributes> + <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jni"/> + </attributes> + </classpathentry> <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> |
