Hello!
Netbeans doesn't allow me to specify, which files I want to have additionally included inside the JAR.
- Can I work this around by editing the manifest.mf?
- Or by editing build.xml?
- What else could be done?
EDIT
I need the files to appear in jar's root (files such as LICENSE.txt
or some exec script), because otherwise they wouldn't make lot sense.