Skip to content

Commit

Permalink
Eliminate duplicate entries from war file content.
Browse files Browse the repository at this point in the history
Conflicts:

	project-code/plugin/src/main/scala/Play2WarCommands.scala
  • Loading branch information
kustra authored and dlecan committed Jan 30, 2014
1 parent c45ce1a commit 7510a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ trait Play2WarCommands extends play.PlayCommands with play.PlayReloader with pla
}

// Package final jar
val jarContent = files ++ additionnalResources
val jarContent = (files ++ additionnalResources).toSet

IO.jar(jarContent, war, manifest)

Expand Down

0 comments on commit 7510a3a

Please sign in to comment.