Updated Classpaths, sources, and resources (Draft) (markdown)

ngocdaothanh 2011-06-18 15:05:32 -07:00
parent 56f744a044
commit 27b87fc036
1 changed files with 1 additions and 1 deletions

@ -99,6 +99,6 @@ You have a standalone project which uses a library that loads xxx.properties fro
```scala
unmanagedClasspath in Runtime <<= (unmanagedClasspath in Runtime, baseDirectory) map { (cp, bd) => cp.:+(new Attributed(bd / "config")(AttributeMap.empty)) }
unmanagedClasspath in Runtime <<= (unmanagedClasspath in Runtime, baseDirectory) map { (cp, bd) => cp :+ Attributed.blank(bd / "config") }
```