aboutsummaryrefslogtreecommitdiff
path: root/.classpath
blob: e0c30ace2027dabd9efa8b9f07dd97ac0923bd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="res"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
	<classpathentry kind="lib" path="lib/guava-16.0.1.jar"/>
	<classpathentry kind="lib" path="lib/guava-gwt-16.0.1.jar"/>
	<classpathentry kind="lib" path="lib/lombok.jar"/>
	<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>