| [buckminster-dev] Re: Problems getting started with Headless Buckminster |
Hi Mark,
I made an experiment and removed that interface from the class in question together with the dependency it introduces to org.eclipse.compare. After that, the core plugin runs fine without any UI components.It looks like the dependency exists so that our BaseResourceStorage class can implement the org.eclipse.compare.IEncodedStreamContentAccessor interface. The annotation for this change says it was so that we could properly set the encoding on files when doing compares from the Synch view.
Kind Regards, Thomas Hallgren