diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 8 | ||||
-rw-r--r-- | TAO/examples/Makefile.am | 1 | ||||
-rw-r--r-- | TAO/examples/POA/Makefile.am | 26 |
3 files changed, 8 insertions, 27 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index b84c1e0375d..3ddca795aa0 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Mon Aug 6 18:09:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> + + * examples/Makefile.am: + Removed POA directory + + * examples/POA/*: + Deleted + Mon Aug 6 13:53:30 UTC 2007 Chad Elliott <elliott_c@ociweb.com> * orbsvcs/Notify_Service/Notify_Service.cpp: diff --git a/TAO/examples/Makefile.am b/TAO/examples/Makefile.am index 56b5b7af958..8e78f3b662d 100644 --- a/TAO/examples/Makefile.am +++ b/TAO/examples/Makefile.am @@ -23,7 +23,6 @@ SUBDIRS = \ Load_Balancing_persistent \ Logging \ OBV \ - POA \ Persistent_Grid \ PluggableUDP \ Quoter \ diff --git a/TAO/examples/POA/Makefile.am b/TAO/examples/POA/Makefile.am deleted file mode 100644 index b8f42b69935..00000000000 --- a/TAO/examples/POA/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## Process this file with automake to create Makefile.in -## -## $Id$ -## -## This file was generated by MPC. Any changes made directly to -## this file will be lost the next time it is generated. -## -## MPC Command: -## ../bin/mwc.pl -type automake -noreldefs TAO.mwc - -SUBDIRS = \ - DSI \ - Default_Servant \ - FindPOA \ - Generic_Servant \ - Explicit_Activation \ - Adapter_Activator \ - Loader \ - NewPOA \ - On_Demand_Activation \ - On_Demand_Loading \ - POA_BiDir \ - Reference_Counted_Servant \ - RootPOA \ - TIE - |