A standard namespace naming convention is used to reference the tasks used by the Dependency Build. For IBMi systems the namespace for the build tasks is antp:
<project xmlns:antp="antlib:com.ibm.teamp.build.ant" ...
For z/OS systems the namespace is antz:
<project xmlns:antz="antlib:com.ibm.team.enterprise.zos.build.ant" ...