I've got a eclipse plugin ready, but now i need a way to save some files outside the jar, this files will xml and txt.
My question is how to acess them and where i put them so i can test the plugin without exporting the plugin to the eclipse plugins folder. I have already tried to put them in a folder inside the project but they don't appear in the output.
Thanks.