diff options
author | lj1412 <lji@research.att.com> | 2017-02-15 12:45:23 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-15 12:45:25 +0000 |
commit | 4a69ee4417940dde4311e8dc43474f38d6c9412e (patch) | |
tree | 455250b4c17706791cc66aa91388308b61596a9c /operation-utils/META-INF | |
parent | ce343cc80095bf4d4684616580546eeaac1d4259 (diff) |
Init dcae.operation.utils
Change-Id: I8c5d28aefa33396707d27168254d857cd321a4d1
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'operation-utils/META-INF')
-rw-r--r-- | operation-utils/META-INF/MANIFEST.MF | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/operation-utils/META-INF/MANIFEST.MF b/operation-utils/META-INF/MANIFEST.MF new file mode 100644 index 0000000..65b7caa --- /dev/null +++ b/operation-utils/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: operation-utils +Bundle-SymbolicName: operation-utils +Bundle-Version: 0.1.0.qualifier +Export-Package: org.openecomp.entity, + org.openecomp.logger, + org.openecomp.utils |