-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.classpath
36 lines (36 loc) · 2.89 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="build/test" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/build/ivy/jmockit-1.17.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/jsr305-2.0.0.jar"/>
<classpathentry kind="lib" path="lib/runtime/mail.jar" sourcepath="lib-doc/javamail-1.4.4-src.zip">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/mireka/lib-doc/javamail1_4_4.zip!/javamail-1.4.4/docs/javadocs"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/runtime/subethasmtp-UNVERSIONED.jar" sourcepath="lib-doc/subethasmtp-UNVERSIONED.zip"/>
<classpathentry kind="lib" path="lib/build/cpsuite-1.2.5.jar" sourcepath="lib-doc/cpsuite-1.2.5-src.zip"/>
<classpathentry kind="lib" path="lib/runtime/joda-time-1.6.jar" sourcepath="lib-doc/joda-time-1.6-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/commons-codec-1.5.jar" sourcepath="lib-doc/commons-codec-1.5-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/jcl-over-slf4j-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/logback-classic-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/logback-core-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/metrics-graphite-2.0.3.jar" sourcepath="lib/sources/ivy/metrics-graphite-2.0.3-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/metrics-core-2.0.3.jar" sourcepath="lib/sources/ivy/metrics-core-2.0.3-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/javax.inject-1.jar" sourcepath="lib/sources/ivy/javax.inject-1-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/apache-mime4j-core-0.7.2.jar" sourcepath="lib/sources/ivy/apache-mime4j-core-0.7.2-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/apache-jspf-resolver-1.0.0.jar" sourcepath="lib/sources/ivy/apache-jspf-resolver-1.0.0-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/apache-mime4j-dom-0.7.2.jar" sourcepath="lib/sources/ivy/apache-mime4j-dom-0.7.2-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/dnsjava-2.1.7.jar" sourcepath="lib-doc/dnsjava-2.1.7.zip"/>
<classpathentry kind="lib" path="lib/build/ivy/junit-4.12.jar" sourcepath="lib/sources/ivy/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="lib/build/ivy/hamcrest-core-1.3.jar" sourcepath="lib/sources/ivy/hamcrest-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/runtime/ivy/jakarta.annotation-api-1.3.5.jar" sourcepath="lib/sources/ivy/jakarta.annotation-api-1.3.5-sources.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>