diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-08-31 12:15:35 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-08-31 12:15:35 +0200 |
commit | 9770e4def8b689f87b820bb1a464fb1a516f798d (patch) | |
tree | b4e34d5822dd9c80cbfb32e18974ab571ea10c50 /ACE/html/Stats | |
parent | 764d3a74cf80e3a3d439347fbaaf9077b0f93d42 (diff) | |
download | ATCD-9770e4def8b689f87b820bb1a464fb1a516f798d.tar.gz |
Removed left over Id tags
Diffstat (limited to 'ACE/html/Stats')
-rw-r--r-- | ACE/html/Stats/configuration.shtml | 1 | ||||
-rw-r--r-- | ACE/html/Stats/detailed_performance.shtml | 3 | ||||
-rw-r--r-- | ACE/html/Stats/footprint.shtml | 7 | ||||
-rw-r--r-- | ACE/html/Stats/index.shtml | 3 | ||||
-rw-r--r-- | ACE/html/Stats/simple_footprint.shtml | 1 |
5 files changed, 5 insertions, 10 deletions
diff --git a/ACE/html/Stats/configuration.shtml b/ACE/html/Stats/configuration.shtml index 9243e76a3a7..1ba2cd994ed 100644 --- a/ACE/html/Stats/configuration.shtml +++ b/ACE/html/Stats/configuration.shtml @@ -2,7 +2,6 @@ "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <!-- $Id$ --> <TITLE>Configuration</TITLE> <LINK href="Stats.css" rel="stylesheet" type="text/css"> </HEAD> diff --git a/ACE/html/Stats/detailed_performance.shtml b/ACE/html/Stats/detailed_performance.shtml index c0fb2975b07..d61ae54e8da 100644 --- a/ACE/html/Stats/detailed_performance.shtml +++ b/ACE/html/Stats/detailed_performance.shtml @@ -2,14 +2,13 @@ "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <!-- $Id$ --> <TITLE>Performance Metrics Detailed Results</TITLE> <LINK href="Stats.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <!--#include file="navigation.html"--> - + <P> Results for the performance experiments in <CODE>$TAO_ROOT/performance-tests</CODE>. diff --git a/ACE/html/Stats/footprint.shtml b/ACE/html/Stats/footprint.shtml index e9fed552179..330191ce1e6 100644 --- a/ACE/html/Stats/footprint.shtml +++ b/ACE/html/Stats/footprint.shtml @@ -2,7 +2,6 @@ "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <!-- $Id$ --> <TITLE>Footprint Metrics Results</TITLE> <LINK href="Stats.css" rel="stylesheet" type="text/css"> </HEAD> @@ -27,8 +26,8 @@ executables that represent the minimum size of TAO's client and server. </LI> </UL> - <UL> <LI> Detailed Footprint, for a closer look at the sizes of - libraries and its dependencies. + <UL> <LI> Detailed Footprint, for a closer look at the sizes of + libraries and its dependencies. <UL> <LI><a href="regular/ace_Footprint.html">ACE</a> <LI><a href="regular/tao_Footprint.html">TAO</a> @@ -39,7 +38,7 @@ </LI> </UL> </BODY> <P> <HR> - + <!--#include file="navigation.html"--> <!--#include file="footer.html"--> </HTML> diff --git a/ACE/html/Stats/index.shtml b/ACE/html/Stats/index.shtml index 8ff22840f3b..3843557a582 100644 --- a/ACE/html/Stats/index.shtml +++ b/ACE/html/Stats/index.shtml @@ -2,7 +2,6 @@ "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <!-- $Id$ --> <TITLE>ACE+TAO+CIAO+DAnCE Metrics</TITLE> <LINK href="Stats.css" rel="stylesheet" type="text/css"> </HEAD> @@ -21,7 +20,7 @@ href="http://www.dre.vanderbilt.edu/scoreboard"> nightly</A> regression tests. The complete source for the tests is available as part of the ACE+TAO+CIAO+DAnCE <A - HREF="http://download.dre.vanderbilt.edu">distribution</A>. + HREF="http://download.dre.vanderbilt.edu">distribution</A>. The hardware and software configuration used for these tests is described <A HREF="configuration.shtml">here</A>. Notice, however, that the diff --git a/ACE/html/Stats/simple_footprint.shtml b/ACE/html/Stats/simple_footprint.shtml index df8e9d3f908..37617eb6b7a 100644 --- a/ACE/html/Stats/simple_footprint.shtml +++ b/ACE/html/Stats/simple_footprint.shtml @@ -2,7 +2,6 @@ "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> - <!-- $Id$ --> <TITLE>Footprint Metrics Detailed Results</TITLE> <LINK href="Stats.css" rel="stylesheet" type="text/css"> </HEAD> |