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 2015/11/03 10:09:43 UTC

[09/11] celix git commit: CELIX-230: Removed unneeded install of command.c file

CELIX-230: Removed unneeded install of command.c file


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

Branch: refs/heads/develop
Commit: 8104a77bc2dafcee37a7e8b237a0b84d6b2a13d1
Parents: 97b6679
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Oct 27 17:02:58 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Oct 27 17:02:58 2015 +0100

----------------------------------------------------------------------
 shell/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/8104a77b/shell/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt
index 40df757..32aa08f 100644
--- a/shell/CMakeLists.txt
+++ b/shell/CMakeLists.txt
@@ -40,8 +40,6 @@ if (SHELL)
     install_bundle(shell
     	HEADERS
     		public/include/shell.h public/include/command.h
-    	RESOURCES 
-    		public/src/command.c
 	)
 
 	include_directories("public/include")