diff options
author | xue <> | 2006-02-21 19:32:36 +0000 |
---|---|---|
committer | xue <> | 2006-02-21 19:32:36 +0000 |
commit | 2f29591dc5a20086ad2c0e4e3689f7c0b9ab7b02 (patch) | |
tree | 6c5310695c2cc8dd47c4b7d6a36e68649d732c10 /.gitattributes | |
parent | bc8fcfba51fd93330d3c1855d7f948c53c8a1968 (diff) |
Added DTD and XSD for app and page configurations.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9f3c92e4..338130f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -584,6 +584,10 @@ framework/Security/TAuthorizationRule.php -text framework/Security/TMembershipManager.php -text framework/Security/TSecurityManager.php -text framework/Security/TUserManager.php -text +framework/Specs/ApplicationConfiguration.dtd -text +framework/Specs/ApplicationConfiguration.xsd -text +framework/Specs/PageConfiguration.dtd -text +framework/Specs/PageConfiguration.xsd -text framework/TApplication.php -text framework/TApplicationComponent.php -text framework/TComponent.php -text |