The targets from the project (build-file) are copied into the build.xml
file, using the correct path. This makes the new Ant targets available to other processes.
Earlier versions of DITA-OT use the dita.conductor.target.relative to call a
wrapper file with a dummy task that imports the Ant project file. This approach is still supported for backwards
compatibility, but the simpler ant.import approach described above should be used for all new
customizations.