I am developing a module for NetBeans IDE 8.2, and I am using the external JFreeChart API in my module. I have set up the IDE to include the necessary library jar files as “Wrapped Libraries,” and the module works well.
When I package the module into an NBM plugin file, I wish to package those external jar libraries as well, such that I only need to distribute that single NBM file. What is the best way to do this? Thanks in advance
