blob: 388d052c56031d4b2ad5ca614d4c871da5f0e80e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="WebContent/WEB-INF/src"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/vaadin-<version></version>.jar"/>
<classpathentry kind="lib" path="gwt/gwt-user.jar" />
<classpathentry kind="lib" path="gwt/gwt-servlet.jar" />
<classpathentry kind="lib" path="WebContent/demo/lib/gwt-maps/gwt-maps.jar" />
<classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-6.1.7.jar"/>
<classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-util-6.1.7.jar"/>
<classpathentry kind="lib" path="WebContent/demo/lib/jetty/servlet-api-2.5-6.1.7.jar"/>
<classpathentry kind="lib" path="WebContent/demo/lib/portlet/portal-kernel.jar"/>
<classpathentry kind="lib" path="WebContent/demo/lib/portlet/portal-service.jar"/>
<classpathentry kind="lib" path="WebContent/demo/lib/portlet/portlet.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
<platform-specific-entries></platform-specific-entries>
</classpath>
|