mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Reformat.
This commit is contained in:
parent
abab841119
commit
c691709a53
2 changed files with 1 additions and 2 deletions
|
@ -139,7 +139,6 @@ open class Project(
|
|||
?: emptyList()
|
||||
}
|
||||
|
||||
|
||||
override fun toString() = "[Project $name]"
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.beust.kobalt.glob
|
|||
class War(override val project: Project, override var name: String = Archives.defaultArchiveName(project) + ".war")
|
||||
: Jar(project, name), AttributeHolder {
|
||||
init {
|
||||
include(from("src/main/webapp"),to(""), glob("**"))
|
||||
include(from("src/main/webapp"), to(""), glob("**"))
|
||||
include(from("kobaltBuild/classes"), to("WEB-INF/classes"), glob("**"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue