summaryrefslogtreecommitdiffstats
path: root/all/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-06 19:25:20 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:50 +0300
commite86c2a12153f520830b9f5c8b1d7bd65082f99a1 (patch)
treee5b75ead4be049aed346afad34374ea86b7c9e12 /all/build.xml
parent07b4b903163b4c196972c13e25cdd83af27e2ef6 (diff)
downloadvaadin-framework-e86c2a12153f520830b9f5c8b1d7bd65082f99a1.tar.gz
vaadin-framework-e86c2a12153f520830b9f5c8b1d7bd65082f99a1.zip
Readme for zip (#9299)
Diffstat (limited to 'all/build.xml')
-rw-r--r--all/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/all/build.xml b/all/build.xml
index f69e8a0bb5..4281a63b2f 100644
--- a/all/build.xml
+++ b/all/build.xml
@@ -47,6 +47,9 @@
</fileset>
<fileset refid="common.files.for.all.jars" />
+ <fileset dir="${result.dir}/..">
+ <include name="README.TXT"/>
+ </fileset>
</zip>
</target>