diff options
author | knut <> | 2006-04-27 05:11:03 +0000 |
---|---|---|
committer | knut <> | 2006-04-27 05:11:03 +0000 |
commit | b387c4ae04ed2854dab5cd608468a95d3d49721c (patch) | |
tree | 899a9a2a23ae91a0594256e253323c396d1cc4ae /.gitattributes | |
parent | cb01c9389c481ea9bf09eecbed9102b623f87d62 (diff) |
Added first test version of PEAR packaging through Phing. Run "phing dist-pear" to test it.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7b1781d5..c8fb6ada 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ buildscripts/phing/style/log.xsl -text 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/BuildPradoPEARPackageTask.php -text buildscripts/phing/tasks/PhpLintTask.php -text buildscripts/phing/tasks/XmlLintTask.php -text buildscripts/phing/tasks/ZendCodeAnalyzerTask.php -text |