summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc2
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc4
-rw-r--r--TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc2
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc2
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RT_Notification.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc2
9 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc
index d6b8e89bdbb..b3dadfc1daf 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc
+++ b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(FTRTEC_Factory_Service): orbsvcsexe, fault_tolerance, notify {
+project(FTRTEC_Factory_Service): orbsvcsexe, fault_tolerance, notification {
after += FaultTolerance
exename = ftrtec_factory_service
diff --git a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
index a0c45cbb43e..fec07fca4d9 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
+++ b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
@@ -1,14 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*Consumer) : orbsvcsexe, notify, dsnotifylogadmin, naming {
+project(*Consumer) : orbsvcsexe, notification, dsnotifylogadmin, naming {
exename = consumer
source_files {
Notify_Consumer.cpp
}
}
-project(*Supplier) : orbsvcsexe, notify, dsnotifylogadmin, naming {
+project(*Supplier) : orbsvcsexe, notification, dsnotifylogadmin, naming {
exename = supplier
source_files {
Notify_Consumer.cpp
diff --git a/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc b/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
index afb746369b0..061cdf7d4ae 100644
--- a/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
+++ b/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
@@ -1,5 +1,5 @@
// -*- MPC -*-
// $Id$
-project : orbsvcsexe, notify, naming {
+project : orbsvcsexe, notification, naming {
}
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc b/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
index 027e71af92f..147604e0274 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Supplier): notify, rtcorba, rtnotify, minimum_corba, naming {
+project(*Supplier): rtcorba, rtnotify, minimum_corba, naming {
exename = Supplier
Source_Files {
Supplier.cpp
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
index ef4e5dfacc9..589a889ed25 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
@@ -1,6 +1,6 @@
// -*- MPC -*-
// $Id$
-project : orbsvcsexe, notify, naming {
+project : orbsvcsexe, notification, naming {
avoids += minimum_corba
}
diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
index d8b1b30062a..fb309aff484 100644
--- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
+++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, rtcorba, notify {
+project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, rtcorba, notification {
sharedname = TAO_RT_Notification
idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc
index 7d34cf7716e..caaf2d4cb8f 100644
--- a/TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc
+++ b/TAO/orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project: orbsvcslib, notify, rtcorba, rtportableserver, notifytest, minimum_corba {
+project: orbsvcslib, notification, rtcorba, rtportableserver, notifytest, minimum_corba {
sharedname = TAO_RT_NotifyTests
diff --git a/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc b/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
index 61c76e91d37..3967e5772d7 100644
--- a/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(TAO_RT_NotifyTests_Filter): orbsvcslib, notify, rtcorba, etcl, dynamicany, portableserver, iortable {
+project(TAO_RT_NotifyTests_Filter): orbsvcslib, notification, rtcorba, etcl, dynamicany, portableserver, iortable {
sharedname = TAO_RT_NotifyTests_Filter
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
index 279758d6521..c78c8a2337e 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(NotifyTests_Lib): orbsvcslib, notify, naming {
+project(NotifyTests_Lib): orbsvcslib, notification, naming {
sharedname = NotifyTests
dynamicflags = TAO_NOTIFY_TEST_BUILD_DLL
} \ No newline at end of file