fix description of unmanagedBase

This commit is contained in:
Mark Harrah 2011-06-18 14:55:32 -04:00
parent efe69ba66f
commit b8ba743e87
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ object Keys
val ivyConfiguration = TaskKey[IvyConfiguration]("ivy-configuration", "General dependency management (Ivy) settings, such as the resolvers and paths to use.")
val ivyConfigurations = SettingKey[Seq[Configuration]]("ivy-configurations", "The defined configurations for dependency management. This may be different from the configurations for Project settings.")
val moduleSettings = TaskKey[ModuleSettings]("module-settings", "Module settings, which configure a specific module, such as a project.")
val unmanagedBase = SettingKey[File]("unmanaged-base", "The default directory for manually managed directories.")
val unmanagedBase = SettingKey[File]("unmanaged-base", "The default directory for manually managed libraries.")
val updateConfiguration = SettingKey[UpdateConfiguration]("update-configuration", "Configuration for resolving and retrieving managed dependencies.")
val ivySbt = TaskKey[IvySbt]("ivy-sbt", "Provides the sbt interface to Ivy.")
val ivyModule = TaskKey[IvySbt#Module]("ivy-module", "Provides the sbt interface to a configured Ivy module.")