diff --git a/build.xml b/build.xml
index 02516724828..8afdb189435 100644
--- a/build.xml
+++ b/build.xml
@@ -734,6 +734,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libraries/tools/kotlin-daemon-client/pom.xml b/libraries/tools/kotlin-daemon-client/pom.xml
new file mode 100644
index 00000000000..695edcff641
--- /dev/null
+++ b/libraries/tools/kotlin-daemon-client/pom.xml
@@ -0,0 +1,70 @@
+
+
+
+ 4.0.0
+
+ 1.4.1
+ 3.0.4
+
+
+
+ org.jetbrains.kotlin
+ kotlin-project
+ 1.1-SNAPSHOT
+ ../../pom.xml
+
+
+ kotlin-daemon-client
+ jar
+
+ the Kotlin compile daemon client
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.6
+
+
+ empty-sources-jar
+ package
+
+ jar
+
+
+ false
+ sources
+ ${basedir}/sources
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ copy-jar
+ package
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
diff --git a/resources/kotlinManifest.properties b/resources/kotlinManifest.properties
index df2a658599b..9bb554fb986 100644
--- a/resources/kotlinManifest.properties
+++ b/resources/kotlinManifest.properties
@@ -21,6 +21,7 @@ manifest.impl.title.kotlin.runner=Kotlin Runner
manifest.impl.title.kotlin.test=Kotlin Testing library
manifest.impl.title.kotlin.daemon-client=Kotlin Compile Daemon Client
+manifest.impl.title.kotlin.daemon.client.sources=Kotlin Compile Daemon Client Sources
manifest.impl.title.kotlin.build.common=Kotlin Build Common
manifest.impl.title.kotlin.build.common.sources=Kotlin Build Common Sources