-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 811 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/jai-imageio-core-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/jai-imageio-jpeg2000-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/levigo-jbig2-imageio-1.6.3.jar"/>
<classpathentry kind="lib" path="testlibs/mockito-all-1.9.5.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/jeb3.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>