From: Jani Laakso Date: Mon, 26 Nov 2007 15:34:16 +0000 (+0000) Subject: Fixed packaging issues on linux platform. Some fixes for index.html. X-Git-Tag: 6.7.0.beta1~5438 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb4ba9271854ca5f5fad1ef02fd6c37bcfc89d8f;p=vaadin-framework.git Fixed packaging issues on linux platform. Some fixes for index.html. svn changeset:2982/svn branch:trunk --- diff --git a/build/build.xml b/build/build.xml index f90e12416c..74ad415bf2 100644 --- a/build/build.xml +++ b/build/build.xml @@ -272,12 +272,14 @@ + Adding platform specific files for ${package-platform} + @@ -327,6 +329,7 @@ + @@ -337,6 +340,7 @@ + @@ -348,6 +352,7 @@ + diff --git a/index.html b/index.html index 2217b416f2..a62e734124 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,6 @@
  • Advanced Web Application Topics
  • -
  • Manual part II: API Reference
  • Standard JavaDoc API
  • diff --git a/start-demo.txt b/start-demo.txt deleted file mode 100644 index b8433aecf2..0000000000 --- a/start-demo.txt +++ /dev/null @@ -1,15 +0,0 @@ -Starting Toolkit demos - - -1) Under Windows environment - -Doubleclick start-demo.bat - - -2) Under Linux or OSX environment - -Open shell and execute "sh start-demo.sh" - - -This starts an integrated Servlet Container which runs Toolkit demo -applications. Your default web browser should be opened automatically.