diff options
author | xue <> | 2007-05-14 17:28:09 +0000 |
---|---|---|
committer | xue <> | 2007-05-14 17:28:09 +0000 |
commit | f52dd35b28701da6ca62b9d8bde059fcc9974104 (patch) | |
tree | 1d8d55daf577677420c9477116fb454efb5e9939 /build.xml | |
parent | 3f9e3c42c7fd4b87d98e59b6078308233d840cf0 (diff) |
Update for next release.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -405,8 +405,11 @@ var_dump($sqlmap->queryForList('products-with-price', 50)); <move file="${build.base.dir}/${pkgname}.tar.gz" todir="${build.dist.dir}" /> </then> </if> + + <!-- <exec command="zip ${pkgname}.zip -r ${pkgname}" dir="${build.base.dir}" /> <move file="${build.base.dir}/${pkgname}.zip" todir="${build.dist.dir}" /> + --> <echo>Generating files for pradosoft.com...</echo> <echo>Compiling class docs...</echo> @@ -433,12 +436,7 @@ the PRADO distribution: buildscripts/classtree/PRADO.mxi and saving the generated file as "${build.src.dir}/editors/Dreamweaver/PRADO.mxp" -2. If building on Linux, the CHM doc file needs to be generated by compiling - "${build.doc.dir}/manual/CHMdefaultConverter/phpdoc.hhp" - and saving the generated file as - "${build.src.dir}/docs/manual.chm" - -3. Use winzip (on Windows) and gzip (on Linux) to generate the compressed +2. Use winzip (on Windows) and gzip (on Linux) to generate the compressed release files of the direcotry "${build.src.dir}". |