Project:
View Revisions: Issue #39212 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0039212: Small cleanup of build.xml (simplify smartbuild antcalls, remove obsolete db.apply.modules & apply.on.update) | ||
Revision | 2020-04-13 18:08 by shuehner | ||
Description | Small simplifications to build.xml files - in smartbuild: - remove setting onlyIfModified property. That was used before inside dbsm. But its usage got removed in commit 530adf6659de. So no need setting it. - Remove an antcall to avoid overhead (which parses build.xml again from zero) - in install.source - Remove an antcall to avoid overhead - remove ant target db.apply.modules That is never called anywhere in the build system. It is not useful to keep for manual use as it just calls another target depending on the propery apply.on.update which is also never set in the build system automatically. - in generate.java.doc Simplify conditions by stopping to compare against Java 1.7 which is no longer supported. To safeguard task add depends on "init" which is checking for Java>=1.8 already |
||
Revision | 2018-09-01 12:25 by shuehner | ||
Description | Small simplifications to build.xml files - in smartbuild: - remove setting onlyIfModified property. That was used before inside dbsm. But its usage got removed in commit 530adf6659de. So no need setting it. - Remove an antcall to avoid overhead (which parses build.xml again from zero) - in install.source - Remove an antcall to avoid overhead - remove ant target db.apply.modules That is never called anywhere in the build system. It is not useful to keep for manual use as it just calls another target depending on the propery apply.on.update which is also never set in the build system automatically. |
Copyright © 2000 - 2009 MantisBT Group |