Browse Source

svn changeset:40/svn branch:toolkit

tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
4694f51a82
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build/build.xml

+ 2
- 2
build/build.xml View File

@@ -152,8 +152,8 @@
<!-- ZIP Package creation - - - - - - - - - - - - - - - - - - - - - - - - - -->

<target name="package" depends="init,docs,lib,demo">
<zip zipfile="build/${package-file-name}">
<fileset dir="build">
<zip zipfile="build/result/${package-file-name}">
<fileset dir="build/result">
<patternset>
<include name="${product-file}-${version}/**" />
</patternset>

Loading…
Cancel
Save