summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 931fd8a77a9b75f24fd949ff1306b8d1a5e30272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
	<classpathentry kind="con" path="oracle.eclipse.tools.glassfish.lib.system">
		<attributes>
			<attribute name="owner.project.facets" value="jst.web"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-8-openjdk">
		<attributes>
			<attribute name="owner.project.facets" value="java"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="lib/commons-codec-1.8.jar"/>
	<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
	<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
	<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
	<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
	<classpathentry kind="lib" path="lib/cssparser-0.9.11.jar"/>
	<classpathentry kind="lib" path="lib/htmlunit-2.13.jar"/>
	<classpathentry kind="lib" path="lib/htmlunit-core-js-2.13.jar"/>
	<classpathentry kind="lib" path="lib/httpclient-4.3.1.jar"/>
	<classpathentry kind="lib" path="lib/httpcore-4.3.jar"/>
	<classpathentry kind="lib" path="lib/httpmime-4.3.1.jar"/>
	<classpathentry kind="lib" path="lib/jetty-http-8.1.12.v20130726.jar"/>
	<classpathentry kind="lib" path="lib/jetty-io-8.1.12.v20130726.jar"/>
	<classpathentry kind="lib" path="lib/jetty-util-8.1.12.v20130726.jar"/>
	<classpathentry kind="lib" path="lib/jetty-websocket-8.1.12.v20130726.jar"/>
	<classpathentry kind="lib" path="lib/nekohtml-1.9.19.jar"/>
	<classpathentry kind="lib" path="lib/sac-1.3.jar"/>
	<classpathentry kind="lib" path="lib/serializer-2.7.1.jar"/>
	<classpathentry kind="lib" path="lib/xalan-2.7.1.jar"/>
	<classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
	<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
	<classpathentry kind="output" path="build/classes"/>
</classpath>