diff options
Diffstat (limited to 'build/package/eclipse-classpath')
-rw-r--r-- | build/package/eclipse-classpath | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath deleted file mode 100644 index 1f70f30d0e..0000000000 --- a/build/package/eclipse-classpath +++ /dev/null @@ -1,16 +0,0 @@ -<?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@.jar"/> - <classpathentry kind="lib" path="gwt/gwt-user.jar" /> - <classpathentry kind="lib" path="gwt/gwt-servlet.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> |