Remove manifest.impl.value.kotlin.version and other unused properties from kotlinManifest.properties

This commit is contained in:
Ilya Gorbunov
2017-04-27 23:08:52 +03:00
parent 720e6ecdb6
commit 96c36fb317
3 changed files with 0 additions and 22 deletions
-3
View File
@@ -864,7 +864,6 @@
<attribute name="jar-dir" default="${kotlin-home}/lib"/>
<attribute name="jar-name"/>
<attribute name="implementation-title"/>
<attribute name="runtime-component" default="${manifest.impl.value.kotlin.runtime.component.main}"/>
<element name="jar-content"/>
<sequential>
@@ -876,8 +875,6 @@
<manifest>
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
<attribute name="${manifest.impl.attribute.kotlin.version}" value="${manifest.impl.value.kotlin.version}"/>
<attribute name="${manifest.impl.attribute.kotlin.runtime.component}" value="@{runtime-component}"/>
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
<attribute name="Implementation-Title" value="@{implementation-title}"/>