summaryrefslogtreecommitdiffstats
path: root/build/readme.txt
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-14 14:31:22 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-14 14:31:22 +0000
commite4e7bcd25cd15027f786798604f286a503c0b0e9 (patch)
treee4e1555b066a852b6ab478474897b8be94ffeb31 /build/readme.txt
parent8edeee183f4d3fa7244e142ad0918c7e1d60a3e2 (diff)
downloadvaadin-framework-e4e7bcd25cd15027f786798604f286a503c0b0e9.tar.gz
vaadin-framework-e4e7bcd25cd15027f786798604f286a503c0b0e9.zip
Some renamings for Vaadin 6.0 package.
svn changeset:7818/svn branch:6.0
Diffstat (limited to 'build/readme.txt')
-rw-r--r--build/readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/readme.txt b/build/readme.txt
index 51e01e9bad..6310236fc7 100644
--- a/build/readme.txt
+++ b/build/readme.txt
@@ -6,7 +6,7 @@ How to build packages
1. See build/GWT-VERSION.properties file
- states the GWT version used within this project
-2. Checkout correct GWT distribution version for your platform from http://dev.itmill.com/svn/gwt/
+2. Checkout correct GWT distribution version for your platform from http://dev.vaadin.com/svn/gwt/
- note, you have to checkout GWT for all platforms when doing release builds
3. Extract or link GWT distribution under build/gwt/<platform> directory / directories
@@ -21,10 +21,10 @@ How to build packages
Complete example for building from scratch
==========================================
This is run in an empty directory on Ubuntu 8.10 to checkout sources from svn and
-to build a complete IT Mill Toolkit package.
+to build a complete Vaadin package.
-svn co http://dev.itmill.com/svn/trunk/
-svn co http://dev.itmill.com/svn/gwt/
+svn co http://dev.vaadin.com/svn/trunk/
+svn co http://dev.vaadin.com/svn/gwt/
cd gwt
tar xfj gwt-linux-1.5.3.tar.bz2
cd ../trunk/build
@@ -32,4 +32,4 @@ mkdir gwt
cd gwt
ln -sf ../../../gwt/gwt-linux-1.5.3 linux
cd ..
-ant package-linux \ No newline at end of file
+ant package-linux