mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
333 stars 92 forks source link

Detect xml files with http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd #30

Closed vazul closed 9 years ago

vazul commented 9 years ago

Detect xml files with http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd dtd as mybatis mapper xml files.

harawata commented 9 years ago

Hi László,

Thank you for the pull request, but the DTD file is very old and not compatible with the recent versions of MyBatis. I encourage you to use the latest version of MyBatis and replace the old DTD URL with the new one!

Regards, Iwao

vazul commented 9 years ago

Hi Iwao!

We have hundreds of mappers... but yes, I've managed to change it in one commit (SVN is used).

Thanks!

-- Vazul