-
Notifications
You must be signed in to change notification settings - Fork 14
/
.classpath
20 lines (20 loc) · 948 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="bin/wrapper.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j.jar"/>
<classpathentry kind="lib" path="lib/EasyFastJson-2.7.2.jar"/>
<classpathentry kind="lib" path="lib/netty-all-4.1.7.Final.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.3.1.jar"/>
<classpathentry kind="lib" path="lib/jaxb-runtime.jar"/>
<classpathentry kind="lib" path="lib/istack-commons-runtime.jar"/>
<classpathentry kind="lib" path="lib/javax.activation-api.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>