diff options
Diffstat (limited to 'buildscripts/phing/tasks/XmlLintTask.php')
-rw-r--r-- | buildscripts/phing/tasks/XmlLintTask.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/phing/tasks/XmlLintTask.php b/buildscripts/phing/tasks/XmlLintTask.php index 96f58234..0ed4f189 100644 --- a/buildscripts/phing/tasks/XmlLintTask.php +++ b/buildscripts/phing/tasks/XmlLintTask.php @@ -4,7 +4,7 @@ require_once 'phing/Task.php'; /** * A XML lint task. Checking syntax of one or more XML source file against an XML Schema using the DOM extension. * - * @author Knut Urdalen <knut.urdalen@telio.no> + * @author Knut Urdalen <knut.urdalen@gmail.com> * @package phing.tasks.ext */ class XmlLintTask extends Task { |