summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-11 16:27:23 +0000
committerharrisb <harrisb@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-11 16:27:23 +0000
commit80fc73a4693a0780fad8471c8c8ce5c3acfda055 (patch)
tree8b818cb12a03984fe40b57b195f64055b983a0c0
parent4b8772bb0e3f36f727985a30b027de6b57c2f59a (diff)
downloadATCD-80fc73a4693a0780fad8471c8c8ce5c3acfda055.tar.gz
Mon Mar 11 16:23:46 UTC 2013 Byron Harris <harrisb@ociweb.com>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc2
4 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index faa93202ab6..b58c9cdcdb1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Mon Mar 11 16:23:46 UTC 2013 Byron Harris <harrisb@ociweb.com>
+
+ * orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc:
+ * orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc:
+ * orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc:
+
+ For server project add imr_client to base projects
+ to support resolving ImR client code for static builds.
+
Mon Mar 11 14:51:28 UTC 2013 Byron Harris <harrisb@ociweb.com>
* orbsvcs/tests/FT_Naming/Replication/run_test.pl:
diff --git a/TAO/orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc b/TAO/orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc
index 61f6b50edbc..71c175c4dd9 100644
--- a/TAO/orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc
+++ b/TAO/orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc
@@ -7,7 +7,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-project(*Server): taoserver, iortable, avoids_minimum_corba, avoids_corba_e_micro, threads {
+project(*Server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads {
exename = MessengerServer
after += *idl
Source_Files {
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc b/TAO/orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc
index 39eff2fa489..e8275b43b9a 100644
--- a/TAO/orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc
+++ b/TAO/orbsvcs/tests/ImplRepo/scale_clients/scale_clients.mpc
@@ -8,7 +8,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-project(*server): taoserver, iortable, avoids_minimum_corba, avoids_corba_e_micro {
+project(*server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro {
after += *idl
exename = server
IDL_Files {
diff --git a/TAO/orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc b/TAO/orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc
index eddb8a3e628..5ac2135b6b5 100644
--- a/TAO/orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc
+++ b/TAO/orbsvcs/tests/ImplRepo/servers_list/servers_list.mpc
@@ -8,7 +8,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-project(*server): taoserver, iortable, avoids_minimum_corba, avoids_corba_e_micro, threads {
+project(*server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads {
after += *idl
exename = server
IDL_Files {