I need to be able to include additional files with the JAR plugin and I am having difficulty finding documentation describing how to do this. When looking in the Eclipse/plugins directory it looks as if some plugins do this, implying it is possible.
When I right click my plugin project and select Export, it only allows me to export as a JAR. I am looking for a way to be able to package the plugin in a folder and in the folder have the JAR plugin and other files.
Thanks!