/**
  * @param dir
  *     <p>Calls the packager, passing the dir path to where the packager should create the
  *     destructiveChanges.xml file.
  */
 public void createDestructiveChangesXmlFile(String dir) {
   packager.createFile(dir, PropertyReader.getSystemProperty("sf.destruct.file.name"), true);
 }