summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-04-09 08:33:13 +0000
committerArtur Signell <artur.signell@itmill.com>2010-04-09 08:33:13 +0000
commita1b0c194b7c7b220e594a6b1c50d432de42abef1 (patch)
tree7186f2d93e12051ca76f5b826d8d007bd5ed1ba7 /build
parent4516816a44e44e38e0104261e5e9c5a94061151c (diff)
downloadvaadin-framework-a1b0c194b7c7b220e594a6b1c50d432de42abef1.tar.gz
vaadin-framework-a1b0c194b7c7b220e594a6b1c50d432de42abef1.zip
Changed -docs package from tar.gz to zip (#4467). Still needs testing.
svn changeset:12418/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 1acc8e7209..c7ea2a9e11 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -935,7 +935,7 @@
</target>
<target name="manual-package" depends="manual-init, manual-copy">
- <tar destfile="${result-path}/${product-file}-docs-${version.full}.tar.gz" compression="gzip" longfile="gnu">
+ <tar destfile="${result-path}/${product-file}-docs-${version.full}.zip" compression="gzip" longfile="gnu">
<tarfileset prefix="docs" dir="${result-path}/${product-file}-${version.full}/WebContent/docs">
<patternset>
<include name="api/**" />