-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
18 lines (18 loc) · 1.4 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" output=".eclipse/classes-main" path="src/java/main"/>
<classpathentry kind="src" output=".eclipse/classes-main" path="src/java/generated"/>
<classpathentry kind="src" output=".eclipse/classes-test" path="src/java/test"/>
<classpathentry kind="src" output=".eclipse/classes-test" path="src/java/systest"/>
<classpathentry exported="true" kind="lib" path="/root/.ant/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="/root/.ant/cache/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="/root/.ant/cache/log4j/log4j/jars/log4j-1.2.15.jar"/>
<classpathentry exported="true" kind="lib" path="/root/.ant/cache/jline/jline/jars/jline-0.9.94.jar"/>
<classpathentry exported="true" kind="lib" path="/root/.ant/cache/org.jboss.netty/netty/jars/netty-3.2.2.Final.jar"/>
<classpathentry kind="lib" path="/root/.ant/cache/junit/junit/jars/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="/root/.ant/cache/org.mockito/mockito-all/jars/mockito-all-1.8.2.jar"/>
<classpathentry kind="lib" path="/root/.ant/cache/checkstyle/checkstyle/jars/checkstyle-5.0.jar"/>
<classpathentry kind="lib" path="conf"/>
<classpathentry kind="output" path=".eclipse/classes-main"/>
</classpath>