From 61f14e2b828da5dc55a25978a434498d7eddf43e Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Mon, 3 Sep 2018 11:09:31 +0300 Subject: [PATCH] Add io.grpc to target platform (master) gitlab #98 Change-Id: I6a163a3f3e3281ca8eb0bae7f01feb17bb445685 --- ...imantics.sdk.build.targetdefinition.target | 708 +++++++++-------- ...g.simantics.sdk.build.targetdefinition.tpd | 46 ++ .../simantics.target | 718 ++++++++++-------- 3 files changed, 805 insertions(+), 667 deletions(-) diff --git a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target index 248c48b19..4a8546981 100644 --- a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target +++ b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target @@ -1,331 +1,377 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd index 0c68e603a..f9563a3fc 100644 --- a/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd +++ b/releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd @@ -141,6 +141,16 @@ location "http://www.simantics.org/download/master/external-components/maven" { ch.qos.logback.classic.source ch.qos.logback.core ch.qos.logback.core.source + com.google.api.grpc.proto-google-common-protos + com.google.api.grpc.proto-google-common-protos.source + com.google.code.findbugs.jsr305 + com.google.code.findbugs.jsr305.source + com.google.errorprone.error_prone_annotations + com.google.errorprone.error_prone_annotations.source + com.google.gson + com.google.gson.source + com.google.protobuf + com.google.protobuf.source com.esotericsoftware.kryo com.esotericsoftware.kryo.source com.esotericsoftware.minlog @@ -187,6 +197,42 @@ location "http://www.simantics.org/download/master/external-components/maven" { freemarker.source gnu.trove3 gnu.trove3.source + io.grpc.stub + io.grpc.stub.source + io.grpc.core + io.grpc.core.source + io.grpc.context + io.grpc.context.source + io.grpc.netty + io.grpc.netty.source + io.grpc.protobuf + io.grpc.protobuf.source + io.grpc.protobuf-lite + io.grpc.protobuf-lite.source + io.netty.buffer + io.netty.buffer.source + io.netty.codec + io.netty.codec.source + io.netty.codec-http + io.netty.codec-http.source + io.netty.codec-http2 + io.netty.codec-http2.source + io.netty.codec-socks + io.netty.codec-socks.source + io.netty.common + io.netty.common.source + io.netty.handler + io.netty.handler.source + io.netty.handler-proxy + io.netty.handler-proxy.source + io.netty.resolver + io.netty.resolver.source + io.netty.transport + io.netty.transport.source + io.opencensus.api + io.opencensus.api.source + io.opencensus.contrib-grpc-metrics + io.opencensus.contrib-grpc-metrics.source it.unimi.dsi.fastutil it.unimi.dsi.fastutil.source jakarta-regexp diff --git a/releng/org.simantics.sdk.build.targetdefinition/simantics.target b/releng/org.simantics.sdk.build.targetdefinition/simantics.target index 8afc55ac1..eb9605a93 100644 --- a/releng/org.simantics.sdk.build.targetdefinition/simantics.target +++ b/releng/org.simantics.sdk.build.targetdefinition/simantics.target @@ -1,336 +1,382 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.2