/**
  * Constructor
  * @param $project the project to which this antxml context belongs to
  */
 public function __construct($project)
 {
     $this->project = $project;
     $this->implicitTarget = new Target();
     $this->implicitTarget->setName("");
     $this->implicitTarget->setHidden(true);
 }