This repository was archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
68 lines (68 loc) · 4.22 KB
/
.classpath
File metadata and controls
68 lines (68 loc) · 4.22 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/iris.base"/>
<classpathentry kind="src" path="src/iris.core"/>
<classpathentry kind="src" path="src/iris.mail"/>
<classpathentry kind="src" path="src/iris.mail.provider"/>
<classpathentry kind="src" path="src/iris.mail.provider.gmail"/>
<classpathentry kind="src" path="src/iris.mail.provider.outlook"/>
<classpathentry kind="src" path="src/iris.mail.provider.yahoo"/>
<classpathentry kind="src" path="src/iris.mail.simple"/>
<classpathentry kind="src" path="src/iris.mail.secure"/>
<classpathentry kind="src" path="src/iris.mail.secure.pgp"/>
<classpathentry kind="src" path="src/iris.mail.secure.smime"/>
<classpathentry kind="src" path="src/iris.model"/>
<classpathentry kind="src" path="src/iris.model.simple"/>
<classpathentry kind="src" path="src/iris.persistence"/>
<classpathentry kind="src" path="src/iris.persistence.test"/>
<classpathentry kind="src" path="src/iris.persistence.jdbc"/>
<classpathentry kind="src" path="src/iris.persistence.jdbc.test"/>
<classpathentry kind="src" path="src/iris.persistence.lucene"/>
<classpathentry kind="src" path="src/iris.persistence.lucene.test"/>
<classpathentry kind="src" path="src/iris.persistence.xml"/>
<classpathentry kind="src" path="src/iris.persistence.xml.test"/>
<classpathentry kind="src" path="src/iris.ui.cli"/>
<classpathentry kind="src" path="src/iris.ui.gui"/>
<classpathentry kind="src" path="src/iris.addressbook.api"/>
<classpathentry kind="src" path="src/iris.addressbook.model.simple"/>
<classpathentry kind="src" path="src/iris.addressbook.persistence.jdbc"/>
<classpathentry kind="src" path="src/iris.addressbook.persistence.lucene"/>
<classpathentry kind="src" path="src/iris.addressbook.persistence.xml"/>
<classpathentry kind="src" path="src/iris.addressbook.ui.cli"/>
<classpathentry kind="src" path="src/iris.addressbook.ui.gui"/>
<classpathentry kind="src" path="src/iris.tag.api"/>
<classpathentry kind="src" path="src/iris.tag.model.simple"/>
<classpathentry kind="src" path="src/iris.tag.persistence.jdbc"/>
<classpathentry kind="src" path="src/iris.tag.persistence.lucene"/>
<classpathentry kind="src" path="src/iris.tag.persistence.xml"/>
<classpathentry kind="src" path="src/iris.tag.ui.cli"/>
<classpathentry kind="src" path="src/iris.tag.ui.gui"/>
<classpathentry kind="src" path="src/iris.search.api"/>
<classpathentry kind="src" path="src/iris.search.persistence.jdbc"/>
<classpathentry kind="src" path="src/iris.search.persistence.lucene"/>
<classpathentry kind="src" path="src/iris.search.persistence.xml"/>
<classpathentry kind="src" path="src/iris.search.ui.cli"/>
<classpathentry kind="src" path="src/iris.search.ui.gui"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9"/>
<classpathentry kind="lib" path="libs/javax.mail-1.5.5.jar"/>
<classpathentry kind="lib" path="libs/javax.mail-api-1.5.5.jar"/>
<classpathentry kind="lib" path="libs/lucene-analyzers-common-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/lucene-codecs-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/lucene-core-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/lucene-queries-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/lucene-queryparser-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/lucene-sandbox-4.10.2.jar"/>
<classpathentry kind="lib" path="libs/bcmail-jdk15on-1.54.jar"/>
<classpathentry kind="lib" path="libs/bcpkix-jdk15on-1.54.jar"/>
<classpathentry kind="lib" path="libs/bcprov-jdk15on-1.54.jar"/>
<classpathentry kind="lib" path="libs/bcpg-jdk15on-1.54.jar"/>
<classpathentry kind="lib" path="libs/bcprov-ext-jdk15on-1.54.jar"/>
<classpathentry kind="lib" path="libs/cryptix-jce-provider-1.0.jar"/>
<classpathentry kind="lib" path="libs/cryptix-message-api-1.0.jar"/>
<classpathentry kind="lib" path="libs/cryptix-openpgp-provider-1.0.jar"/>
<classpathentry kind="lib" path="libs/cryptix-pki-api-1.0.jar"/>
<classpathentry kind="lib" path="libs/javamail-crypto-1.0.jar"/>
<classpathentry kind="lib" path="libs/javamail-crypto-cryptix-openpgp-1.0.jar"/>
<classpathentry kind="lib" path="libs/junit-4.12.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>