Description
The FileBasedProvider was a bundle we used in the early days of ACE to get started quickly with a very simple file based repository. The code for that has since been replaced by the RepositoryBasedProvider. I propose we remove support for the FileBasedProvider completely.
This is a bit more tricky than just throwing it away, as there is an integration test that currently depends on it. That will have to be refactored first.