From a61e5a6736683c148fc55ae4f0ed346611681920 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Thu, 21 Jan 2016 15:29:45 +0300 Subject: [PATCH] build.xml: add manifest to kotlin-daemon-client.jar --- build.xml | 8 ++++++++ resources/kotlinManifest.properties | 2 ++ 2 files changed, 10 insertions(+) diff --git a/build.xml b/build.xml index 8296334b4f8..1d5adc8f891 100644 --- a/build.xml +++ b/build.xml @@ -623,6 +623,14 @@ + + + + + + + + diff --git a/resources/kotlinManifest.properties b/resources/kotlinManifest.properties index 469de81b6a4..d461499a7d0 100644 --- a/resources/kotlinManifest.properties +++ b/resources/kotlinManifest.properties @@ -22,3 +22,5 @@ manifest.impl.title.kotlin.test=Kotlin Testing library manifest.impl.title.kotlin.jdk.annotations=Kotlin Compiler JDK Annotations manifest.impl.title.kotlin.android.sdk.annotations=Kotlin Compiler Android SDK Annotations + +manifest.impl.title.kotlin.daemon-client=Kotlin Compile Daemon Client