-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
14 lines (14 loc) · 873 Bytes
/
.classpath
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="src"/>
<classpathentry kind="lib" path="lib/freemarker.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.4.5.v20170502.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.4.5.v20170502.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.4.5.v20170502.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.4.5.v20170502.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.4.5.v20170502.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.4.5.v20170502.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>