Changeset 08f589f
- Timestamp:
- 02/02/12 00:32:40 (4 months ago)
- 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)
- File:
-
- 1 edited
-
classes/phing/tasks/ext/git/GitCommitTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/git/GitCommitTask.php
rabe6776 r08f589f 49 49 public function main() 50 50 { 51 if (null === $this->getRepository()) { 52 throw new BuildException('"repository" is required parameter'); 53 } 54 51 55 if (null === $this->getTargetPath()) { 52 56 throw new BuildException('"targetPath" is required parameter');
Note: See TracChangeset
for help on using the changeset viewer.
