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

Move the template.

This commit is contained in:
Cedric Beust 2016-02-23 06:03:25 -08:00
parent d38dfd76de
commit 6323079b63
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/kobaltPlugin.jar") {
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin/kobaltPlugin.jar") {
override val templateDescription = "Generate a sample Kobalt plug-in project"
override val templateName = "kobaltPlugin"