]> gerrit.simantics Code Review - simantics/third-party.git/blob - plugins/io.grpc/META-INF/MANIFEST.MF
Update to io.grcp 1.21.0 and protobuf 3.7.1
[simantics/third-party.git] / plugins / io.grpc / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: io.grpc
4 Bundle-SymbolicName: io.grpc
5 Bundle-Version: 1.21.0.qualifier
6 Automatic-Module-Name: io.grpc
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Bundle-ClassPath: lib/grpc-context-1.21.0.jar,
9  lib/grpc-core-1.21.0.jar,
10  lib/grpc-netty-shaded-1.21.0.jar,
11  lib/grpc-protobuf-1.21.0.jar,
12  lib/grpc-protobuf-lite-1.21.0.jar,
13  lib/grpc-stub-1.21.0.jar,
14  .,
15  lib/grpc-api-1.21.0.jar
16 Export-Package: io.grpc,
17  io.grpc.inprocess,
18  io.grpc.internal,
19  io.grpc.netty.shaded.io.grpc.netty,
20  io.grpc.netty.shaded.io.netty.bootstrap,
21  io.grpc.netty.shaded.io.netty.buffer,
22  io.grpc.netty.shaded.io.netty.channel,
23  io.grpc.netty.shaded.io.netty.channel.embedded,
24  io.grpc.netty.shaded.io.netty.channel.epoll,
25  io.grpc.netty.shaded.io.netty.channel.group,
26  io.grpc.netty.shaded.io.netty.channel.internal,
27  io.grpc.netty.shaded.io.netty.channel.local,
28  io.grpc.netty.shaded.io.netty.channel.nio,
29  io.grpc.netty.shaded.io.netty.channel.oio,
30  io.grpc.netty.shaded.io.netty.channel.pool,
31  io.grpc.netty.shaded.io.netty.channel.socket,
32  io.grpc.netty.shaded.io.netty.channel.socket.nio,
33  io.grpc.netty.shaded.io.netty.channel.socket.oio,
34  io.grpc.netty.shaded.io.netty.channel.unix,
35  io.grpc.netty.shaded.io.netty.handler.codec,
36  io.grpc.netty.shaded.io.netty.handler.codec.base64,
37  io.grpc.netty.shaded.io.netty.handler.codec.bytes,
38  io.grpc.netty.shaded.io.netty.handler.codec.compression,
39  io.grpc.netty.shaded.io.netty.handler.codec.http,
40  io.grpc.netty.shaded.io.netty.handler.codec.http.cookie,
41  io.grpc.netty.shaded.io.netty.handler.codec.http.cors,
42  io.grpc.netty.shaded.io.netty.handler.codec.http.multipart,
43  io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx,
44  io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx.extensions,
45  io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx.extensions.compression,
46  io.grpc.netty.shaded.io.netty.handler.codec.http2,
47  io.grpc.netty.shaded.io.netty.handler.codec.json,
48  io.grpc.netty.shaded.io.netty.handler.codec.marshalling,
49  io.grpc.netty.shaded.io.netty.handler.codec.protobuf,
50  io.grpc.netty.shaded.io.netty.handler.codec.rtsp,
51  io.grpc.netty.shaded.io.netty.handler.codec.serialization,
52  io.grpc.netty.shaded.io.netty.handler.codec.socks,
53  io.grpc.netty.shaded.io.netty.handler.codec.socksx,
54  io.grpc.netty.shaded.io.netty.handler.codec.socksx.v4,
55  io.grpc.netty.shaded.io.netty.handler.codec.socksx.v5,
56  io.grpc.netty.shaded.io.netty.handler.codec.spdy,
57  io.grpc.netty.shaded.io.netty.handler.codec.string,
58  io.grpc.netty.shaded.io.netty.handler.codec.xml,
59  io.grpc.netty.shaded.io.netty.handler.flow,
60  io.grpc.netty.shaded.io.netty.handler.flush,
61  io.grpc.netty.shaded.io.netty.handler.ipfilter,
62  io.grpc.netty.shaded.io.netty.handler.logging,
63  io.grpc.netty.shaded.io.netty.handler.proxy,
64  io.grpc.netty.shaded.io.netty.handler.ssl,
65  io.grpc.netty.shaded.io.netty.handler.ssl.ocsp,
66  io.grpc.netty.shaded.io.netty.handler.ssl.util,
67  io.grpc.netty.shaded.io.netty.handler.stream,
68  io.grpc.netty.shaded.io.netty.handler.timeout,
69  io.grpc.netty.shaded.io.netty.handler.traffic,
70  io.grpc.netty.shaded.io.netty.internal.tcnative,
71  io.grpc.netty.shaded.io.netty.resolver,
72  io.grpc.netty.shaded.io.netty.util,
73  io.grpc.netty.shaded.io.netty.util.collection,
74  io.grpc.netty.shaded.io.netty.util.concurrent,
75  io.grpc.perfmark,
76  io.grpc.protobuf,
77  io.grpc.protobuf.lite,
78  io.grpc.stub,
79  io.grpc.stub.annotations,
80  io.grpc.util
81 Require-Bundle: com.google.api.grpc.proto-google-common-protos;bundle-version="1.12.0",
82  com.google.errorprone.error_prone_annotations;bundle-version="2.3.2",
83  com.google.gson;bundle-version="2.7.0",
84  com.google.guava;bundle-version="21.0.0",
85  com.google.protobuf;bundle-version="3.7.1",
86  io.opencensus.api;bundle-version="0.21.0",
87  io.opencensus.contrib-grpc-metrics;bundle-version="0.21.0"