diff options
author | knut <> | 2006-02-23 14:03:35 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 14:03:35 +0000 |
commit | 4c0ead80ff7f219c972892bfdf699f9db66ac8a7 (patch) | |
tree | 60304628cb4fc85791c32cbbcefd979955dbc2e9 /.gitattributes | |
parent | 78bddd0357fe5fc8fd0ab085ac7757ca996dcc48 (diff) |
Renamed schema files to avoid confusion
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 9358e4bd..58690b9d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -591,10 +591,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/Specs/application.dtd -text +framework/Specs/application.xsd -text +framework/Specs/config.dtd -text +framework/Specs/config.xsd -text framework/TApplication.php -text framework/TApplicationComponent.php -text framework/TComponent.php -text |