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:
parent
a6a279f71a
commit
c0b10a5c0f
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue