diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-17 08:32:29 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-17 08:32:29 +0000 |
commit | aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff (patch) | |
tree | 1373b7e33dfc65226471d34489179bd98b9f0821 /build/readme.txt | |
parent | 54e206d385cc9f52ecdb1920c68718f0f642b789 (diff) | |
download | vaadin-framework-aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff.tar.gz vaadin-framework-aade55ae17d4e40b0ad64ae8d3c2a2205897f6ff.zip |
#7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml)
svn changeset:20444/svn branch:6.7
Diffstat (limited to 'build/readme.txt')
-rw-r--r-- | build/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/readme.txt b/build/readme.txt index 5a52afe1de..2e54326e44 100644 --- a/build/readme.txt +++ b/build/readme.txt @@ -9,6 +9,6 @@ with Java 1.5, you can force build with 1.6 by adding the option Some of the most common targets to build: - Distribution ZIP-file will be built with target package-zip - Distribution JAR-file will be built with target package-jar -- Demo package will be built with target package-war +- Test WAR will be built with target package-war For more detailed info, see build.xml |