Skip to content

Commit 1afcb9b

Browse files
committed
updated dtds
1 parent 49ee8aa commit 1afcb9b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dtd/mybatis-3-config.dtd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!--
33
4-
Copyright 2009-2012 the original author or authors.
4+
Copyright 2009-2016 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
1616
limitations under the License.
1717
1818
-->
19-
2019
<!ELEMENT configuration (properties?, settings?, typeAliases?, typeHandlers?, objectFactory?, objectWrapperFactory?, plugins?, environments?, databaseIdProvider?, mappers?)>
2120

2221
<!ELEMENT databaseIdProvider (property*)>

dtd/mybatis-3-mapper.dtd

100755100644
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!--
33
4-
Copyright 2009-2013 the original author or authors.
4+
Copyright 2009-2016 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,10 +16,8 @@
1616
limitations under the License.
1717
1818
-->
19-
2019
<!ELEMENT mapper (cache-ref | cache | resultMap* | parameterMap* | sql* | insert* | update* | delete* | select* )+>
2120
<!ATTLIST mapper
22-
xmlns:fo CDATA #IMPLIED
2321
namespace CDATA #IMPLIED
2422
>
2523

0 commit comments

Comments
 (0)