protected function initScriptfile()
 {
     if ($this->package->hasScriptfile()) {
         $this->writer->writeElement('scriptfile', $this->package->getScriptfile()->getName());
     }
 }