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 16:09:58 UTC

[32/50] [abbrv] celix git commit: CELIX-263: adapt cmake cfg to be compatible w/ < 2.8.12

CELIX-263: adapt cmake cfg to be compatible w/ < 2.8.12


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

Branch: refs/heads/master
Commit: d7246c4625e4c90184790e26af3c7f1c8e5254f1
Parents: b15ffba
Author: Bjoern Petri <bp...@apache.org>
Authored: Thu Oct 29 08:36:49 2015 +0100
Committer: Bjoern Petri <bp...@apache.org>
Committed: Thu Oct 29 08:36:49 2015 +0100

----------------------------------------------------------------------
 .../remote_service_admin_http/private/test/CMakeLists.txt        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/d7246c46/remote_services/remote_service_admin_http/private/test/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin_http/private/test/CMakeLists.txt b/remote_services/remote_service_admin_http/private/test/CMakeLists.txt
index 479ac62..70a5c41 100644
--- a/remote_services/remote_service_admin_http/private/test/CMakeLists.txt
+++ b/remote_services/remote_service_admin_http/private/test/CMakeLists.txt
@@ -33,8 +33,8 @@ get_property(topology_manager_bundle_file TARGET topology_manager PROPERTY BUNDL
 get_property(calc_proxy_bundle_file TARGET org.apache.celix.calc.api.Calculator_proxy PROPERTY BUNDLE)
 get_property(calc_endpoint_bundle_file TARGET  org.apache.celix.calc.api.Calculator_endpoint PROPERTY BUNDLE)
 
-get_filename_component(client_endpoints @calc_proxy_bundle_file@ DIRECTORY)
-get_filename_component(server_endpoints @calc_endpoint_bundle_file@ DIRECTORY)
+get_filename_component(client_endpoints @calc_proxy_bundle_file@ PATH)
+get_filename_component(server_endpoints @calc_endpoint_bundle_file@ PATH)
 
 configure_file(client.properties.in client.properties @ONLY)
 configure_file(server.properties.in server.properties @ONLY)