summaryrefslogtreecommitdiffstats
path: root/build/package/eclipse-classpath
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-11-23 08:45:50 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-11-23 08:45:50 +0000
commit397cde56c66f5f8bec7e8ed41f9d957c0701f38d (patch)
tree5d0f8f7e85645982ba142425968c788a8c240608 /build/package/eclipse-classpath
parentff87ad1b5b1952b40948f71c0a01cadd8c143932 (diff)
downloadvaadin-framework-397cde56c66f5f8bec7e8ed41f9d957c0701f38d.tar.gz
vaadin-framework-397cde56c66f5f8bec7e8ed41f9d957c0701f38d.zip
enabled packaging files to be seen from eclipse too, using hidden files was tricky
svn changeset:2901/svn branch:trunk
Diffstat (limited to 'build/package/eclipse-classpath')
-rw-r--r--build/package/eclipse-classpath15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath
new file mode 100644
index 0000000000..5640b355fc
--- /dev/null
+++ b/build/package/eclipse-classpath
@@ -0,0 +1,15 @@
+<?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/itmill-toolkit-<version></version>.jar" sourcepath="WebContent/WEB-INF/lib/itmill-toolkit-src-<version></version>.jar"/>
+ <classpathentry kind="lib" path="gwt/gwt-servlet.jar" />
+ <classpathentry kind="lib" path="gwt/gwt-user.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"/>
+ <classpathentry kind="output" path="WebContent/ITMILL/widgetsets"/>
+ <platform-specific-entries></platform-specific-entries>
+</classpath>