class OsmPackager(EtsiPackager) added. In function _do_package() files attached to a project are first choosed, if they are relevant for OsmPackaging and then sorted in lists after the destination package (ns-package or vnf-package and etc.). Then temporary directories for all packages are created, files copied there archives created from that directories. Helper functions are defined in OsmPackager-class for all these steps.
Added misc/mixed-ns-project/ for OSM-Testing.
In packager.py:
class OsmPackager(EtsiPackager) added. In function _do_package() files attached to a project are first choosed, if they are relevant for OsmPackaging and then sorted in lists after the destination package (ns-package or vnf-package and etc.). Then temporary directories for all packages are created, files copied there archives created from that directories. Helper functions are defined in OsmPackager-class for all these steps.