diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 12:55:52 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:40 +0300 |
commit | 0621de9bf2a5482d5d36a51a79d85c06600112c7 (patch) | |
tree | bb72c9086929a8dc44fbab659584de51c7575b65 /all/build.xml | |
parent | 6b42a7e57c762d358440ffdf68a545008d325a67 (diff) | |
download | vaadin-framework-0621de9bf2a5482d5d36a51a79d85c06600112c7.tar.gz vaadin-framework-0621de9bf2a5482d5d36a51a79d85c06600112c7.zip |
Publish zip also (#9299)
Diffstat (limited to 'all/build.xml')
-rw-r--r-- | all/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all/build.xml b/all/build.xml index 4e0b2293a9..d5b9b5fd83 100644 --- a/all/build.xml +++ b/all/build.xml @@ -8,10 +8,10 @@ <include file="../build.xml" as="vaadin" /> <!-- global properties --> - <property name="module.name" value="vaadin" /> + <property name="module.name" value="vaadin-all" /> <property name="result.dir" value="result" /> <property name="temp.dir" location="${result.dir}/temp" /> - <property name="zip.file" location="${result.dir}/lib/vaadin-${vaadin.version}.zip" /> + <property name="zip.file" location="${result.dir}/lib/${module.name}-${vaadin.version}.zip" /> <target name="fetch.module.and.dependencies"> <fail unless="module" message="No 'module' parameter given" /> |