1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

[GITHUB-200] Bad jar name for the kobaltPlugin template.

Fixes https://github.com/cbeust/kobalt/issues/200
This commit is contained in:
Cedric Beust 2016-05-13 05:53:10 -07:00
parent e983a6aba6
commit 55c21daaa9

View file

@ -12,7 +12,7 @@ class KobaltPluginTemplate : ITemplateContributor {
val NAME = "kobaltPlugin"
}
val pluginTemplate = object: JarTemplate(ITemplateContributor.DIRECTORY_NAME + "/" + NAME) {
val pluginTemplate = object: JarTemplate(ITemplateContributor.DIRECTORY_NAME + "/$NAME/$NAME.jar") {
override val templateDescription = "Generate a sample Kobalt plug-in project"
override val templateName = NAME