diff options
author | knut <> | 2006-02-23 18:49:14 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 18:49:14 +0000 |
commit | 790954df7b3959af479a71bae0905c1c11a56fb7 (patch) | |
tree | 1b75aad5ebfadcf82f95965447fbf56dc21867f8 /.gitattributes | |
parent | 088c6a09d6c1f230060e98ea98dcfb8f69025af6 (diff) |
Created an XmlLintTask to validate configuration against XML Schema Definitions and a new target lint-demos to check both syntax of demo configuration and PHP source files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 58690b9d..4f511c4f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,7 @@ buildscripts/phing/style/phpunit2-frames.xsl -text buildscripts/phing/style/phpunit2-noframes.xsl -text buildscripts/phing/style/str.replace.function.xsl -text buildscripts/phing/tasks/PhpLintTask.php -text +buildscripts/phing/tasks/XmlLintTask.php -text buildscripts/phpbuilder/build.php -text buildscripts/phpbuilder/files.txt -text buildscripts/texbuilder/build.php -text |