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/17 12:57:36 UTC

[19/38] celix git commit: CELIX-272: Disable locking_example. Still needs some work

CELIX-272: Disable locking_example. Still needs some work


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

Branch: refs/heads/develop
Commit: 53ff9da7ede00f0ea51827a59f5d81981684a84a
Parents: a6213e4
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Mon Nov 16 12:21:01 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Mon Nov 16 12:21:01 2015 +0100

----------------------------------------------------------------------
 examples/CMakeLists.txt | 2 +-
 examples/deploy.cmake   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/53ff9da7/examples/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 55468a4..5751609 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -32,7 +32,7 @@ if (EXAMPLES)
     add_subdirectory(osgi-in-action/chapter04-correct-listener)
     add_subdirectory(osgi-in-action/chapter01-greeting-example)
     #add_subdirectory(osgi-in-action/chapter04-paint-example) chapter4 example is still based on APR
-    add_subdirectory(locking)
+    #add_subdirectory(locking) still under construction
     
     #add_subdirectory(embedding) embedding is still baed on APR
 endif(EXAMPLES)

http://git-wip-us.apache.org/repos/asf/celix/blob/53ff9da7/examples/deploy.cmake
----------------------------------------------------------------------
diff --git a/examples/deploy.cmake b/examples/deploy.cmake
index 234f90b..cd7debd 100644
--- a/examples/deploy.cmake
+++ b/examples/deploy.cmake
@@ -29,6 +29,6 @@ if (EXAMPLES)
 		deploy("mongoose" BUNDLES shell shell_tui log_service apache_celix_examples_mongoose)
 	endif ()
 
-    deploy("locking_example" BUNDLES benchmark_runner reference_benchmark start_stop_benchmark mutex_benchmark math_provider shell shell_tui log_service log_writer)
+    #deploy("locking_example" BUNDLES benchmark_runner reference_benchmark start_stop_benchmark mutex_benchmark math_provider shell shell_tui log_service log_writer)
 
 endif (EXAMPLES)