|
283 | 283 | <manifest>
|
284 | 284 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
285 | 285 | <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"/> |
287 | 287 | <attribute name="Implementation-Version" value="${build.number}"/>
|
288 | 288 | <attribute name="Main-Class" value="org.jetbrains.kotlin.preloading.Preloader"/>
|
289 | 289 | </manifest>
|
|
307 | 307 | <manifest>
|
308 | 308 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
309 | 309 | <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"/> |
311 | 311 | <attribute name="Implementation-Version" value="${build.number}"/>
|
312 | 312 | <attribute name="Main-Class" value="org.jetbrains.kotlin.runner.Main"/>
|
313 | 313 | <attribute name="Class-Path" value="${runtime.jar}"/>
|
|
551 | 551 | <manifest>
|
552 | 552 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
553 | 553 | <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"/> |
555 | 555 | <attribute name="Implementation-Version" value="${build.number}"/>
|
556 | 556 | </manifest>
|
557 | 557 | </jarjar>
|
|
579 | 579 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
580 | 580 |
|
581 | 581 | <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"/> |
583 | 583 | <attribute name="Implementation-Version" value="${build.number}"/>
|
584 | 584 | </manifest>
|
585 | 585 | </jar>
|
|
612 | 612 | <manifest>
|
613 | 613 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
614 | 614 | <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"/> |
616 | 616 | <attribute name="Implementation-Version" value="${build.number}"/>
|
617 | 617 | <attribute name="Class-Path" value="kotlin-stdlib.jar"/>
|
618 | 618 | </manifest>
|
|
795 | 795 | <attribute name="Built-By" value="${manifest.impl.vendor}"/>
|
796 | 796 |
|
797 | 797 | <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"/> |
799 | 799 | <attribute name="Implementation-Version" value="${build.number}"/>
|
800 | 800 |
|
801 | 801 | <attribute name="Class-Path" value="${compiler.manifest.class.path} kotlin-preloader.jar"/>
|
|
0 commit comments