I have a some additional xml files(containing standard eclipse extensions) that lie outside the bundle. Is there a way that I could contribute the extns/extnpoints in those files to the platform's extension registry?
I tried
`Platform.getExtensionRegistry.addContribution(..)`
But the method takes a masterToken object, which I dont have access to, and without which it gives me an exception.