Repository: celix
Updated Branches:
  refs/heads/feature/CELIX-230_Refactoring_of_the_shell_command_service 
b63c0d9fc -> 97b667949


CELIX-230: Removed unneeded install of command_impl.h header


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

Branch: refs/heads/feature/CELIX-230_Refactoring_of_the_shell_command_service
Commit: 97b667949b928d410cc6349253b70a22ea5973f0
Parents: b63c0d9
Author: Pepijn Noltes <pepijnnol...@gmail.com>
Authored: Tue Oct 27 17:00:09 2015 +0100
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Tue Oct 27 17:00:09 2015 +0100

----------------------------------------------------------------------
 shell/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/97b66794/shell/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt
index 26252c4..40df757 100644
--- a/shell/CMakeLists.txt
+++ b/shell/CMakeLists.txt
@@ -39,7 +39,7 @@ if (SHELL)
     
     install_bundle(shell
        HEADERS
-               public/include/shell.h public/include/command.h 
public/include/command_impl.h
+               public/include/shell.h public/include/command.h
        RESOURCES 
                public/src/command.c
        )

Reply via email to