All,
I have created a plugin that I will be using across several projects. For testing purposes, I have included the jar file needed to connect to Oracle to test the domain classes in this plugin. I do not want this jar file to be included in the packaged plugin (done by running package-plugin). The jar file exists in the /lib directory. What do I have to do to make sure it gets excluded in the packaged plugin?
Thank you for any help!