forked from google/u2f-ref-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
14 lines (14 loc) · 909 Bytes
/
.classpath
File metadata and controls
14 lines (14 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java/src"/>
<classpathentry kind="src" path="java/tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/commons-codec-1.9.jar" sourcepath="libs/commons-codec-1.9-sources.jar"/>
<classpathentry kind="lib" path="libs/gson-2.2.4.jar" sourcepath="libs/gson-2.2.4-sources.jar"/>
<classpathentry kind="lib" path="libs/guava-17.0.jar" sourcepath="/Users/balfanz/Downloads/guava-17.0-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="libs/bcprov-jdk15on-150.jar"/>
<classpathentry kind="lib" path="libs/simple-5.1.5.jar" sourcepath="libs/simple-sources.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>