From 1c0fb0d5ab161a04926dc7e7de9b66b6a3256a54 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Thu, 18 Oct 2007 13:19:00 +0000 Subject: [PATCH] Added OSX/Linux/Windows specific Eclipse project files. svn changeset:2555/svn branch:trunk --- build/workspace-eclipse/classpath-linux | 15 +++++++++++++++ build/workspace-eclipse/classpath-mac | 15 +++++++++++++++ build/workspace-eclipse/classpath-windows | 15 +++++++++++++++ build/workspace-eclipse/project | 18 ++++++++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 build/workspace-eclipse/classpath-linux create mode 100644 build/workspace-eclipse/classpath-mac create mode 100644 build/workspace-eclipse/classpath-windows create mode 100644 build/workspace-eclipse/project diff --git a/build/workspace-eclipse/classpath-linux b/build/workspace-eclipse/classpath-linux new file mode 100644 index 0000000000..15b5e6df4c --- /dev/null +++ b/build/workspace-eclipse/classpath-linux @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/build/workspace-eclipse/classpath-mac b/build/workspace-eclipse/classpath-mac new file mode 100644 index 0000000000..62b2763dd6 --- /dev/null +++ b/build/workspace-eclipse/classpath-mac @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/build/workspace-eclipse/classpath-windows b/build/workspace-eclipse/classpath-windows new file mode 100644 index 0000000000..42ff093572 --- /dev/null +++ b/build/workspace-eclipse/classpath-windows @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/build/workspace-eclipse/project b/build/workspace-eclipse/project new file mode 100644 index 0000000000..2ca2072634 --- /dev/null +++ b/build/workspace-eclipse/project @@ -0,0 +1,18 @@ + + + itmill-toolkit-examples + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + com.sysdeo.eclipse.tomcat.tomcatnature + + -- 2.39.5