diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-10-18 17:33:18 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-10-18 17:33:18 +0000 |
commit | d70c7f61fd13c78defc7ae5dbd5908fc035c291e (patch) | |
tree | 0dd007277ee93bf05d256ef8da62d6247fb53112 /build/package | |
parent | e198aa8d45588667b497558b55d1bdc38da42312 (diff) | |
download | vaadin-framework-d70c7f61fd13c78defc7ae5dbd5908fc035c291e.tar.gz vaadin-framework-d70c7f61fd13c78defc7ae5dbd5908fc035c291e.zip |
multi-platform build.xml quite complete.
feature browser changing.
svn changeset:2560/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r-- | build/package/.project (renamed from build/package/project) | 0 | ||||
-rw-r--r-- | build/package/classpath-mac | 15 | ||||
-rw-r--r-- | build/package/classpath-windows | 15 | ||||
-rw-r--r-- | build/package/start-demo.bat | 2 |
4 files changed, 1 insertions, 31 deletions
diff --git a/build/package/project b/build/package/.project index 2ca2072634..2ca2072634 100644 --- a/build/package/project +++ b/build/package/.project 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> diff --git a/build/package/classpath-windows b/build/package/classpath-windows deleted file mode 100644 index 42ff093572..0000000000 --- a/build/package/classpath-windows +++ /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-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/package/start-demo.bat b/build/package/start-demo.bat index d6eb6096dd..b4f879f91b 100644 --- a/build/package/start-demo.bat +++ b/build/package/start-demo.bat @@ -1 +1 @@ -@java -cp "lib\itmill-5.0.0-alpha.jar;lib\jetty\jetty-6.1.5.jar;lib\jetty\jetty-util-6.1.5.jar;lib\jetty\servlet-api-2.5-6.1.5.jar;WebContent\WEB-INF\classes" com.itmill.toolkit.launcher.ITMillDesktopLaunch
+@java -cp "lib\jetty\jetty-6.1.5.jar;lib\jetty\jetty-util-6.1.5.jar;lib\jetty\servlet-api-2.5-6.1.5.jar;WebContent\WEB-INF\classes" com.itmill.toolkit.launcher.ITMillDesktopLaunch
|