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:
parent
d38dfd76de
commit
6323079b63
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/kobaltPlugin.jar") {
|
||||
val pluginTemplate = object: JarTemplate("templates/kobaltPlugin/kobaltPlugin.jar") {
|
||||
override val templateDescription = "Generate a sample Kobalt plug-in project"
|
||||
|
||||
override val templateName = "kobaltPlugin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue