From 27b87fc036ceb498b5710bab109c1da81c33c82a Mon Sep 17 00:00:00 2001 From: ngocdaothanh Date: Sat, 18 Jun 2011 15:05:32 -0700 Subject: [PATCH] Updated Classpaths, sources, and resources (Draft) (markdown) --- Classpaths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classpaths.md b/Classpaths.md index 78e63fd..37c2116 100644 --- a/Classpaths.md +++ b/Classpaths.md @@ -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") } ``` \ No newline at end of file