-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
executable file
·21 lines (21 loc) · 1.24 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="lib" path="needed/bsf.jar" sourcepath="/home/birchb/downloads/bsf-src-2.4.0"/>
<classpathentry kind="lib" path="needed/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="needed/servlet-api.jar"/>
<classpathentry kind="lib" path="needed/junit.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="needed/dsn.jar"/>
<classpathentry kind="lib" path="needed/imap.jar"/>
<classpathentry kind="lib" path="needed/mail.jar"/>
<classpathentry kind="lib" path="needed/mailapi.jar"/>
<classpathentry kind="lib" path="needed/pop3.jar"/>
<classpathentry kind="lib" path="needed/smtp.jar"/>
<classpathentry kind="lib" path="needed/opencsv-1.8.jar"/>
<classpathentry kind="lib" path="needed/jline-2.11.jar" sourcepath="/home/birchb/workspace/jline/jline2/src/main/java"/>
<classpathentry kind="lib" path="needed/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="/home/birchb/workspace/genyris/needed/httpclient-4.5.1.jar"/>
<classpathentry kind="lib" path="/home/birchb/workspace/genyris/needed/httpcore-4.4.3.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>