Skip to content

Commit

Permalink
Removing normalizedKey in packagerSettings. #188
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Mar 10, 2014
1 parent 842aeee commit 852d2ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package packager

import Keys._
import sbt._
import sbt.Keys.{ name, mappings, sourceDirectory }
import sbt.Keys.{ name, mappings, sourceDirectory, normalizedName }
import linux.LinuxSymlink
import linux.LinuxPackageMapping

Expand Down
3 changes: 0 additions & 3 deletions src/main/scala/com/typesafe/sbt/packager/Keys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ object Keys extends linux.Keys
with windows.WindowsKeys
with universal.UniversalKeys {

// TODO - Do these keys belong here?
def normalizedName = sbt.Keys.normalizedName

// These keys are used by the JavaApp/JavaServer archetypes.
val makeBashScript = TaskKey[Option[File]]("makeBashScript", "Creates or discovers the bash script used by this project.")
val bashScriptDefines = TaskKey[Seq[String]]("bashScriptDefines", "A list of definitions that should be written to the bash file template.")
Expand Down

0 comments on commit 852d2ab

Please sign in to comment.