diff options
author | xue <> | 2007-01-15 01:28:22 +0000 |
---|---|---|
committer | xue <> | 2007-01-15 01:28:22 +0000 |
commit | 248a03a2d2957fbeb0bcc541cf3508a2aeea6e39 (patch) | |
tree | 9bd0729c54abd1a674f779b03488e2dac1777e9a | |
parent | 616729be9c49479d60d5e497c6a8b6acbca11ffb (diff) |
updated build script for release.3.1.0a
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -211,8 +211,10 @@ <echo>Generating CHM Content (Quickstart + ClassDocs)</echo> <exec command="${php} build.php" dir="buildscripts/chmbuilder" passthru="true"/> + <!-- done on project website <echo>Generating CHM Content (WIKI)</echo> <exec command="${php} build.php" dir="buildscripts/wikibuilder" passthru="true"/> + --> <if> <equals arg1="${prado.winbuild}" arg2="true"/> <then> |