Changeset 08f589f


Ignore:
Timestamp:
02/02/12 00:32:40 (4 months ago)
Author:
Jonathan Creasy <jcreasy@…>
Branches:
master
Children:
4870cff
Parents:
abe6776
git-author:
Jonathan Creasy <jcreasy@…> (02/02/12 00:32:40)
git-committer:
Jonathan Creasy <jcreasy@…> (02/02/12 00:32:40)
Message:

Nevermind, that was sily

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/phing/tasks/ext/git/GitCommitTask.php

    rabe6776 r08f589f  
    4949    public function main() 
    5050    { 
     51        if (null === $this->getRepository()) { 
     52            throw new BuildException('"repository" is required parameter'); 
     53        } 
     54 
    5155        if (null === $this->getTargetPath()) { 
    5256            throw new BuildException('"targetPath" is required parameter'); 
Note: See TracChangeset for help on using the changeset viewer.