forked from norkator/cryptography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
16 lines (16 loc) · 940 Bytes
/
.classpath
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"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="jar/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="jar/jacksum.jar"/>
<classpathentry kind="lib" path="jar/core-1.58.0.0.jar"/>
<classpathentry kind="lib" path="jar/prov-1.58.0.0.jar"/>
<classpathentry kind="lib" path="jar/bcpkix-jdk15on-1.58.0.0.jar"/>
<classpathentry kind="lib" path="jar/bcpg-jdk15on-1.58.0.0.jar"/>
<classpathentry kind="lib" path="jar/org.junit_4.13.0.v20200204-1500.jar"/>
<classpathentry kind="lib" path="jar/core-1.3.0.jar"/>
<classpathentry kind="lib" path="jar/bcprov-jdk15on-166.jar"/>
<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="bin"/>
</classpath>