deleteVersions
The deleteVersions task deletes all the SMP/E version definitions.
This task has no attributes.
Example
The following code illustrates the deletion of all the version definitions.
<target name="delete" description="Delete version definitions">
<xt:deleteVersions/>
</target>