[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Oct 14 18:27:28 CDT 2010


branch "master" has been updated
       via  bdfc399d5876152d46be8b47cd4122abca1d2ed3 (commit)
      from  b8ee0dbd90b5d9425b5add8f9c8e147bf5be0d59 (commit)

Summary of changes:
 CMakeLists.txt                       |    2 +-
 Core/Discovery/CMakeLists.txt        |    4 ++--
 Core/Endpoint/CMakeLists.txt         |    2 +-
 Core/Routing/CMakeLists.txt          |    2 +-
 Media/CMakeLists.txt                 |    2 +-
 Media/RTP/CMakeLists.txt             |    2 +-
 SessionCommunications/CMakeLists.txt |    2 +-
 System/Component/CMakeLists.txt      |    4 ++--
 System/Logger/CMakeLists.txt         |    2 +-
 System/Time/CMakeLists.txt           |    2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)


- Log -----------------------------------------------------------------
commit bdfc399d5876152d46be8b47cd4122abca1d2ed3
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Oct 14 18:29:02 2010 -0500

    Replacing references to project's old internal working name.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e934fb9..a4d35d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 #
 
 # Make all of our slice definitions available to... themselves!
-hydra_slice_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
+asterisk_scf_slice_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 
 # Slice definitions for system infrastructure
 add_subdirectory(System)
diff --git a/Core/Discovery/CMakeLists.txt b/Core/Discovery/CMakeLists.txt
index 5a7e573..3412680 100644
--- a/Core/Discovery/CMakeLists.txt
+++ b/Core/Discovery/CMakeLists.txt
@@ -1,5 +1,5 @@
 # Compile our service locator slice definition so we can then use it
-hydra_compile_slice(ServiceLocatorIf.ice lib "Slice Defined API" Core)
+asterisk_scf_compile_slice(ServiceLocatorIf.ice lib "Slice Defined API" Core)
 
 # Can't forget about events
-hydra_compile_slice(ServiceLocatorEventsIf.ice lib "Slice Defined API" Core)
+asterisk_scf_compile_slice(ServiceLocatorEventsIf.ice lib "Slice Defined API" Core)
diff --git a/Core/Endpoint/CMakeLists.txt b/Core/Endpoint/CMakeLists.txt
index 24a581c..4695acf 100644
--- a/Core/Endpoint/CMakeLists.txt
+++ b/Core/Endpoint/CMakeLists.txt
@@ -1,4 +1,4 @@
 # Compile routing service API
-hydra_compile_slice(EndpointIf.ice lib "Endpoint API" Core)
+asterisk_scf_compile_slice(EndpointIf.ice lib "Endpoint API" Core)
 
 
diff --git a/Core/Routing/CMakeLists.txt b/Core/Routing/CMakeLists.txt
index 5f8756e..9e39749 100644
--- a/Core/Routing/CMakeLists.txt
+++ b/Core/Routing/CMakeLists.txt
@@ -1,4 +1,4 @@
 # Compile routing service API
-hydra_compile_slice(RoutingIf.ice lib "Routing Service API" Core)
+asterisk_scf_compile_slice(RoutingIf.ice lib "Routing Service API" Core)
 
 
diff --git a/Media/CMakeLists.txt b/Media/CMakeLists.txt
index 94a2c5c..3092e18 100644
--- a/Media/CMakeLists.txt
+++ b/Media/CMakeLists.txt
@@ -1,3 +1,3 @@
-hydra_compile_slice(MediaIf.ice lib "Slice Defined API" Core)
+asterisk_scf_compile_slice(MediaIf.ice lib "Slice Defined API" Core)
 
 add_subdirectory(RTP)
diff --git a/Media/RTP/CMakeLists.txt b/Media/RTP/CMakeLists.txt
index 2cd97e7..0b9ce82 100644
--- a/Media/RTP/CMakeLists.txt
+++ b/Media/RTP/CMakeLists.txt
@@ -1 +1 @@
-hydra_compile_slice(MediaRTPIf.ice lib "RTP Media API" Core)
+asterisk_scf_compile_slice(MediaRTPIf.ice lib "RTP Media API" Core)
diff --git a/SessionCommunications/CMakeLists.txt b/SessionCommunications/CMakeLists.txt
index de80e52..f7324d6 100644
--- a/SessionCommunications/CMakeLists.txt
+++ b/SessionCommunications/CMakeLists.txt
@@ -1,2 +1,2 @@
 # Compile Session Oriented APIs
-hydra_compile_slice(SessionCommunicationsIf.ice lib "Session Oriented Communications API" SessionCommunications)
+asterisk_scf_compile_slice(SessionCommunicationsIf.ice lib "Session Oriented Communications API" SessionCommunications)
diff --git a/System/Component/CMakeLists.txt b/System/Component/CMakeLists.txt
index 7dcb9af..f1a6e11 100644
--- a/System/Component/CMakeLists.txt
+++ b/System/Component/CMakeLists.txt
@@ -1,3 +1,3 @@
 # Compile Component API 
-hydra_compile_slice(ComponentServiceIf.ice lib "ComponentService API" System)
-hydra_compile_slice(ReplicaIf.ice lib "ComponentService API" System)
+asterisk_scf_compile_slice(ComponentServiceIf.ice lib "ComponentService API" System)
+asterisk_scf_compile_slice(ReplicaIf.ice lib "ComponentService API" System)
diff --git a/System/Logger/CMakeLists.txt b/System/Logger/CMakeLists.txt
index 8139a8b..bebe930 100644
--- a/System/Logger/CMakeLists.txt
+++ b/System/Logger/CMakeLists.txt
@@ -1,2 +1,2 @@
 # Compile Time API 
-hydra_compile_slice(LoggerIf.ice lib "Logger service API" System)
+asterisk_scf_compile_slice(LoggerIf.ice lib "Logger service API" System)
diff --git a/System/Time/CMakeLists.txt b/System/Time/CMakeLists.txt
index e0f10ae..2499fc4 100644
--- a/System/Time/CMakeLists.txt
+++ b/System/Time/CMakeLists.txt
@@ -1,2 +1,2 @@
 # Compile Time API 
-hydra_compile_slice(TimeIf.ice lib "Time services API" System)
+asterisk_scf_compile_slice(TimeIf.ice lib "Time services API" System)

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list