diff options
Diffstat (limited to 'build/package/classpath-mac')
-rw-r--r-- | build/package/classpath-mac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build/package/classpath-mac b/build/package/classpath-mac deleted file mode 100644 index 62b2763dd6..0000000000 --- a/build/package/classpath-mac +++ /dev/null @@ -1,15 +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/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> |