sbt/main
Indrajit Raychaudhuri 67102aadff - Extra Settings are now available to control project information, viz., name, description, homepage, organization name, organization homepage, licenses
- Modified name/signature of some private types/methods to reduce confusion (all in limited scope, so nothing should change from end user's pov)
- Enriched Ivy and Maven descriptors produced out of the box (see Keys.scala and Defaults.scala for more)
- Projects do not need to create custom Ivy <info/> block anymore, there is more settings-specific control instead
2011-08-03 08:49:46 +05:30
..
actions add 'skip' for manually overriding whether recompilation should occur. fixes #128 2011-07-26 13:34:01 -04:00
src/test/scala test fix 2011-05-23 18:40:03 -04:00
Act.scala allow task axis to be specified when the setting has no instances with it specified. fixes #121 2011-07-24 22:35:27 -04:00
Aggregation.scala more refactoring of special settings: input tasks. fixes #114 2011-07-21 22:03:56 -04:00
Build.scala pull scoped key examples from references as well as definitions. ref #121 2011-07-24 22:35:27 -04:00
BuildLoader.scala Pluggable build resolvers 2011-05-07 22:02:06 -04:00
Command.scala clean up whitespace handling in commands. fixes #97 2011-07-12 07:47:31 -04:00
CommandSupport.scala improved global logging and 'last' command 2011-07-24 17:36:42 -04:00
ConsoleProject.scala settle scala-library situation 2011-05-25 22:44:22 -04:00
Cross.scala clean up whitespace handling in commands. fixes #97 2011-07-12 07:47:31 -04:00
Defaults.scala - Extra Settings are now available to control project information, viz., name, description, homepage, organization name, organization homepage, licenses 2011-08-03 08:49:46 +05:30
EvaluateTask.scala improved global logging and 'last' command 2011-07-24 17:36:42 -04:00
GlobalPlugin.scala allow global sbt directory to be configured. fixes #96 2011-07-12 23:09:57 -04:00
IvyConsole.scala rearrange products settings 2011-05-31 18:37:07 -04:00
KeyIndex.scala pull scoped key examples from references as well as definitions. ref #121 2011-07-24 22:35:27 -04:00
Keys.scala - Extra Settings are now available to control project information, viz., name, description, homepage, organization name, organization homepage, licenses 2011-08-03 08:49:46 +05:30
Load.scala pull scoped key examples from references as well as definitions. ref #121 2011-07-24 22:35:27 -04:00
LogManager.scala improved global logging and 'last' command 2011-07-24 17:36:42 -04:00
Main.scala aggregate 'last'. fixes #131 2011-07-27 19:50:59 -04:00
MainControl.scala cleanup MainResult handling to enable finer control over reloading 2011-07-01 23:38:03 -04:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00
Output.scala aggregate 'last'. fixes #131 2011-07-27 19:50:59 -04:00
Project.scala improved global logging and 'last' command 2011-07-24 17:36:42 -04:00
ProjectNavigation.scala Use standard {build}/id syntax for 'project' command 2011-05-07 22:02:06 -04:00
Reference.scala add new ProjectReference called LocalRootProject for referencing the root project in the current build 2011-06-23 20:37:56 -04:00
Scope.scala convenience methods on Scope for setting axes 2011-07-06 07:30:47 -04:00
Script.scala global settings preparation: separate compilation/loading stages of Eval 2011-07-09 16:54:41 -04:00
SessionSettings.scala warn when reload discards session settings 2011-06-27 22:29:48 -04:00
State.scala additional warning when ignoring project load failure 2011-07-24 17:36:42 -04:00
Structure.scala more refactoring of special settings: input tasks. fixes #114 2011-07-21 22:03:56 -04:00
TaskData.scala build sxr, api docs and use sbinary 0.4.0 2011-05-17 20:09:20 -04:00
Watched.scala replace Path with RichFile 2011-05-14 18:21:41 -04:00