]> gerrit.simantics Code Review - simantics/third-party.git/blobdiff - features/io.grpc/META-INF/MANIFEST.MF
Update to io.grcp 1.21.0 and protobuf 3.7.1
[simantics/third-party.git] / features / io.grpc / META-INF / MANIFEST.MF
diff --git a/features/io.grpc/META-INF/MANIFEST.MF b/features/io.grpc/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..158717c
--- /dev/null
@@ -0,0 +1,87 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: io.grpc
+Bundle-SymbolicName: io.grpc
+Bundle-Version: 1.21.0.qualifier
+Automatic-Module-Name: io.grpc
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ClassPath: lib/grpc-context-1.21.0.jar,
+ lib/grpc-core-1.21.0.jar,
+ lib/grpc-netty-shaded-1.21.0.jar,
+ lib/grpc-protobuf-1.21.0.jar,
+ lib/grpc-protobuf-lite-1.21.0.jar,
+ lib/grpc-stub-1.21.0.jar,
+ .,
+ lib/grpc-api-1.21.0.jar
+Export-Package: io.grpc,
+ io.grpc.inprocess,
+ io.grpc.internal,
+ io.grpc.netty.shaded.io.grpc.netty,
+ io.grpc.netty.shaded.io.netty.bootstrap,
+ io.grpc.netty.shaded.io.netty.buffer,
+ io.grpc.netty.shaded.io.netty.channel,
+ io.grpc.netty.shaded.io.netty.channel.embedded,
+ io.grpc.netty.shaded.io.netty.channel.epoll,
+ io.grpc.netty.shaded.io.netty.channel.group,
+ io.grpc.netty.shaded.io.netty.channel.internal,
+ io.grpc.netty.shaded.io.netty.channel.local,
+ io.grpc.netty.shaded.io.netty.channel.nio,
+ io.grpc.netty.shaded.io.netty.channel.oio,
+ io.grpc.netty.shaded.io.netty.channel.pool,
+ io.grpc.netty.shaded.io.netty.channel.socket,
+ io.grpc.netty.shaded.io.netty.channel.socket.nio,
+ io.grpc.netty.shaded.io.netty.channel.socket.oio,
+ io.grpc.netty.shaded.io.netty.channel.unix,
+ io.grpc.netty.shaded.io.netty.handler.codec,
+ io.grpc.netty.shaded.io.netty.handler.codec.base64,
+ io.grpc.netty.shaded.io.netty.handler.codec.bytes,
+ io.grpc.netty.shaded.io.netty.handler.codec.compression,
+ io.grpc.netty.shaded.io.netty.handler.codec.http,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.cookie,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.cors,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.multipart,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx.extensions,
+ io.grpc.netty.shaded.io.netty.handler.codec.http.websocketx.extensions.compression,
+ io.grpc.netty.shaded.io.netty.handler.codec.http2,
+ io.grpc.netty.shaded.io.netty.handler.codec.json,
+ io.grpc.netty.shaded.io.netty.handler.codec.marshalling,
+ io.grpc.netty.shaded.io.netty.handler.codec.protobuf,
+ io.grpc.netty.shaded.io.netty.handler.codec.rtsp,
+ io.grpc.netty.shaded.io.netty.handler.codec.serialization,
+ io.grpc.netty.shaded.io.netty.handler.codec.socks,
+ io.grpc.netty.shaded.io.netty.handler.codec.socksx,
+ io.grpc.netty.shaded.io.netty.handler.codec.socksx.v4,
+ io.grpc.netty.shaded.io.netty.handler.codec.socksx.v5,
+ io.grpc.netty.shaded.io.netty.handler.codec.spdy,
+ io.grpc.netty.shaded.io.netty.handler.codec.string,
+ io.grpc.netty.shaded.io.netty.handler.codec.xml,
+ io.grpc.netty.shaded.io.netty.handler.flow,
+ io.grpc.netty.shaded.io.netty.handler.flush,
+ io.grpc.netty.shaded.io.netty.handler.ipfilter,
+ io.grpc.netty.shaded.io.netty.handler.logging,
+ io.grpc.netty.shaded.io.netty.handler.proxy,
+ io.grpc.netty.shaded.io.netty.handler.ssl,
+ io.grpc.netty.shaded.io.netty.handler.ssl.ocsp,
+ io.grpc.netty.shaded.io.netty.handler.ssl.util,
+ io.grpc.netty.shaded.io.netty.handler.stream,
+ io.grpc.netty.shaded.io.netty.handler.timeout,
+ io.grpc.netty.shaded.io.netty.handler.traffic,
+ io.grpc.netty.shaded.io.netty.internal.tcnative,
+ io.grpc.netty.shaded.io.netty.resolver,
+ io.grpc.netty.shaded.io.netty.util,
+ io.grpc.netty.shaded.io.netty.util.collection,
+ io.grpc.netty.shaded.io.netty.util.concurrent,
+ io.grpc.perfmark,
+ io.grpc.protobuf,
+ io.grpc.protobuf.lite,
+ io.grpc.stub,
+ io.grpc.stub.annotations,
+ io.grpc.util
+Require-Bundle: com.google.api.grpc.proto-google-common-protos;bundle-version="1.12.0",
+ com.google.errorprone.error_prone_annotations;bundle-version="2.3.2",
+ com.google.gson;bundle-version="2.7.0",
+ com.google.guava;bundle-version="21.0.0",
+ com.google.protobuf;bundle-version="3.7.1",
+ io.opencensus.api;bundle-version="0.21.0",
+ io.opencensus.contrib-grpc-metrics;bundle-version="0.21.0"