I devoloped my own library. I use this library in more and more projects.
In every project I create a new folder "lib" an copy manually my library
into this folder.
Is there an easy (automatic) way that does someting like this during the
building project:
1. oh something changed in the external library
2. build jar of this library
3. copy library into lib folder.
4. continue with the normal process.