Skip to content

Commit 2f7ab1c

Browse files
committed
Inline some properties from kotlinManifest.properties that were used only once
1 parent 96c36fb commit 2f7ab1c

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

build.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<manifest>
284284
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
285285
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
286-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.preloader}"/>
286+
<attribute name="Implementation-Title" value="Kotlin Preloader"/>
287287
<attribute name="Implementation-Version" value="${build.number}"/>
288288
<attribute name="Main-Class" value="org.jetbrains.kotlin.preloading.Preloader"/>
289289
</manifest>
@@ -307,7 +307,7 @@
307307
<manifest>
308308
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
309309
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
310-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.runner}"/>
310+
<attribute name="Implementation-Title" value="Kotlin Runner"/>
311311
<attribute name="Implementation-Version" value="${build.number}"/>
312312
<attribute name="Main-Class" value="org.jetbrains.kotlin.runner.Main"/>
313313
<attribute name="Class-Path" value="${runtime.jar}"/>
@@ -551,7 +551,7 @@
551551
<manifest>
552552
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
553553
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
554-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.build.common}"/>
554+
<attribute name="Implementation-Title" value="Kotlin Build Common"/>
555555
<attribute name="Implementation-Version" value="${build.number}"/>
556556
</manifest>
557557
</jarjar>
@@ -579,7 +579,7 @@
579579
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
580580

581581
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
582-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.daemon.client}"/>
582+
<attribute name="Implementation-Title" value="Kotlin Compile Daemon Client"/>
583583
<attribute name="Implementation-Version" value="${build.number}"/>
584584
</manifest>
585585
</jar>
@@ -612,7 +612,7 @@
612612
<manifest>
613613
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
614614
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
615-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.compiler.client.embeddable}"/>
615+
<attribute name="Implementation-Title" value="Kotlin Compiler Client Embeddable"/>
616616
<attribute name="Implementation-Version" value="${build.number}"/>
617617
<attribute name="Class-Path" value="kotlin-stdlib.jar"/>
618618
</manifest>
@@ -795,7 +795,7 @@
795795
<attribute name="Built-By" value="${manifest.impl.vendor}"/>
796796

797797
<attribute name="Implementation-Vendor" value="${manifest.impl.vendor}"/>
798-
<attribute name="Implementation-Title" value="${manifest.impl.title.kotlin.compiler.ant.task}"/>
798+
<attribute name="Implementation-Title" value="Kotlin Compiler Ant Tasks"/>
799799
<attribute name="Implementation-Version" value="${build.number}"/>
800800

801801
<attribute name="Class-Path" value="${compiler.manifest.class.path} kotlin-preloader.jar"/>

resources/kotlinManifest.properties

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,4 @@ manifest.impl.value.kotlin.runtime.component.main=Main
99
manifest.impl.title.kotlin.compiler=Kotlin Compiler
1010
manifest.impl.title.kotlin.compiler.sources=Kotlin Compiler Sources
1111

12-
manifest.impl.title.kotlin.compiler.ant.task=Kotlin Compiler Ant Tasks
13-
14-
manifest.impl.title.kotlin.javascript.stdlib=Kotlin JavaScript StdLib
15-
16-
manifest.impl.title.kotlin.preloader=Kotlin Preloader
17-
18-
manifest.impl.title.kotlin.runner=Kotlin Runner
19-
20-
21-
manifest.impl.title.kotlin.daemon.client=Kotlin Compile Daemon Client
22-
23-
manifest.impl.title.kotlin.build.common=Kotlin Build Common
24-
25-
manifest.impl.title.kotlin.compiler.client.embeddable=Kotlin Compiler Client Embeddable
12+
manifest.impl.title.kotlin.javascript.stdlib=Kotlin JavaScript StdLib

0 commit comments

Comments
 (0)