summaryrefslogtreecommitdiff
path: root/.classpath
blob: dba8662839a0cec948f9918a3f4a144d2c1b8f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/tests"/>
	<classpathentry kind="src" path="src/main"/>
	<classpathentry kind="lib" path="lib/guava-libraries/guava.jar"/>
	<classpathentry kind="lib" path="lib/htmlparser-1.3/htmlparser-1.3-with-transitions.jar"/>
	<classpathentry kind="lib" path="lib/jsr305/jsr305.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/commons-codec-1.4/commons-codec-1.4.jar"/>
	<classpathentry kind="lib" path="lib/junit/junit.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>