Skip to content

Commit

Permalink
Correct classpath separator config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Nov 21, 2014
1 parent 1f2a71b commit 2ef2fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ cumbersome. Once you've installed the plugin once, you can avoid this
annoyance by creating a `.lein-classpath` file in your test project
containing the path to the `src` directory of your plugin. If your plugin
depends on another library that you are also working on then that needs
to be added as another line to `.lein-classpath`.
to be added to `.lein-classpath` with the classpath separator, either
`:` for unix, or `;` for Windows.

When emitting output, please use `leiningen.core.main/info`,
`leiningen.core.main/warn`, and `leiningen.core.main/debug` rather than
Expand Down

0 comments on commit 2ef2fb4

Please sign in to comment.