-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
17 lines (17 loc) · 857 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="D:/Programme/adt-bundle-windows-x64/sdk/platforms/android-18/android.jar" sourcepath="D:/Programme/adt-bundle-windows-x64/sdk/sources/android-18">
<attributes>
<attribute name="javadoc_location" value="file:/D:/Programme/adt-bundle-windows-x64/sdk/docs/reference"/>
</attributes>
<accessrules>
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="lib" path="libs/RootTools.jar"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>