diff options
author | Sven Gothel <[email protected]> | 2010-11-29 06:48:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-29 06:48:24 +0100 |
commit | 314f526bd572920d4c41c29d285a165817f93d8e (patch) | |
tree | e857def577335da8ea4c4a3b154bdf009bc6107d /build.xml | |
parent | 6e0ef5f40abbcde77bdae1efebb13d2dc1182a04 (diff) |
ZIP: add www folder
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ <zip destfile="${dist.dir}/${dist.zip.name}.zip"> <zipfileset dir="${dist.dir}" includes="jocl-demos.jar" prefix="${dist.zip.name}/jar"/> <zipfileset dir="${dist.dir}" includes="*.jnlp" prefix="${dist.zip.name}/jnlp-files"/> + <zipfileset dir="." includes="www/**" prefix="${dist.zip.name}"/> <zipfileset dir="${dist.dir}" includes="*.properties" prefix="${dist.zip.name}"/> </zip> </target> |