Updated Common Tasks (markdown)

harrah 2011-06-19 17:07:43 -07:00
parent 4b0dd74ed0
commit 1553f6bf89
1 changed files with 4 additions and 0 deletions

@ -175,6 +175,10 @@ object Sample extends Build {
}
```
# Adding a new test configuration
See the `Additional test configurations` section of [[Testing]].
# Tool dependencies
Tool dependencies are used to implement a task and are not needed by project source code. These dependencies can be declared in their own configuration and classpaths. These are the steps: