sbt, the interactive build tool
Go to file
Joonas Javanainen 7fa3a7df31 Fix: Added new logging methods required for Jetty 7.1.x
+ format(msg, arg1, arg2) was refactored to support any number of args
+ The actual logger methods use Array[AnyRef] instead of AnyRef* because
  the latter compiles to scala.Seq and the former to Object[]
2010-05-24 04:21:10 +08:00
cache legal cleanup 2010-02-07 23:45:19 -05:00
compile fix a compile test 2010-05-13 18:32:49 -04:00
interface annotation detection test 2010-03-28 20:20:17 -04:00
ivy * can now set 'offline' property to 'true' to not refresh dynamic revisions (not needed if no -SNAPSHOT versions used) 2010-05-02 19:15:01 -04:00
launch bump default sbt version used for new projects 2010-05-16 14:43:07 -04:00
licenses Add missing LICENSE_Apache referenced from NOTICE 2010-01-29 20:30:10 -05:00
main preserve compiler interface classes across invocations 2010-03-13 13:25:08 -05:00
project post-release bumps and changes 2010-05-16 21:33:27 -04:00
sbt Fix: Added new logging methods required for Jetty 7.1.x 2010-05-24 04:21:10 +08:00
scripted legal cleanup 2010-02-07 23:45:19 -05:00
tasks fix some compile errors in standard tasks 2010-04-01 20:15:59 -04:00
util xsbt.FileUtilities.writeLines 2010-05-03 08:16:43 -04:00
LICENSE Jason's patch to work with latest changes to CompilerCommand 2010-03-26 07:55:02 -04:00
NOTICE clarification in NOTICE 2010-03-26 08:19:39 -04:00
api.specification Polymorphic types and fix parameterized type arguments to be Type and not just SimpleType 2010-01-07 21:38:39 -05:00
launch.specification minor fixes to launch specification 2010-01-10 19:20:44 -05:00
notes history help 2010-05-04 22:22:30 -04:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00