configuration library for JVM languages using HOCON files
Go to file
Havoc Pennington b0fdc6456c Relativize substitutions when including a file
This is needed because we resolve substitutions only
as the last step, and against the whole tree not
against each file.

Special handling is needed so that fallback to
system properties and environment variables still
works properly.
2011-11-12 19:23:09 -05:00
project add jacoco code coverage plugin 2011-11-09 08:47:29 -05:00
src Relativize substitutions when including a file 2011-11-12 19:23:09 -05:00
.gitignore add findbugs sbt plugin 2011-11-09 00:07:21 -05:00
build.sbt fork jvm for test, run, and test:run 2011-11-12 17:45:12 -05:00
README.md add an empty README.md 2011-11-10 20:54:53 -05:00
SPEC.md prohibit /, #, and + from unquoted strings 2011-11-12 10:05:39 -05:00
TODO.txt add a TODO.txt to keep a few notes 2011-11-09 17:18:07 -05:00

Configuration library for Java.