Repository: aries-containers Updated Branches: refs/heads/master [created] f32b79052
Initial commit: add README.md and .gitignore Project: http://git-wip-us.apache.org/repos/asf/aries-containers/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-containers/commit/f32b7905 Tree: http://git-wip-us.apache.org/repos/asf/aries-containers/tree/f32b7905 Diff: http://git-wip-us.apache.org/repos/asf/aries-containers/diff/f32b7905 Branch: refs/heads/master Commit: f32b790521d5734f2dfd178faf1c520fa4591bfa Parents: Author: David Bosschaert <[email protected]> Authored: Tue May 23 15:18:53 2017 +0100 Committer: David Bosschaert <[email protected]> Committed: Tue May 23 15:21:32 2017 +0100 ---------------------------------------------------------------------- .gitignore | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-containers/blob/f32b7905/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d11829c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.classpath +.project +.settings/ +target/ http://git-wip-us.apache.org/repos/asf/aries-containers/blob/f32b7905/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd2c351 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Aries Containers - this repository contains API and implementations of the Apache Aries Container Management subcomponent.
