From 8e5aa8de52dccf6bcf4f2c47a7d07861acb98e5e Mon Sep 17 00:00:00 2001 From: Jonatan Kronqvist Date: Wed, 8 Dec 2010 13:08:52 +0000 Subject: Fix for #6038 - Move manual checkout from build script to build server svn changeset:16407/svn branch:6.5 --- build/VERSION.properties | 3 +-- build/build.xml | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/build/VERSION.properties b/build/VERSION.properties index 7bd1bbbaf1..78a3047486 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1,2 +1 @@ -version=6.5.0 -manual.repository=http://dev.vaadin.com/svn/doc/branches/6.5 +version=6.5.0 \ No newline at end of file diff --git a/build/build.xml b/build/build.xml index a96096153b..13066175e3 100644 --- a/build/build.xml +++ b/build/build.xml @@ -205,6 +205,8 @@ + + @@ -873,7 +875,8 @@ - + + @@ -898,7 +901,7 @@ - + @@ -909,7 +912,7 @@ - + @@ -920,7 +923,7 @@ - + @@ -941,13 +944,18 @@ - + ##teamcity[publishArtifacts '${docdir}/build/result/package/eclipse/plugins/*.jar'] ##teamcity[publishArtifacts '${docdir}/build/result/package/eclipse/features/*.jar'] - + + Skipping Book of Vaadin build as it is not available in ${checkout-path}/docs + + + + -- cgit v1.2.3