To declare a model connector:
<?xml version=
"1.0"
encoding=
"UTF-8"
?> <connectors> <modelReader metamodel=
"library"
name=
"MyReader2"
uriType=
"file"
class=
"com.sodius.mdw.example.library.MyReader"
> <fileExtension description=
"XML files"
extension=
"xml"
/> </modelReader> </connectors>
You must then make sure this connectors.xml file will be part of the build process:
Refer to Eclipse documentation to get more information about plugins and build process.