Modidy a package name of nemo
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Rest
4 Bundle-SymbolicName: org.opendaylight.nemo.tool.eclipse.plugin.rest;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Bundle-Activator: org.opendaylight.nemo.tool.eclipse.plugin.rest.Activator
7 Bundle-Vendor: HUAWEI
8 Require-Bundle: org.eclipse.ui,
9  org.eclipse.core.runtime,
10  org.eclipse.ui.ide;bundle-version="3.10.1"
11 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
12 Bundle-ActivationPolicy: lazy
13 Bundle-ClassPath: lib/commons-codec-1.6.jar,
14  lib/commons-logging-1.1.3.jar,
15  lib/httpclient-4.3.5.jar,
16  lib/httpclient-cache-4.3.5.jar,
17  lib/httpcore-4.3.2.jar,
18  lib/httpmime-4.3.5.jar,
19  lib/json-20140107.jar,
20  .
21 Export-Package: org.apache.commons.codec,
22  org.apache.commons.codec.binary,
23  org.apache.commons.codec.digest,
24  org.apache.commons.codec.language,
25  org.apache.commons.codec.language.bm,
26  org.apache.commons.codec.net,
27  org.apache.commons.logging,
28  org.apache.commons.logging.impl,
29  org.apache.http,
30  org.apache.http.annotation,
31  org.apache.http.auth,
32  org.apache.http.auth.params,
33  org.apache.http.client,
34  org.apache.http.client.cache,
35  org.apache.http.client.config,
36  org.apache.http.client.entity,
37  org.apache.http.client.methods,
38  org.apache.http.client.params,
39  org.apache.http.client.protocol,
40  org.apache.http.client.utils,
41  org.apache.http.concurrent,
42  org.apache.http.config,
43  org.apache.http.conn,
44  org.apache.http.conn.params,
45  org.apache.http.conn.routing,
46  org.apache.http.conn.scheme,
47  org.apache.http.conn.socket,
48  org.apache.http.conn.ssl,
49  org.apache.http.conn.util,
50  org.apache.http.cookie,
51  org.apache.http.cookie.params,
52  org.apache.http.entity,
53  org.apache.http.entity.mime,
54  org.apache.http.entity.mime.content,
55  org.apache.http.impl,
56  org.apache.http.impl.auth,
57  org.apache.http.impl.client,
58  org.apache.http.impl.client.cache,
59  org.apache.http.impl.client.cache.ehcache,
60  org.apache.http.impl.client.cache.memcached,
61  org.apache.http.impl.conn,
62  org.apache.http.impl.conn.tsccm,
63  org.apache.http.impl.cookie,
64  org.apache.http.impl.entity,
65  org.apache.http.impl.execchain,
66  org.apache.http.impl.io,
67  org.apache.http.impl.pool,
68  org.apache.http.io,
69  org.apache.http.message,
70  org.apache.http.params,
71  org.apache.http.pool,
72  org.apache.http.protocol,
73  org.apache.http.util,
74  org.json,
75  org.json.zip
76 Import-Package: org.eclipse.core.resources