diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-11-23 14:52:35 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-11-23 14:52:35 +0000 |
commit | ce48c1012f97a750b6ef5747d0763878fd2f174d (patch) | |
tree | b747c9e1504b8925225f5ad8be6f6e5e80783784 /build/build.xml | |
parent | 7b1d97090a6ea60a09e6bf98f87ff595e09f9b35 (diff) | |
download | vaadin-framework-ce48c1012f97a750b6ef5747d0763878fd2f174d.tar.gz vaadin-framework-ce48c1012f97a750b6ef5747d0763878fd2f174d.zip |
packaging
svn changeset:2916/svn branch:trunk
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 98bd144416..74efee96e4 100644 --- a/build/build.xml +++ b/build/build.xml @@ -112,7 +112,8 @@ <!-- Output directory --> <property name="output-dir" value="build/result/${product-file}-${version}" /> - <mkdir dir="${output-dir}" /> + <mkdir dir="build/result" /> + <mkdir dir="${output-dir}" /> <!-- Create Output Directory Hierarchy --> <mkdir dir="${output-dir}/doc/manual" /> |