Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 09fcc4560 -> 472d4d532
TAMAYA-320: Add readme Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/472d4d53 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/472d4d53 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/472d4d53 Branch: refs/heads/master Commit: 472d4d5320b84b6663b213f250cfa5b42cc23084 Parents: 09fcc45 Author: Phil Ottlinger <[email protected]> Authored: Thu Nov 23 23:14:22 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Nov 23 23:14:22 2017 +0100 ---------------------------------------------------------------------- configjsr/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/472d4d53/configjsr/README.md ---------------------------------------------------------------------- diff --git a/configjsr/README.md b/configjsr/README.md new file mode 100644 index 0000000..8398ed5 --- /dev/null +++ b/configjsr/README.md @@ -0,0 +1,10 @@ +# Sandbox implementation of the JSR 382 API + +As long as the API is not properly published to an official Maven repository you need to checkout the sourcecode from: + +https://github.com/eclipse/ConfigJSR + +Once +https://github.com/eclipse/ConfigJSR/issues/1 +is done we may be able to properly add this module to our builds. +
