Skip to content

Commit

Permalink
added packageDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
stagegatemedia committed Jul 10, 2014
1 parent 2906ee2 commit 182fabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/packaging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ object Packaging {
val settings: Seq[Setting[_]] = packagerSettings ++ deploymentSettings ++ Seq(
name in Rpm := "helloworld",
version in Rpm := "" + new java.util.Date().getTime,
packageDescription in Rpm := "Simple hello world web app as rpm package.",
packageSummary in Linux := "Helloworld Package",
rpmRelease := "1",
rpmVendor := "Frank Ittermann",
Expand Down

0 comments on commit 182fabc

Please sign in to comment.