Join Kotlin and KotlinAndroidExtensions plugins into one directory

This commit is contained in:
Yan Zhulanow
2015-02-26 18:43:11 +03:00
parent f2b1585399
commit cdb7a4002e
4 changed files with 13 additions and 3 deletions
+7
View File
@@ -36,6 +36,13 @@
</if>
</target>
<target name="join-idea-plugins">
<delete dir="${basedir}/../out/artifacts/KotlinPlugins"/>
<mkdir dir="${basedir}/../out/artifacts/KotlinPlugins"/>
<copydir src="${basedir}/../out/artifacts/Kotlin" dest="${basedir}/../out/artifacts/KotlinPlugins/Kotlin" />
<copydir src="${basedir}/../out/artifacts/KotlinAndroidExtensions" dest="${basedir}/../out/artifacts/KotlinPlugins/KotlinAndroidExtensions" />
</target>
<target name="copy-runtime-for-idea-plugin">
<!-- For local build and the first (bootstrap) step of the build, IDEA plugin needs the runtime it was compiled against -->
<!-- Otherwise (on the second step of the build) we distribute the same runtime in the compiler and the plugin -->