blob: 42ff0935724f9e26bca7e7fec2bee718618e24d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="WebContent/src"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar" sourcepath="WebContent/WEB-INF/lib/itmill-toolkit-src-<version></version>.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.jar" />
<classpathentry kind="lib" path="gwt/gwt-servlet.jar" />
<classpathentry kind="lib" path="gwt/gwt-user.jar" />
<classpathentry kind="lib" path="gwt/gwt-dev-windows.jar"/>
<classpathentry kind="lib" path="lib/demo/reservr/googlemaps_gwt.jar" />
<classpathentry kind="lib" path="lib/jetty/jetty-6.1.5.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-util-6.1.5.jar"/>
<classpathentry kind="lib" path="lib/jetty/servlet-api-2.5-6.1.5.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>
|