move src/runtime/android to src/ui/android/jni

This commit is contained in:
kr.angelov
2013-09-05 12:19:59 +00:00
parent d7916c1b08
commit 46f2460a92
3 changed files with 10 additions and 5 deletions

View File

@@ -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>