-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
17 lines (17 loc) · 957 Bytes
/
.classpath
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 including="**/*.java|untref/" kind="src" path="src"/>
<classpathentry including="**/*.java" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/asm-3.0.jar"/>
<classpathentry kind="lib" path="libs/asm-tree-3.0.jar"/>
<classpathentry kind="lib" path="libs/checkstyle-5.5-all.jar"/>
<classpathentry kind="lib" path="libs/cobertura.jar"/>
<classpathentry kind="lib" path="libs/jakarta-oro-2.0.8.jar"/>
<classpathentry kind="lib" path="libs/junit-4.10.jar"/>
<classpathentry kind="lib" path="libs/jyaml-1.3.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.9.jar"/>
<classpathentry kind="lib" path="libs/mockito-all-1.9.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>