-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
18 lines (18 loc) · 1.07 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="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Servlet"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jetty"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/bouncy"/>
<classpathentry kind="lib" path="libs/bcprov-jdk15on-151.jar"/>
<classpathentry kind="lib" path="libs/jetty-http-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-io-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-security-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-server-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-servlet-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-servlets-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/jetty-util-9.2.9.v20150224.jar"/>
<classpathentry kind="lib" path="libs/servlet-api-3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>