aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-utils-journaling/META-INF/MANIFEST.MF
blob: e4697526f622bbbceb762e812fc6e467d48c7e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: ncomp-utils-journaling
Bundle-Version: 0.1.0.qualifier
Export-Package: org.openecomp.ncomp.utils.journaling;uses:="org.apache.log4j,junit.framework,org.json"
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.10.2",
 org.eclipse.emf.ecore.xmi;bundle-version="2.10.2",
 org.junit;bundle-version="4.11.0",
 org.apache.log4j;bundle-version="1.2.15",
 org.apache.commons.cli,
 org.apache.commons.compress;bundle-version="1.6.0",
 ncomp-utils-java;bundle-version="0.1.0"
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7