This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/develop by this push:
new 787d636 CELIX-464: Fixes a small layout issues in the cmake command
markdown.
787d636 is described below
commit 787d6369cadf56aa7f3dca60bbdf5ecf72798ddc
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Aug 16 14:33:43 2019 +0200
CELIX-464: Fixes a small layout issues in the cmake command markdown.
---
documents/cmake_commands/README.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/documents/cmake_commands/README.md
b/documents/cmake_commands/README.md
index dd6a59c..e0ac129 100644
--- a/documents/cmake_commands/README.md
+++ b/documents/cmake_commands/README.md
@@ -216,12 +216,6 @@ The 'add_celix_container' Celix CMake command can be used
to create Celix contai
Celix containers are executables preconfigured with configuration properties
and bundles to run.
## add_celix_container
-Add a Celix container, consisting out of a selection of bundles and a simple
Celix launcher.
-Celix containers can be used to run/test a selection of bundles in the celix
framework.
-A Celix container can be found in
`<cmake_build_dir>/deploy[/<group_name>]/<celix_container_name>`.
-Use the `<celix_container_name>` executable to run deployments.
-
-```CMake
Add a Celix container, consisting out of a selection of bundles and a Celix
launcher.
Celix containers can be used to run/test a selection of bundles in the celix
framework.
A Celix container will be build in
`<cmake_build_dir>/deploy[/<group_name>]/<celix_container_name>`.