-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 726 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15on-162.jar">
<attributes>
<attribute name="javadoc_location" value="https://www.bouncycastle.org/docs/docs1.5on/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/bcpkix-jdk15on-162.jar">
<attributes>
<attribute name="javadoc_location" value="https://www.bouncycastle.org/docs/pkixdocs1.5on/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>