-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
21 lines (21 loc) · 1.18 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="wetorrent"/>
<classpathentry kind="src" path="eclipse"/>
<classpathentry kind="src" path="frostwire-merge"/>
<classpathentry kind="src" path="jline"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/commons-math3-3.3.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/commons-cli.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/javacsv.jar" sourcepath="lib/javacsvsrc.zip"/>
<classpathentry kind="lib" path="lib/swt-carbon.jar"/>
<classpathentry kind="lib" path="lib/swt-cocoa.jar"/>
<classpathentry kind="lib" path="lib/swt-win32.jar"/>
<classpathentry kind="lib" path="lib/jansi-1.11.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.0.jar" sourcepath="lib-src/commons-collections4-4.0-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>