sbt/main/actions
Indrajit Raychaudhuri ad7aede533 Enable Javadoc generation in `doc` task.
`docSetting` has been updated to do both Scaladoc and Javadoc. In
Scala/Java hybrid projects, the output docs are rebased to `scala`
or `java` sub-directory accordingly. But for pure scala or pure java
projects the subdirectories aren't added to becompliant with user
expectation as much as possible. We do hybrid mode iff both *.scala
and *.java files exist; other doc resources (package.html, *.jpg etc.)
don't influence the decision.
2011-11-09 17:49:54 +05:30
..
AggressiveCompile.scala fix binary dependency recompilation problem introduced by fix for #108 2011-08-27 11:54:16 -04:00
CacheIvy.scala track whether UpdateReport was cached or freshly generated 2011-10-30 18:39:47 -04:00
Compiler.scala Enable Javadoc generation in `doc` task. 2011-11-09 17:49:54 +05:30
Console.scala add cleanupCommands setting to specify commands to run before interpreter exits. fixes #219 2011-10-16 17:27:36 -04:00
Doc.scala Enable Javadoc generation in `doc` task. 2011-11-09 17:49:54 +05:30
DotGraph.scala reorganize main 2011-04-08 19:15:13 -04:00
Package.scala Add well-known main manifest attributes by default for binary and source jars 2011-08-08 20:57:18 +05:30
Sync.scala Fixed reversed logic in fix for #125. 2011-07-26 09:25:57 -07:00
Tests.scala store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00