forked from freezy/xbmc-jsonrpclib-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
30 lines (30 loc) · 1.33 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tpl"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="libs/jackson-core-asl-1.8.8.jar">
<attributes>
<attribute name="javadoc_location" value="http://jackson.codehaus.org/1.8.8/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/jackson-mapper-asl-1.8.8.jar">
<attributes>
<attribute name="javadoc_location" value="http://jackson.codehaus.org/1.8.8/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="libs/commons-io-2.4.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/io/api-release/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/commons-collections-3.2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/collections/api-release"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/classes"/>
</classpath>