-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 1010 Bytes
/
.classpath
File metadata and controls
18 lines (18 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="lib" path="C:/Users/Eli/android-sdks/platforms/android-15/android.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Users/Eli/android-sdks/docs/reference"/>
</attributes>
<accessrules>
<accessrule kind="nonaccessible" pattern="com/android/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry exported="true" kind="lib" path="C:/Program Files/Java/jre7/lib/org.json-20120521.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.2.4-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.2.4-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>