I'm thinking we should move parsers ( https://github.com/apache/cordova-lib/tree/master/cordova-lib/src/cordova/metadata) into platforms before each platforms 4.0.0 goes out.
These files would still live in the CLI so older platforms can work with newer cli releases. A future cli release can start using the ones from platforms (if they exist) instead of the ones packaged with the cli. We can eventually (6 months) do a major CLI update and remove these files in the process. CLI would have to be set to use minimum platform version to 4.0.0. Thoughts?
