summaryrefslogtreecommitdiffstats
path: root/build/readme.txt
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-10 13:47:04 +0300
committerArtur Signell <artur@vaadin.com>2012-09-10 16:31:31 +0300
commitfae0a3486d92185c03658ba974ab04d0bf8f05e7 (patch)
treeb9b7dd01e5ed3881889eeb8058524fbc738b6722 /build/readme.txt
parente30db6484b882e3115da871f582f2cdb1320e763 (diff)
downloadvaadin-framework-fae0a3486d92185c03658ba974ab04d0bf8f05e7.tar.gz
vaadin-framework-fae0a3486d92185c03658ba974ab04d0bf8f05e7.zip
Removed files which are no longer needed (#9299)
Diffstat (limited to 'build/readme.txt')
-rw-r--r--build/readme.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/readme.txt b/build/readme.txt
deleted file mode 100644
index 64f1d91862..0000000000
--- a/build/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-How to build Vaadin Framework
-=============================
-
-Building the distribution packages is as easy as running ant without
-parameters in this directory. While as official packages will be built
-with Java 1.5, you can force build with 1.6 by adding the option
--Dignoreversion=1
-
-Some of the most common targets to build:
-- Distribution JAR-file will be built with target package-jar
-- Test WAR will be built with target package-war
-
-For more detailed info, see build.xml