summaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-11-30 16:13:19 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-11-30 16:13:19 +0000
commitc4832facac82b1fd10cea4a1723fe8b45c93fe88 (patch)
treeb7209f4e7f70ce536574b546d4ab4f35932bfbb0 /build/package
parente4bcb45c452c69674c29545d06b4168cf7431350 (diff)
downloadvaadin-framework-c4832facac82b1fd10cea4a1723fe8b45c93fe88.tar.gz
vaadin-framework-c4832facac82b1fd10cea4a1723fe8b45c93fe88.zip
Fixed packaging.
svn changeset:3092/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r--build/package/WebContent/index.html2
-rw-r--r--build/package/start-demo.bat2
-rw-r--r--build/package/start-demo.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/package/WebContent/index.html b/build/package/WebContent/index.html
index e605412db6..90ee218729 100644
--- a/build/package/WebContent/index.html
+++ b/build/package/WebContent/index.html
@@ -207,7 +207,7 @@
<div class="library">
<h5>Library</h5>
<p>Contains all you need to start a new Toolkit project (binaries, sources, default
- themes and widgetsets). <a href="lib/itmill-toolkit-<version></version>.jar">Toolkit JAR</a></p>
+ themes and widgetsets). <a href="WEB-INF/lib/itmill-toolkit-<version></version>.jar">Toolkit JAR</a></p>
</div>
<div class="documentation">
diff --git a/build/package/start-demo.bat b/build/package/start-demo.bat
index 8ac629e9c5..08bd809566 100644
--- a/build/package/start-demo.bat
+++ b/build/package/start-demo.bat
@@ -1 +1 @@
-@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.ITMillToolkitDesktopMode
+@java -cp "WebContent\demo\lib\jetty\jetty-6.1.5.jar;WebContent\demo\lib\jetty\jetty-util-6.1.5.jar;WebContent\demo\lib\jetty\servlet-api-2.5-6.1.5.jar;WebContent\WEB-INF\classes" com.itmill.toolkit.launcher.ITMillToolkitDesktopMode
diff --git a/build/package/start-demo.sh b/build/package/start-demo.sh
index 1576528db7..36fbb95292 100644
--- a/build/package/start-demo.sh
+++ b/build/package/start-demo.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-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.ITMillToolkitDesktopMode
+java -cp WebContent/demo/lib/jetty/jetty-6.1.5.jar:WebContent/demo/lib/jetty/jetty-util-6.1.5.jar:WebContent/demo/lib/jetty/servlet-api-2.5-6.1.5.jar:WebContent/WEB-INF/classes com.itmill.toolkit.launcher.ITMillToolkitDesktopMode