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="http://commons.apache.org/cli/api-release/"/> |
13 |
</attributes> |
14 |
</classpathentry> |
15 |
<classpathentry kind="lib" path="thirdparty/junit/junit-4.5.jar"> |
16 |
<attributes> |
17 |
<attribute name="javadoc_location" value="http://junit.org/junit/javadoc/4.5/"/> |
18 |
</attributes> |
19 |
</classpathentry> |
20 |
<classpathentry kind="lib" path="thirdparty/swingworker/swing-worker-1.2.jar" sourcepath="thirdparty/swingworker/swing-worker-src-1.2.zip"> |
21 |
<attributes> |
22 |
<attribute name="javadoc_location" value="https://swingworker.dev.java.net/nonav/javadoc/"/> |
23 |
</attributes> |
24 |
</classpathentry> |
25 |
<classpathentry kind="lib" path="thirdparty/flyingsaucer/core-renderer-minimal.jar" sourcepath="/flyingsaucer/src"> |
26 |
<attributes> |
27 |
<attribute name="javadoc_location" value="http://pigeonholdings.com/projects/flyingsaucer/R8/javadoc/user/"/> |
28 |
</attributes> |
29 |
</classpathentry> |
30 |
<classpathentry kind="output" path="bin"/> |
31 |
</classpath> |