From 12e4b460ad264f5fce22743ad8ca0a6b6105142e Mon Sep 17 00:00:00 2001 From: Eunmin Date: Wed, 2 Apr 2014 19:54:32 +0900 Subject: [PATCH] Correcting errors that used to be :sources-paths in plugin document. --- doc/PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index eb3b832f..3dae8a3e 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -360,7 +360,7 @@ provides a compatibility shim supporting both 1.x and 2.x. Another key change is that `:source-path`, `:resources-path`, `:java-source-path`, and `:test-path` have changed to -`:sources-paths`, `:resource-paths`, `:java-source-paths`, and +`:source-paths`, `:resource-paths`, `:java-source-paths`, and `:test-paths`, and they should be vectors now instead of single strings. The old `:dev-resources` key is now just another entry to the `:resource-paths` vector that's only present when the `:dev` profile