]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added OSX/Linux/Windows specific Eclipse project files.
authorJani Laakso <jani.laakso@itmill.com>
Thu, 18 Oct 2007 13:19:00 +0000 (13:19 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 18 Oct 2007 13:19:00 +0000 (13:19 +0000)
svn changeset:2555/svn branch:trunk

build/workspace-eclipse/classpath-linux [new file with mode: 0644]
build/workspace-eclipse/classpath-mac [new file with mode: 0644]
build/workspace-eclipse/classpath-windows [new file with mode: 0644]
build/workspace-eclipse/project [new file with mode: 0644]

diff --git a/build/workspace-eclipse/classpath-linux b/build/workspace-eclipse/classpath-linux
new file mode 100644 (file)
index 0000000..15b5e6d
--- /dev/null
@@ -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/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-linux.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>
diff --git a/build/workspace-eclipse/classpath-mac b/build/workspace-eclipse/classpath-mac
new file mode 100644 (file)
index 0000000..62b2763
--- /dev/null
@@ -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/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-mac.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>
diff --git a/build/workspace-eclipse/classpath-windows b/build/workspace-eclipse/classpath-windows
new file mode 100644 (file)
index 0000000..42ff093
--- /dev/null
@@ -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/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>
diff --git a/build/workspace-eclipse/project b/build/workspace-eclipse/project
new file mode 100644 (file)
index 0000000..2ca2072
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>itmill-toolkit-examples</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+               <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
+       </natures>
+</projectDescription>