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

Rename the jar plugin.

This commit is contained in:
Cedric Beust 2016-02-18 06:47:10 +04:00
parent a6a279f71a
commit c0b10a5c0f
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import com.beust.kobalt.plugin.KobaltPlugin
* Template that generates a Kobalt plug-in project.
*/
class KobaltPluginTemplate : ITemplateContributor {
val pluginTemplate = object: JarTemplate("templates/plugin.jar") {
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin.jar") {
override val templateDescription = "Generate a sample Kobalt plug-in project"
override val templateName = "kobalt-plugin"