summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:50:05 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:50:05 +0100
commite0cbd2706b515bc7cd2590af30fb3253e0c5b559 (patch)
tree0959a2011034f64a33c5abf38a38dbec832defbd /TAO
parent19957310d2aa9503d5c4b8d8b066692c282eca4b (diff)
downloadATCD-e0cbd2706b515bc7cd2590af30fb3253e0c5b559.tar.gz
Removed id tag from mwc files
Diffstat (limited to 'TAO')
-rw-r--r--TAO/DevGuideExamples/DevGuideExamples.mwc2
-rw-r--r--TAO/TAO.mwc2
-rw-r--r--TAO/TAO_ACE.mwc2
-rw-r--r--TAO/TAO_IDL/TAO_IDL.mwc2
-rw-r--r--TAO/TAO_IDL/TAO_IDL_ACE.mwc2
-rw-r--r--TAO/TAO_IDL/fe/fe_lookup.cpp2
-rw-r--r--TAO/examples/examples.mwc2
-rw-r--r--TAO/interop-tests/AnyTypeCode/atc.mwc1
-rw-r--r--TAO/interop-tests/CdrOutArg/coa.mwc1
-rw-r--r--TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc2
-rw-r--r--TAO/orbsvcs/examples/examples.mwc2
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Component.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/orbsvcs.mwc2
-rw-r--r--TAO/orbsvcs/performance-tests/perf.mwc2
-rw-r--r--TAO/orbsvcs/tests/tests.mwc2
-rw-r--r--TAO/performance-tests/perf.mwc2
-rw-r--r--TAO/tao/tao.mwc2
-rw-r--r--TAO/tests/tests.mwc2
-rw-r--r--TAO/utils/utils.mwc2
22 files changed, 3 insertions, 39 deletions
diff --git a/TAO/DevGuideExamples/DevGuideExamples.mwc b/TAO/DevGuideExamples/DevGuideExamples.mwc
index b07eebca11d..305b7e83e2d 100644
--- a/TAO/DevGuideExamples/DevGuideExamples.mwc
+++ b/TAO/DevGuideExamples/DevGuideExamples.mwc
@@ -1,4 +1,4 @@
-// $Id$
+//
workspace {
}
diff --git a/TAO/TAO.mwc b/TAO/TAO.mwc
index f731a80e427..cee1fadd2e5 100644
--- a/TAO/TAO.mwc
+++ b/TAO/TAO.mwc
@@ -1,5 +1,3 @@
-// $Id$
-
workspace {
exclude {
CIAO
diff --git a/TAO/TAO_ACE.mwc b/TAO/TAO_ACE.mwc
index e2a020a4d58..2b2020a933b 100644
--- a/TAO/TAO_ACE.mwc
+++ b/TAO/TAO_ACE.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
$(ACE_ROOT)/ace
$(ACE_ROOT)/apps/gperf/src
diff --git a/TAO/TAO_IDL/TAO_IDL.mwc b/TAO/TAO_IDL/TAO_IDL.mwc
index 74d6b32b888..84fb2a7efbc 100644
--- a/TAO/TAO_IDL/TAO_IDL.mwc
+++ b/TAO/TAO_IDL/TAO_IDL.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
// Many existing MPC builds rely on this workspace. It is not
// necessary other than that.
workspace {
diff --git a/TAO/TAO_IDL/TAO_IDL_ACE.mwc b/TAO/TAO_IDL/TAO_IDL_ACE.mwc
index 0f0284af0cd..cc8c2e58a07 100644
--- a/TAO/TAO_IDL/TAO_IDL_ACE.mwc
+++ b/TAO/TAO_IDL/TAO_IDL_ACE.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
$(ACE_ROOT)/ace/ace.mpc
$(ACE_ROOT)/apps/gperf/src
diff --git a/TAO/TAO_IDL/fe/fe_lookup.cpp b/TAO/TAO_IDL/fe/fe_lookup.cpp
index bb12e25880d..f1cd561f3b9 100644
--- a/TAO/TAO_IDL/fe/fe_lookup.cpp
+++ b/TAO/TAO_IDL/fe/fe_lookup.cpp
@@ -1,4 +1,4 @@
-//
+//
#include "fe_private.h"
#include "ace/OS_NS_string.h"
diff --git a/TAO/examples/examples.mwc b/TAO/examples/examples.mwc
index fc3612c4312..9ab1bccd641 100644
--- a/TAO/examples/examples.mwc
+++ b/TAO/examples/examples.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
cmdline += -include $PWD
exclude {
diff --git a/TAO/interop-tests/AnyTypeCode/atc.mwc b/TAO/interop-tests/AnyTypeCode/atc.mwc
index e47003b82e6..52ffa1b80f2 100644
--- a/TAO/interop-tests/AnyTypeCode/atc.mwc
+++ b/TAO/interop-tests/AnyTypeCode/atc.mwc
@@ -1,4 +1,3 @@
-// $Id$
workspace {
tao/Demo.mpc
}
diff --git a/TAO/interop-tests/CdrOutArg/coa.mwc b/TAO/interop-tests/CdrOutArg/coa.mwc
index b66da202755..862c63037de 100644
--- a/TAO/interop-tests/CdrOutArg/coa.mwc
+++ b/TAO/interop-tests/CdrOutArg/coa.mwc
@@ -1,4 +1,3 @@
-// $Id$
workspace {
tao/CdrOutArg.mpc
}
diff --git a/TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc b/TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc
index b07eebca11d..305b7e83e2d 100644
--- a/TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc
+++ b/TAO/orbsvcs/DevGuideExamples/DevGuideExamples.mwc
@@ -1,4 +1,4 @@
-// $Id$
+//
workspace {
}
diff --git a/TAO/orbsvcs/examples/examples.mwc b/TAO/orbsvcs/examples/examples.mwc
index 740f5fcd2ab..f1e562adce0 100644
--- a/TAO/orbsvcs/examples/examples.mwc
+++ b/TAO/orbsvcs/examples/examples.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
cmdline += -include $PWD/../tests // for notifytest.mpb
}
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h
index e1c5304964a..359b4d493df 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h
@@ -4,8 +4,6 @@
/**
* @file LB_ClientComponent.h
*
- *
-
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Component.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Component.h
index 94cfed02739..0e1b4ec591c 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Component.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_Component.h
@@ -4,8 +4,6 @@
/**
* @file LB_Component.h
*
- *
-
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
index 48175ee4fd7..fe81e8323e5 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h
@@ -4,8 +4,6 @@
/**
* @file LB_IORInterceptor.h
*
- *
-
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
index debeaf8235d..88168ce7e6e 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
@@ -4,8 +4,6 @@
/**
* @file LB_ObjectReferenceFactory.h
*
- *
-
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/orbsvcs.mwc b/TAO/orbsvcs/orbsvcs/orbsvcs.mwc
index 01faf104b82..5094df16004 100644
--- a/TAO/orbsvcs/orbsvcs/orbsvcs.mwc
+++ b/TAO/orbsvcs/orbsvcs/orbsvcs.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
}
diff --git a/TAO/orbsvcs/performance-tests/perf.mwc b/TAO/orbsvcs/performance-tests/perf.mwc
index dd297256b34..70537148ebc 100644
--- a/TAO/orbsvcs/performance-tests/perf.mwc
+++ b/TAO/orbsvcs/performance-tests/perf.mwc
@@ -1,5 +1,3 @@
// -*- MPC -*-
-// $Id$
-
workspace {
}
diff --git a/TAO/orbsvcs/tests/tests.mwc b/TAO/orbsvcs/tests/tests.mwc
index 244c1bef561..3e2e7b966e4 100644
--- a/TAO/orbsvcs/tests/tests.mwc
+++ b/TAO/orbsvcs/tests/tests.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
cmdline += -include $PWD
}
diff --git a/TAO/performance-tests/perf.mwc b/TAO/performance-tests/perf.mwc
index 244c1bef561..3e2e7b966e4 100644
--- a/TAO/performance-tests/perf.mwc
+++ b/TAO/performance-tests/perf.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
cmdline += -include $PWD
}
diff --git a/TAO/tao/tao.mwc b/TAO/tao/tao.mwc
index 01faf104b82..5094df16004 100644
--- a/TAO/tao/tao.mwc
+++ b/TAO/tao/tao.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
}
diff --git a/TAO/tests/tests.mwc b/TAO/tests/tests.mwc
index 244c1bef561..3e2e7b966e4 100644
--- a/TAO/tests/tests.mwc
+++ b/TAO/tests/tests.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
cmdline += -include $PWD
}
diff --git a/TAO/utils/utils.mwc b/TAO/utils/utils.mwc
index e6c25693aa5..720b162ef29 100644
--- a/TAO/utils/utils.mwc
+++ b/TAO/utils/utils.mwc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
workspace {
nslist
catior