forked from ghosthamlet/frostwire-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
55 lines (55 loc) · 2.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/azureus">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/jdownloader">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/httpserver">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/javax">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/seamless">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/cling">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/apache">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/common"/>
<classpathentry kind="src" path="common/components/core"/>
<classpathentry kind="src" path="src/core"/>
<classpathentry kind="src" path="src/gui"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="lib" path="libs/gson-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/disklrucache-2.0.1.jar" sourcepath="/Users/gubatron/.m2/repository/com/jakewharton/disklrucache/2.0.1/disklrucache-2.0.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="libs/logback-android-1.0.10-2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/mp4parser.jar"/>
<classpathentry exported="true" kind="lib" path="libs/offercast-mobile-sdk.jar"/>
<classpathentry exported="true" kind="lib" path="libs/picasso-1.0.1.jar" sourcepath="/Users/gubatron/src/picasso/picasso"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>