-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
57 lines (57 loc) · 2.91 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
56
57
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="components/resources/src/main/resources"/>
<classpathentry kind="src" path="components/osx_stub/src/main/java"/>
<classpathentry kind="src" path="components/alexandria/src/main/java"/>
<classpathentry kind="src" path="common/components/json"/>
<classpathentry kind="src" path="common/components/gson"/>
<classpathentry kind="src" path="common/components/apache">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/jdownloader"/>
<classpathentry kind="src" path="common/components/jmdns">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/minicastle">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/components/mp4parser"/>
<classpathentry excluding="**/bouncycastle/**|**/jman/**|**/swing/**|**/swt/**|**/systray/**|**/tests/**" kind="src" path="common/vuze/azureus2/src">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/jman/**|**/swing/**|**/swt/**|**/systray/**|**/tests/**" kind="src" path="common/vuze/azureus3/src">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common/vuze/plugins"/>
<classpathentry kind="src" path="common/components/core"/>
<classpathentry excluding="build.xml" kind="src" path="core">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="frostwire-desktop/lib/native"/>
</attributes>
</classpathentry>
<classpathentry excluding="build.xml|macosx/|plugins/|plugins/|plugins/brooklyn/|plugins/brooklyn/|windows/|windows/" kind="src" path="gui">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="frostwire-desktop/lib/native"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jars/gettext-commons.jar" sourcepath="lib/jars-src"/>
<classpathentry kind="lib" path="lib/jars/messages.jar"/>
<classpathentry kind="lib" path="lib/jars/h2-1.3.164.jar" sourcepath="lib/jars-src"/>
<classpathentry kind="lib" path="lib/jars/lucene-3.5.0.jar" sourcepath="lib/jars-src"/>
<classpathentry kind="lib" path="lib/jars/metadata-extractor-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jars/jaudiotagger.jar" sourcepath="lib/jars-src/jaudiotagger"/>
<classpathentry kind="lib" path="lib/jars/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/jars/slf4j-jdk14-1.7.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>