summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-05 18:12:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-05 18:12:09 +0000
commit464e4ba5fce24cedf2aab4de55eed7925b62d34e (patch)
tree5b1129df161212f7a9b3904097204ef115762c18
parent11835cb80964b4372ee170393edd0b3582555a36 (diff)
downloadATCD-464e4ba5fce24cedf2aab4de55eed7925b62d34e.tar.gz
ChangeLogTag: Fri Mar 5 12:09:11 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog205
-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
-rw-r--r--TAO/utils/NamingViewer/NamingViewer.mpc6
11 files changed, 126 insertions, 105 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8c7083b7d0d..68259838a41 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,62 +1,83 @@
+Fri Mar 5 12:09:11 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.mpc:
+ * orbsvcs/examples/Log/Notify/Log_Notify.mpc:
+ * orbsvcs/examples/Notify/Filter/Notify_Filter.mpc:
+ * orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc:
+ * orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc:
+ * orbsvcs/orbsvcs/RT_Notification.mpc:
+ * orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc:
+ * orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc:
+ * orbsvcs/tests/Notify/lib/Notify_lib.mpc:
+
+ Switch to using the notification base project instead of notify.
+ The notify base project only inherited from notification and
+ provided nothing else.
+
+ * utils/NamingViewer/NamingViewer.mpc:
+
+ Fixed this mpc file. It previously produced a project file for a
+ dynamic library that wouldn't compile anyway.
+
Thu Mar 4 17:24:49 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * tao/Any_Impl.cpp (_remove_ref ()):
+ * tao/Any_Impl.cpp (_remove_ref ()):
- Scope the lock before calling delete.
-
- * tao/Any_Unknown_IDL_Type.cpp:
+ Scope the lock before calling delete.
- Use delete to remove the message block. We used new to create
- it.
+ * tao/Any_Unknown_IDL_Type.cpp:
+
+ Use delete to remove the message block. We used new to create
+ it.
Thu Mar 4 16:48:20 2004 Yamuna Krishnamurthy <yamuna@oomworks.com>
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/run_test.pl:
- * orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl:
- * orbsvcs/tests/AVStreams/Pluggable/run_test.pl:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/run_test.pl:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl:
+ * orbsvcs/tests/AVStreams/Pluggable/run_test.pl:
- Forced the user to specify the 'RTP/UDP' protocol string as
- 'RTP_UDP' at the command line. This was required to fix the
- run-time error caused when executing the auto_run_tests.pl. This
- script was mis-interpreting the '/' in RTP/UDP as a dir
- delimiter. This should fix the run-time errors on all the
- builds.
+ Forced the user to specify the 'RTP/UDP' protocol string as
+ 'RTP_UDP' at the command line. This was required to fix the
+ run-time error caused when executing the auto_run_tests.pl. This
+ script was mis-interpreting the '/' in RTP/UDP as a dir
+ delimiter. This should fix the run-time errors on all the
+ builds.
Thu Mar 04 09:45:58 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * TAOACE.dsw:
+ * TAOACE.dsw:
- Added dependencies for ACEXML and ACEXML parser.
+ Added dependencies for ACEXML and ACEXML parser.
Wed Mar 3 17:49:14 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/tests/Notify/Basic/Makefile:
- * orbsvcs/tests/Notify/Discarding/Makefile:
- * orbsvcs/tests/Notify/MT_Dispatching/Makefile:
- * orbsvcs/tests/Notify/Ordering/Makefile:
- * orbsvcs/tests/Notify/RT_lib/Makefile:
- * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile:
- * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile:
- * orbsvcs/tests/Notify/Test_Filter/Makefile:
- * orbsvcs/tests/Notify/lib/Makefile:
- * orbsvcs/tests/Notify/performance-tests/Filter/Makefile:
- * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile:
- * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile:
- * orbsvcs/tests/Property/Makefile:
- * orbsvcs/tests/Redundant_Naming/Makefile:
- * orbsvcs/tests/Sched/Makefile:
- * orbsvcs/tests/Sched_Conf/Makefile:
- * orbsvcs/tests/Simple_Naming/Makefile:
- * orbsvcs/tests/Time/Makefile:
- * performance-tests/POA/Demux/Makefile:
- * utils/nslist/Makefile:
-
- The orbsvcs_component check were screwed up in all of the above
- files.
-
- I did manage to locate Thomas Lockhart's bug report listing out
- many of the above files. Thanks to him for identifying the
- problem.
+ * orbsvcs/tests/Notify/Basic/Makefile:
+ * orbsvcs/tests/Notify/Discarding/Makefile:
+ * orbsvcs/tests/Notify/MT_Dispatching/Makefile:
+ * orbsvcs/tests/Notify/Ordering/Makefile:
+ * orbsvcs/tests/Notify/RT_lib/Makefile:
+ * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile:
+ * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile:
+ * orbsvcs/tests/Notify/Test_Filter/Makefile:
+ * orbsvcs/tests/Notify/lib/Makefile:
+ * orbsvcs/tests/Notify/performance-tests/Filter/Makefile:
+ * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile:
+ * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile:
+ * orbsvcs/tests/Property/Makefile:
+ * orbsvcs/tests/Redundant_Naming/Makefile:
+ * orbsvcs/tests/Sched/Makefile:
+ * orbsvcs/tests/Sched_Conf/Makefile:
+ * orbsvcs/tests/Simple_Naming/Makefile:
+ * orbsvcs/tests/Time/Makefile:
+ * performance-tests/POA/Demux/Makefile:
+ * utils/nslist/Makefile:
+
+ The orbsvcs_component check were screwed up in all of the above
+ files.
+
+ I did manage to locate Thomas Lockhart's bug report listing out
+ many of the above files. Thanks to him for identifying the
+ problem.
Wed Mar 3 13:32:52 2004 Dale Wilson <wilson_d@ociweb.com>
@@ -65,71 +86,71 @@ Wed Mar 3 13:32:52 2004 Dale Wilson <wilson_d@ociweb.com>
Wed Mar 3 12:30:33 2004 Yamuna Krishnamurthy <yamuna@oomworks.com>
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile:
- Modified the Makefile to link ACE_QoS lib only when rapi=1.
+ Modified the Makefile to link ACE_QoS lib only when rapi=1.
Wed Mar 3 10:55:13 2004 David Smith <dts@prismtechnologies.com>
- * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
+ * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
- Fixed compile problem with aCC 3.37.
+ Fixed compile problem with aCC 3.37.
Tue Mar 2 21:15:47 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * docs/Security/Conformance.html:
- * docs/Security/Download.html:
- * docs/Security/FAQ.html:
- * docs/Security/SSLIOP-INSTALL.html:
- * docs/Security/SSLIOP-USAGE.html:
- * docs/Security/SSLIOP.html:
- * docs/Security/Security_Service.html:
- * docs/Security/index.html:
- * docs/Security/Templates:
- * docs/Security/fireworks:
- * docs/Security/images:
-
- Documentation for TAO's SSLIOP pluggable protocol and Security
- Service.
+ * docs/Security/Conformance.html:
+ * docs/Security/Download.html:
+ * docs/Security/FAQ.html:
+ * docs/Security/SSLIOP-INSTALL.html:
+ * docs/Security/SSLIOP-USAGE.html:
+ * docs/Security/SSLIOP.html:
+ * docs/Security/Security_Service.html:
+ * docs/Security/index.html:
+ * docs/Security/Templates:
+ * docs/Security/fireworks:
+ * docs/Security/images:
+
+ Documentation for TAO's SSLIOP pluggable protocol and Security
+ Service.
Tue Mar 2 19:57:30 2004 Yamuna Krishnamurthy <yamuna@oomworks.com>
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.h:
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.cpp:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.h:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.cpp:
- Added the Receiver_Callback::handle_destroy method to shutdown
- the receiver when the stream was destroyed.
+ Added the Receiver_Callback::handle_destroy method to shutdown
+ the receiver when the stream was destroyed.
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.cpp:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.cpp:
- Set the QoS Params in Sender::fill_qos to Diffserv_Codepoint if
- rapi=0. Else the QoS Params are set to the intserv values. This
- ensures that when rapi=0 and the modify_qos method is called
- then the diffserv codepoint is set for all the frames sent..
+ Set the QoS Params in Sender::fill_qos to Diffserv_Codepoint if
+ rapi=0. Else the QoS Params are set to the intserv values. This
+ ensures that when rapi=0 and the modify_qos method is called
+ then the diffserv codepoint is set for all the frames sent..
- Added the graceful shutdown of the process when all frames were
- sent.
+ Added the graceful shutdown of the process when all frames were
+ sent.
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README:
- Modified to include details of diffserv testing.
+ Modified to include details of diffserv testing.
- * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/runtest.pl:
+ * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/runtest.pl:
- Modified to specify transport protocols and debug levels from
- the command line.
+ Modified to specify transport protocols and debug levels from
+ the command line.
- * orbsvcs/tests/AVStreams/Makefile:
+ * orbsvcs/tests/AVStreams/Makefile:
- Added the compilation of Simple_Two_Stage_With_QoS test.
+ Added the compilation of Simple_Two_Stage_With_QoS test.
Tue Mar 2 13:12:43 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * tao/Transport.cpp (drain_queue_helper):
+ * tao/Transport.cpp (drain_queue_helper):
- Check for EAGAIN in addition to EWOULDBLOCK. POSIX conformant
- implementations can use either EWOULDBLOCK or EAGAIN. Thanks to
- Kris Dekeyser <Kris.Dekeyser@lms.be> for pointing this out.
+ Check for EAGAIN in addition to EWOULDBLOCK. POSIX conformant
+ implementations can use either EWOULDBLOCK or EAGAIN. Thanks to
+ Kris Dekeyser <Kris.Dekeyser@lms.be> for pointing this out.
Tue Mar 2 07:43:07 2004 Dale Wilson <wilson_d@ociweb.com>
@@ -153,7 +174,7 @@ Tue Mar 2 13:59:33 2004 David Smith <dts@prismtechnologies.com>
* tao/Any_Dual_Impl_T.cpp:
Fixed compile problem with aCC 3.37. Thanks to Kris Dekeyser
- <Kris.Dekeyser@lms.be> for pointing this out.
+ <Kris.Dekeyser@lms.be> for pointing this out.
Tue Mar 2 09:05:48 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -208,7 +229,7 @@ Sun Feb 29 17:43:09 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Sun Feb 29 17:07:34 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/tests/Miop/McastHello/Makefile:
+ * orbsvcs/tests/Miop/McastHello/Makefile:
* orbsvcs/tests/Security/Big_Request/Makefile:
* orbsvcs/tests/ior_corbaname/Makefile:
@@ -271,7 +292,7 @@ Sun Feb 29 10:15:02 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/Makefile*:
* performance-tests/Makefile*:
- Regenerated dependencies using old g++-dep script.
+ Regenerated dependencies using old g++-dep script.
Sun Feb 29 10:34:26 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
@@ -307,7 +328,7 @@ Sun Feb 29 08:28:15 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/Makefile*:
- Regenerated dependencies using old g++-dep script.
+ Regenerated dependencies using old g++-dep script.
Sun Feb 29 08:26:23 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
@@ -558,8 +579,8 @@ Sat Feb 21 09:36:45 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* tao/Codeset_Manager.cpp (TAO_Codeset_Item): Replaced
delete [] this->name_ with ACE_OS::free (this->name_) since
- this->name_ was allocated by ACE_OS::strdup(). Thanks to
- Olivier Brunet <o.brunet@free.fr> for reporting this.
+ this->name_ was allocated by ACE_OS::strdup(). Thanks to
+ Olivier Brunet <o.brunet@free.fr> for reporting this.
Sat Feb 21 08:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -804,7 +825,7 @@ Thu Feb 19 13:34:22 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Wed Feb 18 13:58:52 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
+ * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
Fixed remaining compilation errors on Borland. Thanks to Johnny
for pointing this out.
@@ -835,7 +856,7 @@ Wed Feb 18 10:55:36 2004 Huang-Ming Huang <hh1@cse.wustl.edu>
Wed Feb 18 10:47:54 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
+ * orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.cpp:
Fixed compilation errors on Borland. Thanks to Johnny for pointing
it out.
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
diff --git a/TAO/utils/NamingViewer/NamingViewer.mpc b/TAO/utils/NamingViewer/NamingViewer.mpc
index e0810bd6a50..71ccd636da5 100644
--- a/TAO/utils/NamingViewer/NamingViewer.mpc
+++ b/TAO/utils/NamingViewer/NamingViewer.mpc
@@ -1,6 +1,6 @@
// -*- MPC -*-
// $Id$
-project : taoexe, portableserver, naming, mfc {
-
-} \ No newline at end of file
+project : namingexe, mfc {
+ exename = NamingViewer
+}