I have written a plugin that uses PDT (and thus DLTK) to create a customized project. I now to need to add libraries to the buildpath of my custom project.
I do have a plugin that contains these libraries and I've been struggling trying to figure out how to create / modify the .buildpath file. I was not successful trying to use BuildpathEntry, as it seemed to fail because the path I provided to .buildpath did not contain a device id.
I'm not sure where to go from here.
EDIT: I'm trying to add PHP libraries to the .buildpath file of my PDT project in my custom plugin, just to be clear ;)