Changeset 1043 for trunk/buildscripts

Show
Ignore:
Timestamp:
05/08/2006 08:36:50 AM (3 years ago)
Author:
knut
Message:

Changed my email address

Location:
trunk/buildscripts/phing/tasks
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/phing/tasks/PhpLintTask.php

    r710 r1043  
    55 * A PHP lint task. Checking syntax of one or more PHP source file. 
    66 * 
    7  * @author   Knut Urdalen <knut.urdalen@telio.no> 
     7 * @author   Knut Urdalen <knut.urdalen@gmail.com> 
    88 * @package  phing.tasks.ext 
    99 */ 
  • trunk/buildscripts/phing/tasks/XmlLintTask.php

    r710 r1043  
    55 * A XML lint task. Checking syntax of one or more XML source file against an XML Schema using the DOM extension. 
    66 * 
    7  * @author   Knut Urdalen <knut.urdalen@telio.no> 
     7 * @author   Knut Urdalen <knut.urdalen@gmail.com> 
    88 * @package  phing.tasks.ext 
    99 */ 
  • trunk/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php

    r761 r1043  
    2727 * break-depth                Break/continue with depth more than current nesting level.  
    2828 *  
    29  * @author   Knut Urdalen <knut.urdalen@telio.no> 
     29 * @author   Knut Urdalen <knut.urdalen@gmail.com> 
    3030 * @package  phing.tasks.ext 
    3131 */