forked from vigna/webgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
77 lines (77 loc) · 4.69 KB
/
Copy path.classpath
File metadata and controls
77 lines (77 loc) · 4.69 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="slow"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="bnd/biz.aQute.bnd-5.2.0.jar"/>
<classpathentry kind="lib" path="jars/compile/checker-qual.jar"/>
<classpathentry kind="lib" path="jars/compile/commons-collections4.jar"/>
<classpathentry kind="lib" path="jars/compile/commons-lang3.jar"/>
<classpathentry kind="lib" path="jars/compile/commons-math3.jar"/>
<classpathentry kind="lib" path="jars/compile/dsiutils.jar"/>
<classpathentry kind="lib" path="jars/compile/error_prone_annotations.jar"/>
<classpathentry kind="lib" path="jars/compile/failureaccess.jar"/>
<classpathentry kind="lib" path="jars/compile/fastutil.jar"/>
<classpathentry kind="lib" path="jars/compile/guava.jar"/>
<classpathentry kind="lib" path="jars/compile/j2objc-annotations.jar"/>
<classpathentry kind="lib" path="jars/compile/jsap.jar"/>
<classpathentry kind="lib" path="jars/compile/jsr305.jar"/>
<classpathentry kind="lib" path="jars/compile/jung-algorithms.jar"/>
<classpathentry kind="lib" path="jars/compile/jung-api.jar"/>
<classpathentry kind="lib" path="jars/compile/jung-io.jar"/>
<classpathentry kind="lib" path="jars/compile/listenablefuture.jar"/>
<classpathentry kind="lib" path="jars/compile/logback-classic.jar"/>
<classpathentry kind="lib" path="jars/compile/logback-core.jar"/>
<classpathentry kind="lib" path="jars/compile/slf4j-api.jar"/>
<classpathentry kind="lib" path="jars/compile/sux4j.jar"/>
<classpathentry kind="lib" path="jars/runtime/activation.jar"/>
<classpathentry kind="lib" path="jars/runtime/checker-qual.jar"/>
<classpathentry kind="lib" path="jars/runtime/commons-collections4.jar"/>
<classpathentry kind="lib" path="jars/runtime/commons-lang3.jar"/>
<classpathentry kind="lib" path="jars/runtime/commons-math3.jar"/>
<classpathentry kind="lib" path="jars/runtime/dsiutils.jar"/>
<classpathentry kind="lib" path="jars/runtime/error_prone_annotations.jar"/>
<classpathentry kind="lib" path="jars/runtime/failureaccess.jar"/>
<classpathentry kind="lib" path="jars/runtime/fastutil.jar"/>
<classpathentry kind="lib" path="jars/runtime/guava.jar"/>
<classpathentry kind="lib" path="jars/runtime/j2objc-annotations.jar"/>
<classpathentry kind="lib" path="jars/runtime/javax.mail.jar"/>
<classpathentry kind="lib" path="jars/runtime/jsap.jar"/>
<classpathentry kind="lib" path="jars/runtime/jsr305.jar"/>
<classpathentry kind="lib" path="jars/runtime/jung-algorithms.jar"/>
<classpathentry kind="lib" path="jars/runtime/jung-api.jar"/>
<classpathentry kind="lib" path="jars/runtime/jung-io.jar"/>
<classpathentry kind="lib" path="jars/runtime/listenablefuture.jar"/>
<classpathentry kind="lib" path="jars/runtime/logback-classic.jar"/>
<classpathentry kind="lib" path="jars/runtime/logback-core.jar"/>
<classpathentry kind="lib" path="jars/runtime/slf4j-api.jar"/>
<classpathentry kind="lib" path="jars/runtime/sux4j.jar"/>
<classpathentry kind="lib" path="jars/test/activation.jar"/>
<classpathentry kind="lib" path="jars/test/checker-qual.jar"/>
<classpathentry kind="lib" path="jars/test/commons-collections4.jar"/>
<classpathentry kind="lib" path="jars/test/commons-io.jar"/>
<classpathentry kind="lib" path="jars/test/commons-lang3.jar"/>
<classpathentry kind="lib" path="jars/test/commons-math3.jar"/>
<classpathentry kind="lib" path="jars/test/dsiutils.jar"/>
<classpathentry kind="lib" path="jars/test/error_prone_annotations.jar"/>
<classpathentry kind="lib" path="jars/test/failureaccess.jar"/>
<classpathentry kind="lib" path="jars/test/fastutil.jar"/>
<classpathentry kind="lib" path="jars/test/guava.jar"/>
<classpathentry kind="lib" path="jars/test/hamcrest-core.jar"/>
<classpathentry kind="lib" path="jars/test/j2objc-annotations.jar"/>
<classpathentry kind="lib" path="jars/test/javax.mail.jar"/>
<classpathentry kind="lib" path="jars/test/jsap.jar"/>
<classpathentry kind="lib" path="jars/test/jsr305.jar"/>
<classpathentry kind="lib" path="jars/test/jung-algorithms.jar"/>
<classpathentry kind="lib" path="jars/test/jung-api.jar"/>
<classpathentry kind="lib" path="jars/test/jung-io.jar"/>
<classpathentry kind="lib" path="jars/test/junit.jar"/>
<classpathentry kind="lib" path="jars/test/listenablefuture.jar"/>
<classpathentry kind="lib" path="jars/test/logback-classic.jar"/>
<classpathentry kind="lib" path="jars/test/logback-core.jar"/>
<classpathentry kind="lib" path="jars/test/slf4j-api.jar"/>
<classpathentry kind="lib" path="jars/test/sux4j.jar"/>
<classpathentry kind="lib" path="webgraph-3.6.10.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>