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/bouncycastle/bcprov-jdk14-142.jar" sourcepath="thirdparty/bouncycastle/bcprov-jdk14-142-src.zip"> |
6 |
<attributes> |
7 |
<attribute name="javadoc_location" value="http://bouncycastle.org/docs/docs1.4/"/> |
8 |
</attributes> |
9 |
</classpathentry> |
10 |
<classpathentry kind="lib" path="thirdparty/commons-cli/commons-cli-1.2.jar" sourcepath="thirdparty/commons-cli/commons-cli-1.2-sources.jar"> |
11 |
<attributes> |
12 |
<attribute name="javadoc_location" value="jar:thirdparty/commons-cli/commons-cli-javadoc-1.2.jar!/"/> |
13 |
</attributes> |
14 |
</classpathentry> |
15 |
<classpathentry kind="lib" path="thirdparty/junit/junit-4.5.jar"/> |
16 |
<classpathentry kind="lib" path="thirdparty/swingworker/swing-worker-1.2.jar" sourcepath="thirdparty/swingworker/swing-worker-src-1.2.zip"> |
17 |
<attributes> |
18 |
<attribute name="javadoc_location" value="jar:thirdparty/swingworker/swing-worker-doc-1.2.zip!/"/> |
19 |
</attributes> |
20 |
</classpathentry> |
21 |
<classpathentry kind="lib" path="thirdparty/htmlpane/HTMLPane.jar" sourcepath="thirdparty/htmlpane/HTMLPane.jar"> |
22 |
<attributes> |
23 |
<attribute name="javadoc_location" value="jar:thirdparty/htmlpane/HTMLPane-doc.zip!/"/> |
24 |
</attributes> |
25 |
</classpathentry> |
26 |
<classpathentry kind="output" path="bin"/> |
27 |
</classpath> |