sbt, the interactive build tool
Go to file
dmharrah eaabe0b85f Added support for extra attributes with Ivy. Use extra(key -> value) on ModuleIDs and Artifacts. To define for a project's ID:
override def projectID = super.projectID extra(key -> value)
To specify in a dependency:
  val dep = normalID extra(key -> value)



git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@986 d89573ee-9141-11dd-94d4-bdf5e562f29c
2009-09-08 14:01:41 +00:00
boot Tiny speedup to boot when update required 2009-08-13 03:33:21 +00:00
install Bump versions 2009-07-27 02:34:38 +00:00
licenses Update notice and add license for JDepend-based classfile parser 2009-07-26 23:17:24 +00:00
project Enable building against the latest 2.8 nightly snapshot 2009-08-29 20:26:43 +00:00
scripted First part of fix to scripted test logging. Second part is in main sbt. 2009-08-02 00:58:17 +00:00
src Added support for extra attributes with Ivy. Use extra(key -> value) on ModuleIDs and Artifacts. To define for a project's ID: 2009-09-08 14:01:41 +00:00
LICENSE * Removed build scripts and manual dependencies 2009-06-26 01:26:06 +00:00
NOTICE Update notice and add license for JDepend-based classfile parser 2009-07-26 23:17:24 +00:00