forked from JetBrains/kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracted manifest values to
manifest.properties
file.
- Loading branch information
Showing
6 changed files
with
93 additions
and
43 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
manifest.impl.vendor=JetBrains | ||
|
||
manifest.impl.title.kotlin.compiler=Kotlin Compiler | ||
manifest.impl.title.kotlin.compiler.javadoc=Kotlin Compiler Javadoc | ||
manifest.impl.title.kotlin.compiler.sources=Kotlin Compiler Sources | ||
|
||
manifest.impl.title.kotlin.compiler.ant.task=Kotlin Compiler Ant Tasks | ||
|
||
manifest.impl.title.kotlin.compiler.annotations.jdk=Kotlin Compiler JDK Annotations | ||
manifest.impl.title.kotlin.compiler.annotations.android.sdk=Kotlin Compiler Android SDK Annotations | ||
manifest.impl.title.kotlin.compiler.annotations.extended=Kotlin Extended Annotations | ||
|
||
manifest.impl.title.kotlin.jvm.runtime.and.stdlib=Kotlin Compiler Runtime + StdLib | ||
manifest.impl.title.kotlin.runtime.and.stdlib.sources=Kotlin Compiler Runtime + StdLib Sources | ||
manifest.impl.title.kotlin.javascript.stdlib=Kotlin JavaScript StdLib | ||
|
||
manifest.impl.title.kotlin.preloader=Kotlin Preloader | ||
|
||
manifest.impl.title.java2kotlin.converter=Java to Kotlin Converter |