1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<classpath> |
3 |
<classpathentry kind="src" output="bin" path="src"/> |
4 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
5 |
<classpathentry kind="lib" path="thirdparty/swingworker/swing-worker-1.2.jar" sourcepath="thirdparty/swingworker/swing-worker-src-1.2.zip"> |
6 |
<attributes> |
7 |
<attribute name="javadoc_location" value="https://swingworker.dev.java.net/nonav/javadoc/"/> |
8 |
</attributes> |
9 |
</classpathentry> |
10 |
<classpathentry kind="lib" path="thirdparty/flyingsaucer/core-renderer-minimal.jar" sourcepath="/xhtmlrenderer"> |
11 |
<attributes> |
12 |
<attribute name="javadoc_location" value="http://pigeonholdings.com/projects/flyingsaucer/R8/javadoc/user/"/> |
13 |
</attributes> |
14 |
</classpathentry> |
15 |
<classpathentry kind="lib" path="thirdparty/junit/abbot.jar"> |
16 |
<attributes> |
17 |
<attribute name="javadoc_location" value="http://abbot.sourceforge.net/doc/api/"/> |
18 |
</attributes> |
19 |
</classpathentry> |
20 |
<classpathentry kind="lib" path="thirdparty/flyingsaucer/iText-2.0.8.jar"> |
21 |
<attributes> |
22 |
<attribute name="javadoc_location" value="http://api.itextpdf.com"/> |
23 |
</attributes> |
24 |
</classpathentry> |
25 |
<classpathentry kind="lib" path="thirdparty/winregistry/WinRegistry-3.4.jar"/> |
26 |
<classpathentry kind="lib" path="thirdparty/bouncycastle/mail-1.4.3.jar"> |
27 |
<attributes> |
28 |
<attribute name="javadoc_location" value="http://java.sun.com/products/javamail/javadocs/"/> |
29 |
</attributes> |
30 |
</classpathentry> |
31 |
<classpathentry kind="lib" path="thirdparty/commons/commons-cli-1.2.jar"> |
32 |
<attributes> |
33 |
<attribute name="javadoc_location" value="http://commons.apache.org/cli/api-release/"/> |
34 |
</attributes> |
35 |
</classpathentry> |
36 |
<classpathentry kind="lib" path="thirdparty/commons/commons-lang-2.4.jar"> |
37 |
<attributes> |
38 |
<attribute name="javadoc_location" value="http://commons.apache.org/lang/api-release/"/> |
39 |
</attributes> |
40 |
</classpathentry> |
41 |
<classpathentry kind="lib" path="thirdparty/junit/junit-4.7.jar"> |
42 |
<attributes> |
43 |
<attribute name="javadoc_location" value="http://junit.org/apidocs/"/> |
44 |
</attributes> |
45 |
</classpathentry> |
46 |
<classpathentry kind="lib" path="thirdparty/commons/commons-exec-1.0.jar" sourcepath="thirdparty/commons/commons-exec-1.0-sources.jar"> |
47 |
<attributes> |
48 |
<attribute name="javadoc_location" value="http://commons.apache.org/exec/apidocs/"/> |
49 |
</attributes> |
50 |
</classpathentry> |
51 |
<classpathentry kind="lib" path="thirdparty/bouncycastle/bcprov-jdk15-144.jar"> |
52 |
<attributes> |
53 |
<attribute name="javadoc_location" value="http://bouncycastle.org/docs/docs1.4/"/> |
54 |
</attributes> |
55 |
</classpathentry> |
56 |
<classpathentry kind="lib" path="thirdparty/bouncycastle/bcmail-jdk15-144.jar"> |
57 |
<attributes> |
58 |
<attribute name="javadoc_location" value="http://bouncycastle.org/docs/mdocs1.4/"/> |
59 |
</attributes> |
60 |
</classpathentry> |
61 |
<classpathentry kind="output" path="bin"/> |
62 |
</classpath> |