You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2018/11/26 09:05:51 UTC

celix git commit: CELIX-433: Documents the add_celix_container USE_CONFIG option

Repository: celix
Updated Branches:
  refs/heads/develop acf87f621 -> 352610019


CELIX-433: Documents the add_celix_container USE_CONFIG option


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/35261001
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/35261001
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/35261001

Branch: refs/heads/develop
Commit: 35261001947afa3fe71ee110dbaf332dde353ede
Parents: acf87f6
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Nov 26 10:05:29 2018 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Nov 26 10:05:29 2018 +0100

----------------------------------------------------------------------
 documents/cmake_commands/readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/35261001/documents/cmake_commands/readme.md
----------------------------------------------------------------------
diff --git a/documents/cmake_commands/readme.md b/documents/cmake_commands/readme.md
index 89d7759..0e9adf2 100644
--- a/documents/cmake_commands/readme.md
+++ b/documents/cmake_commands/readme.md
@@ -176,6 +176,7 @@ Use the `<celix_container_name>` executable to run the deployments.
 add_celix_container(<celix_container_name>
     [COPY] 
     [CXX]
+    [USE_CONFIG]
     [GROUP group_name]
     [NAME celix_container_name]
     [LAUNCHER launcher]
@@ -187,7 +188,7 @@ add_celix_container(<celix_container_name>
 
 - If the COPY option is provided the selected bundles will be copied in a bundles dir and the generated config.properties will use relative paths to the bundle locations. Default bundles will not be copied and the generated config.properties will use absolute references to the bundle locations.
 - If CXX option is provided the celix container launcher will be build as C++ executable and as result be linked with the required C++ libraries of the used compiler.
-- If USE_CONFIG option is provided a config.properties file will be generated next to the executable. The config.properties contains the configuration for provided BUNDLES and PROPERTIES.
+- If USE_CONFIG option is provided a config.properties file will be generated next to the executable. The config.properties contains the configuration for the provided BUNDLES and PROPERTIES.
 - If GROUP is provided the celix container will be grouped in the provided group name. 
 - If NAME is provided that name will be used for the celix container dir. Default the Celix container target name will be used.
 - If LAUNCHER is provided that path or target will be used as launcher executable for the Celix container. If no LAUNCHER is not provided the celix executable will be used.