forked from rovo89/XposedBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 770 Bytes
/
Copy path.classpath
File metadata and controls
15 lines (15 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry excluding="*.txt" kind="src" path="lib/apache-commons-lang"/>
<classpathentry kind="lib" path="lib/full_framework_15.jar" sourcepath="lib/sdk_sources_15">
<accessrules>
<accessrule kind="nonaccessible" pattern="android/test/**"/>
</accessrules>
</classpathentry>
<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 kind="output" path="bin/classes"/>
</classpath>