changeset 833:2bf587a8f6bc

Fix comments in CMakeLists -- Thomas Klausner <tk@giga.or.at>
author Sebastien Decugis <sdecugis@freediameter.net>
date Fri, 28 Sep 2012 18:18:21 +0200
parents 405a4aa9e231
children 84a23e90519d
files extensions/acl_wl/CMakeLists.txt extensions/app_acct/CMakeLists.txt extensions/app_redirect/CMakeLists.txt extensions/app_sip/CMakeLists.txt extensions/dbg_interactive/CMakeLists.txt extensions/dict_dcca/CMakeLists.txt extensions/dict_eap/CMakeLists.txt extensions/dict_sip/CMakeLists.txt extensions/test_app/CMakeLists.txt extensions/test_rt_any/CMakeLists.txt
diffstat 10 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/acl_wl/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/acl_wl/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The acl_wl extension
 PROJECT("Access Control / White List" C)
 
 # Parser files
--- a/extensions/app_acct/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/app_acct/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The app_acct extension
 PROJECT("Simple Accounting server" C)
 
 ########################
--- a/extensions/app_redirect/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/app_redirect/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The rt_default extension
+# The app_redirect extension
 PROJECT("Configurable Redirects server extension" C)
 
 # Check if REG_STARTEND is provided on the host
--- a/extensions/app_sip/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/app_sip/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The app_sip extension
 PROJECT("Diameter SIP Application (RFC4740)" C)
 
 FIND_PACKAGE(MySQL REQUIRED)
--- a/extensions/dbg_interactive/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/dbg_interactive/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The rt_debug extension
+# The dbg_interactive extension
 PROJECT("Interactive debug facility based on SWIG" C)
 
 
--- a/extensions/dict_dcca/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/dict_dcca/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The dict_dcca extension
 PROJECT("Diameter DCCA (Diameter Credit Control Application ) dictionary definitions" C)
 
 # Compile as a module
--- a/extensions/dict_eap/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/dict_eap/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The dict_eap extension
 PROJECT("Diameter EAP (RFC4072) dictionary definitions" C)
 
 # Compile as a module
--- a/extensions/dict_sip/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/dict_sip/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The dict_sip extension
 PROJECT("Diameter SIP (RFC4740) dictionary definitions" C)
 
 # Compile as a module
--- a/extensions/test_app/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/test_app/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The dict_nasreq extension
+# The test_app extension
 PROJECT("Test Diameter Application" C)
 
 # Parser files
--- a/extensions/test_rt_any/CMakeLists.txt	Thu Sep 27 20:56:47 2012 +0200
+++ b/extensions/test_rt_any/CMakeLists.txt	Fri Sep 28 18:18:21 2012 +0200
@@ -1,4 +1,4 @@
-# The rt_debug extension
+# The test_rt_any extension
 PROJECT("Random routing extension (for tests)" C)
 
 # Compile as a module
"Welcome to our mercurial repository"