diff options
Diffstat (limited to 'ncomp-openstack-controller/META-INF/MANIFEST.MF')
-rw-r--r-- | ncomp-openstack-controller/META-INF/MANIFEST.MF | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ncomp-openstack-controller/META-INF/MANIFEST.MF b/ncomp-openstack-controller/META-INF/MANIFEST.MF new file mode 100644 index 0000000..932b68c --- /dev/null +++ b/ncomp-openstack-controller/META-INF/MANIFEST.MF @@ -0,0 +1,15 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: ncomp-openstack-controller +Bundle-SymbolicName: ncomp-openstack-controller +Bundle-Version: 0.1.0.qualifier +Export-Package: org.openecomp.ncomp.openstack.controller.tools, + org.openecomp.ncomp.servers.openstack, + org.openecomp.ncomp.servers.openstack.loc +Require-Bundle: ncomp-core-types;bundle-version="0.1.0", + ncomp-sirius-manager-model;bundle-version="0.1.0", + ncomp-sirius-manager-server;bundle-version="0.1.0", + ncomp-sirius-manager-console;bundle-version="0.1.0", + ncomp-sirius-manager-generator;bundle-version="0.1.0", + ncomp-openstack-model;bundle-version="0.1.0", + ncomp-utils-java;bundle-version="0.1.0" |