forked from athomo/kcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
32 lines (32 loc) · 1.9 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/collections-generic-4.01.jar"/>
<classpathentry kind="lib" path="lib/colt-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-20040616.jar"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.8.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.4.1.jar"/>
<classpathentry kind="lib" path="lib/concurrent-1.3.4.jar"/>
<classpathentry kind="lib" path="lib/dsiutils-2.2.3.jar"/>
<classpathentry kind="lib" path="lib/fastutil-6.6.3.jar"/>
<classpathentry kind="lib" path="lib/graphchi-java-0.2-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="lib/graphchi-java-0.2.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry kind="lib" path="lib/jsap-2.1.jar"/>
<classpathentry kind="lib" path="lib/jung-algorithms-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/jung-api-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/jung-io-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/logback-classic-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/logback-core-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.10.jar"/>
<classpathentry kind="lib" path="lib/stax-api-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/sux4j-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/webgraph-3.4.3.jar"/>
<classpathentry kind="lib" path="lib/wstx-asl-3.2.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>