summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 05184983..5fc8d6ae 100644
--- a/build.xml
+++ b/build.xml
@@ -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}".