aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:12:08 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:12:10 +0000
commita84b847a3409df445482674feffa2872a8cbae83 (patch)
treea4f2dcaef92e0fb09402f2f28f793928d0a16bfd /dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF
parente6bca17737d1897675e6403e196fc2a61f335651 (diff)
Init dcae.controller
Change-Id: I460f09494faa84b55d9c5d54112e098b0e74d007 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF')
-rw-r--r--dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF/MANIFEST.MF b/dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..7e3e61a
--- /dev/null
+++ b/dcae-controller-service/dcae-controller-service-storage-postgres-model/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: dcae-controller-service-storage-postgres-model;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
+Export-Package: org.openecomp.dcae.controller.service.storage.postgres.service,
+ org.openecomp.dcae.controller.service.storage.postgres.service.impl,
+ org.openecomp.dcae.controller.service.storage.postgres.service.util
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.xtext.xbase.lib,
+ org.eclipse.emf.ecore.xcore.lib,
+ dcae-controller-core-model;visibility:=reexport,
+ ncomp-core-model;bundle-version="0.1.0";visibility:=reexport,
+ dcae-controller-service-storage-postgres-model;visibility:=reexport,
+ ncomp-openstack-model;visibility:=reexport,
+ ncomp-sirius-manager-model;bundle-version="0.1.0";visibility:=reexport,
+ ncomp-core-types;bundle-version="0.1.0",
+ ncomp-utils-java;bundle-version="0.1.0",
+ dcae-controller-service-vm-model;bundle-version="0.1.0";visibility:=reexport,
+ ncomp-sirius-manager-agent-model;visibility:=reexport,
+ dcae-controller-service-common-vm-model;bundle-version="0.1.0";visibility:=reexport
+Bundle-ActivationPolicy: lazy