You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2006/11/30 12:52:29 UTC

svn commit: r480904 [1/7] - in /harmony/standard/site: ./ docs/ docs/documentation/ docs/subcomponents/buildtest/ docs/subcomponents/classlibrary/ docs/subcomponents/drlvm/ docs/subcomponents/jchevm/ docs/subcomponents/stresstest/ xdocs/stylesheets/ xd...

Author: nadinem
Date: Thu Nov 30 03:52:25 2006
New Revision: 480904

URL: http://svn.apache.org/viewvc?view=rev&rev=480904
Log: (empty)

Modified:
    harmony/standard/site/build.xml
    harmony/standard/site/docs/auth_cont_quest.html
    harmony/standard/site/docs/bulk_contribution_checklist.html
    harmony/standard/site/docs/code_scan_tools.html
    harmony/standard/site/docs/contribution_policy.html
    harmony/standard/site/docs/contributors.html
    harmony/standard/site/docs/documentation/build_website.html
    harmony/standard/site/docs/documentation/documentation.html
    harmony/standard/site/docs/documentation/site.css
    harmony/standard/site/docs/downloads.html
    harmony/standard/site/docs/faq.html
    harmony/standard/site/docs/get-involved.html
    harmony/standard/site/docs/guidelines.html
    harmony/standard/site/docs/index.html
    harmony/standard/site/docs/issue_resolution_guideline.html
    harmony/standard/site/docs/license.html
    harmony/standard/site/docs/mailing.html
    harmony/standard/site/docs/newshistory.html
    harmony/standard/site/docs/quickhelp_users.html
    harmony/standard/site/docs/related.html
    harmony/standard/site/docs/roadmap.html
    harmony/standard/site/docs/status.html
    harmony/standard/site/docs/subcomponents/buildtest/index.html
    harmony/standard/site/docs/subcomponents/buildtest/site.css
    harmony/standard/site/docs/subcomponents/classlibrary/agreements.html
    harmony/standard/site/docs/subcomponents/classlibrary/asn1_framework.html
    harmony/standard/site/docs/subcomponents/classlibrary/awt.html
    harmony/standard/site/docs/subcomponents/classlibrary/build_classlib.html
    harmony/standard/site/docs/subcomponents/classlibrary/compat.html
    harmony/standard/site/docs/subcomponents/classlibrary/dns_support.html
    harmony/standard/site/docs/subcomponents/classlibrary/hdk.html
    harmony/standard/site/docs/subcomponents/classlibrary/java2d.html
    harmony/standard/site/docs/subcomponents/classlibrary/pkgnaming.html
    harmony/standard/site/docs/subcomponents/classlibrary/regexp.html
    harmony/standard/site/docs/subcomponents/classlibrary/rmi_proivider.html
    harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html
    harmony/standard/site/docs/subcomponents/classlibrary/site.css
    harmony/standard/site/docs/subcomponents/classlibrary/status.html
    harmony/standard/site/docs/subcomponents/classlibrary/testing.html
    harmony/standard/site/docs/subcomponents/drlvm/EM.html
    harmony/standard/site/docs/subcomponents/drlvm/JIT.html
    harmony/standard/site/docs/subcomponents/drlvm/JIT_PMF.html
    harmony/standard/site/docs/subcomponents/drlvm/TM.html
    harmony/standard/site/docs/subcomponents/drlvm/debugging_VM_and_JIT.html
    harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html
    harmony/standard/site/docs/subcomponents/drlvm/emguide.html
    harmony/standard/site/docs/subcomponents/drlvm/gc-howto.html
    harmony/standard/site/docs/subcomponents/drlvm/getting_started.html
    harmony/standard/site/docs/subcomponents/drlvm/index.html
    harmony/standard/site/docs/subcomponents/drlvm/kernel_classes.html
    harmony/standard/site/docs/subcomponents/drlvm/site.css
    harmony/standard/site/docs/subcomponents/jchevm/index.html
    harmony/standard/site/docs/subcomponents/jchevm/site.css
    harmony/standard/site/docs/subcomponents/stresstest/index.html
    harmony/standard/site/docs/subcomponents/stresstest/site.css
    harmony/standard/site/docs/svn.html
    harmony/standard/site/xdocs/stylesheets/site.vsl
    harmony/standard/site/xdocs/subcomponents/classlibrary/ASN1Framework.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/AWT.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/DNSsupport.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/Java2D.html
    harmony/standard/site/xdocs/subcomponents/classlibrary/Regexp.html
    harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html
    harmony/standard/site/xdocs/subcomponents/drlvm/EM.html
    harmony/standard/site/xdocs/subcomponents/drlvm/EM.xml
    harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html
    harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino_PMF.html
    harmony/standard/site/xdocs/subcomponents/drlvm/ThreadManager.html
    harmony/standard/site/xdocs/subcomponents/drlvm/debugging_VM_and_JIT.xml
    harmony/standard/site/xdocs/subcomponents/drlvm/gc-howto-content.html
    harmony/standard/site/xdocs/subcomponents/drlvm/kernel_classes.html

Modified: harmony/standard/site/build.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/build.xml?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/build.xml (original)
+++ harmony/standard/site/build.xml Thu Nov 30 03:52:25 2006
@@ -105,14 +105,9 @@
       </copy>
 
       <copy file="${docs.src}/site.css" todir="${docs.dest}/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/documentation/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/subcomponents/classlibrary/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/subcomponents/drlvm/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/subcomponents/buildtest/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/subcomponents/jchevm/"/>
-      <copy file="${docs.src}/site.css" todir="${docs.dest}/subcomponents/stresstest/"/>
 
   </target>
     
 </project>
+
 

Modified: harmony/standard/site/docs/auth_cont_quest.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/auth_cont_quest.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/auth_cont_quest.html (original)
+++ harmony/standard/site/docs/auth_cont_quest.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -519,6 +521,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/bulk_contribution_checklist.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/bulk_contribution_checklist.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/bulk_contribution_checklist.html (original)
+++ harmony/standard/site/docs/bulk_contribution_checklist.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -376,6 +378,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/code_scan_tools.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/code_scan_tools.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/code_scan_tools.html (original)
+++ harmony/standard/site/docs/code_scan_tools.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony Code Scanning Tools</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -261,6 +263,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/contribution_policy.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/contribution_policy.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/contribution_policy.html (original)
+++ harmony/standard/site/docs/contribution_policy.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony Contribution Policy</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -395,6 +397,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/contributors.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/contributors.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/contributors.html (original)
+++ harmony/standard/site/docs/contributors.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony Committers</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -519,6 +521,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/documentation/build_website.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/build_website.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/documentation/build_website.html (original)
+++ harmony/standard/site/docs/documentation/build_website.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Building and Deploying the Apache Harmony Website</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../site.css"/>
         </head>
 
         <body>        
@@ -310,6 +312,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/documentation/documentation.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/documentation.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/documentation/documentation.html (original)
+++ harmony/standard/site/docs/documentation/documentation.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../site.css"/>
         </head>
 
         <body>        
@@ -287,6 +289,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/documentation/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/documentation/site.css?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/documentation/site.css (original)
+++ harmony/standard/site/docs/documentation/site.css Thu Nov 30 03:52:25 2006
@@ -1,242 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}

Modified: harmony/standard/site/docs/downloads.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/downloads.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/downloads.html (original)
+++ harmony/standard/site/docs/downloads.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -302,6 +304,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/faq.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/faq.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/faq.html (original)
+++ harmony/standard/site/docs/faq.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Frequently Asked Questions</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -366,6 +368,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/get-involved.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/get-involved.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/get-involved.html (original)
+++ harmony/standard/site/docs/get-involved.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - How do I contribute, give feedback, fix bugs and so on?</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -322,6 +324,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/guidelines.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/guidelines.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/guidelines.html (original)
+++ harmony/standard/site/docs/guidelines.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Project Guidelines</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -548,6 +550,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/index.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/index.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/index.html (original)
+++ harmony/standard/site/docs/index.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Open Source Java SE</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -438,6 +440,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/issue_resolution_guideline.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/issue_resolution_guideline.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/issue_resolution_guideline.html (original)
+++ harmony/standard/site/docs/issue_resolution_guideline.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Good Issue Resolution Guideline</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -314,6 +316,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/license.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/license.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/license.html (original)
+++ harmony/standard/site/docs/license.html Thu Nov 30 03:52:25 2006
@@ -39,7 +39,9 @@
             
             <title>Apache Harmony - Apache License</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -434,6 +436,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/mailing.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/mailing.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/mailing.html (original)
+++ harmony/standard/site/docs/mailing.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony Mailing Lists</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -367,6 +369,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/newshistory.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/newshistory.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/newshistory.html (original)
+++ harmony/standard/site/docs/newshistory.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -317,6 +319,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/quickhelp_users.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_users.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/quickhelp_users.html (original)
+++ harmony/standard/site/docs/quickhelp_users.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Getting Started For Users</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -362,6 +364,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/related.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/related.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/related.html (original)
+++ harmony/standard/site/docs/related.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Other Projects</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -239,6 +241,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/roadmap.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/roadmap.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/roadmap.html (original)
+++ harmony/standard/site/docs/roadmap.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Project Roadmap</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -772,6 +774,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/status.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/status.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/status.html (original)
+++ harmony/standard/site/docs/status.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
         </head>
 
         <body>        
@@ -238,6 +240,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/buildtest/index.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/buildtest/index.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/buildtest/index.html (original)
+++ harmony/standard/site/docs/subcomponents/buildtest/index.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Build-Test Framework</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -320,6 +322,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/buildtest/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/buildtest/site.css?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/buildtest/site.css (original)
+++ harmony/standard/site/docs/subcomponents/buildtest/site.css Thu Nov 30 03:52:25 2006
@@ -1,242 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}

Modified: harmony/standard/site/docs/subcomponents/classlibrary/agreements.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/agreements.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/agreements.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/agreements.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Harmony developer agreements and recommendations</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -396,6 +398,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/asn1_framework.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/asn1_framework.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/asn1_framework.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/asn1_framework.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - ASN.1 Framework</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -236,7 +238,7 @@
       <title>
          ASN.1 Framework
       </title>
-      <link rel="Stylesheet" type="text/css" media="all" href="site.css" />
+      <link rel="stylesheet" type="text/css" media="all" href="../../site.css" />
    </head>
    <body>
       <h1>
@@ -1616,6 +1618,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -1633,6 +1636,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/awt.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/awt.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/awt.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/awt.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Abstract Window Toolkit Framework</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -233,7 +235,7 @@
       <title>
            Abstract Windowing Toolkit
       </title>
-      <link rel="Stylesheet" type="text/css" href="site.css" />
+      <link rel="stylesheet" type="text/css" href="../../site.css" />
    </head>
    <body>
       <h1>
@@ -1704,6 +1706,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -1721,6 +1724,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/build_classlib.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/build_classlib.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/build_classlib.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/build_classlib.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Building the Apache Harmony Classlib</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -374,6 +376,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/compat.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/compat.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/compat.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/compat.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Compatibility goals in the Apache Harmony Classlib</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -411,6 +413,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/dns_support.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/dns_support.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/dns_support.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/dns_support.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - DNS Service Provider</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -233,7 +235,7 @@
       <title>
          DNS Service Provider
       </title>
-      <link rel="Stylesheet" type="text/css" href="site.css" />
+      <link rel="stylesheet" type="text/css" href="../../site.css" />
    </head>
    <body>
       <h1>
@@ -866,6 +868,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -883,6 +886,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/hdk.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/hdk.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/hdk.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/hdk.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Harmony Development Kit for the Apache Harmony Class Library</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -336,6 +338,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/java2d.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/java2d.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/java2d.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/java2d.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - DRL Java 2D*</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -231,7 +233,7 @@
       <title>
          DRL Java 2D*
       </title>
-      <link href="site.css" rel="stylesheet" type="text/css" />
+      <link href="../../site.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
       <h1>
@@ -622,6 +624,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -639,6 +642,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/pkgnaming.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/pkgnaming.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/pkgnaming.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/pkgnaming.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Package Naming Conventions in the Apache Harmony Classlib</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -308,6 +310,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/regexp.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/regexp.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/regexp.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/regexp.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Regex Processing Framework</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -229,7 +231,7 @@
    <head>
       <meta http-equiv="Content-Type"
       content="text/html; charset=windows-1252" />
-      <link rel="Stylesheet" type="text/css" media="all" href="site.css" />
+      <link rel="stylesheet" type="text/css" media="all" href="../../site.css" />
       <title>
          Design of the regex processing framework
       </title>
@@ -772,6 +774,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -789,6 +792,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/rmi_proivider.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/rmi_proivider.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/rmi_proivider.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/rmi_proivider.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -482,6 +484,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/ser_testing.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Framework for Testing Serialization</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -383,6 +385,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/site.css
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/site.css?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/site.css (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/site.css Thu Nov 30 03:52:25 2006
@@ -1,242 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-
-body {
-    background-color: white;
-    color: black;
-    text-align: left;
-    text-align: left;
-    font: "Times New Roman", serif;
-}
-
-.menuItem {
-    vertical-align: top;
-    padding: 0pt;
-    margin-top: 4pt;
-    margin-bottom: 4pt;
-    margin-right: 0pt;
-    margin-left: 0pt;
-}
-
-h1 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #525D76;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 0pt;
-}
-
-h2 {
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bold;
-    font-size: 12pt;
-    background-color: #828DA6;
-    color: white;
-    text-indent: 2pt;
-    margin-left: 10pt;
-}
-
-h3 {
-    font-weight: bold;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    text-transform: uppercase;
-    font-size: 11pt;
-}
-
-a:link {
-    color:#525D76;
-}
-
-p {
-    padding-left: 2pt;
-    margin-left: 20pt;
-}
-
-td.TableCell {
-    vertical-align: top;
-    text-align: left;
-    background-color: #a0ddf0;
-}
-
-th.TableHeading {
-    background-color: #039acc;
-    text-align: center;
-    color: black;
-    font-family: Arial, Helvetica, sans-serif;
-    padding: 2pt;
-}
-
-table {
-    margin-left: 0pt;
-    margin-right: 0pt;
-}
-
-img {
-    border: none;
-}
-
-pre {
-    background: #F3F5F7;
-    border: thin solid;
-    border-color: #828DA6;
-    padding: 12pt;
-    font-size: 11.0pt;
-    font-family: Courier;
-    margin-right: 10pt;
-    margin-left: 25pt;
-}
-
-.class {
-    font-weight: bold;
-    font-size: 10pt;
-    font-family: Arial;
-    border-top: none;
-    border-right: none;
-    border-left: none;
-    border-bottom: solid #525D76 2px;
-}
-
-.special {
-    font-weight: bold;
-    text-align: center;
-    color: #525D76;
-    margin-top: 3pt;
-    margin-bottom: 3pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.backtotop {
-    font-weight: bold;
-    margin-left: 0pt;
-}
-
-.note {
-    color: red;
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.notetext {
-    padding-left: 20pt;
-    margin-top: 0pt;
-    margin-bottom: 0pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.example {
-    font-weight: bolder;
-    font-family: Arial, helvetica, sans-serif;
-    font-size: 10pt;
-}
-
-.exampletext {
-    margin-left: 40pt;
-}
-
-.TOCHeading {
-    font-weight: bold;
-    font-size: 12pt;
-    text-align: left;
-    color: #000000;
-    font-family: Arial, helvetica, sans-serif;
-    padding-left: 15px;
-    margin-bottom: 5pt;
-    margin-top: 5pt;
-    margin-left: 5px;
-    margin-right: 0pt;
-}
-
-.TOC {
-    font-size: 11pt;
-    text-indent: 15pt;
-    color: white;
-    padding-left: 15px;
-    margin-left: 5px;
-    margin-right: 0.00px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    font-family: Arial, helvetica, sans-serif;
-}
-
-.update {
-    color: #A9A9A9;
-    font-size: smaller;
-    font-style: italic;
-}
-
-li {
-    margin-left: 20pt;
-    padding-left: 1pt;
-    padding-top: 1pt;
-    padding-bottom: 1pt;
-    padding-right: 0pt;
-}
-
-ol li {
-    list-style-type: decimal;
-}
-
-ul li {
-    list-style-type: square;
-}
-
-li ul li {
-    list-style-type: disc;
-}
-
-dl {
-    margin: 5pt;
-}
-
-dd {
-    margin-left: 30pt;
-    margin-top: 5pt;
-    margin-right: 20pt;
-    margin-bottom: 5pt;
-    border-right: none;
-    border-bottom: none;
-    border-left: none;
-    border-top: none;
-    padding-bottom: 8px;
-}
-
-dd p {
-    margin-left: 0pt;
-}
-
-dt {
-    font-size: 10pt;
-    font-family: Arial, helvetica, sans-serif;
-    font-weight: bolder;
-    margin-left: 20pt;
-    margin-top: 5pt;
-    margin-right: 0pt;
-    margin-bottom: 5pt;
-    border-top: none;
-    border-right: none;
-    border-bottom: solid #828DA6 1px;
-    border-left: none;
-    padding-bottom: 3px;
-}

Modified: harmony/standard/site/docs/subcomponents/classlibrary/status.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/status.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/status.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/status.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Apache Harmony</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -234,6 +236,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/classlibrary/testing.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/classlibrary/testing.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/classlibrary/testing.html (original)
+++ harmony/standard/site/docs/subcomponents/classlibrary/testing.html Thu Nov 30 03:52:25 2006
@@ -38,7 +38,9 @@
             
             <title>Apache Harmony - Testing Conventions in the Apache Harmony Classlib</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -312,6 +314,7 @@
         </body>
     </html>
 <!-- end the processing -->
+
 
 
 

Modified: harmony/standard/site/docs/subcomponents/drlvm/EM.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/EM.html?view=diff&rev=480904&r1=480903&r2=480904
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/EM.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/EM.html Thu Nov 30 03:52:25 2006
@@ -36,9 +36,11 @@
             
             
             
-            <title>Apache Harmony - Execution Manager</title>
+            <title>Apache Harmony - Execution Manager Component Description</title>
 
-                                <link rel="Stylesheet" type="text/css" href="site.css"/>
+                        
+                        
+        <link rel="stylesheet" type="text/css" href="../../site.css"/>
         </head>
 
         <body>        
@@ -212,7 +214,7 @@
    <head>
       <meta http-equiv="Content-Type"
       content="text/html; charset=windows-1251" />
-      <link rel="Stylesheet" type="text/css" href="site.css" />
+      <link rel="stylesheet" type="text/css" href="../../site.css" />
       <title>
          DRLVM Execution Manager
       </title>
@@ -862,6 +864,7 @@
    </body>
 </html>
 
+
 </div>
                                         </td>
                 </tr>
@@ -879,6 +882,7 @@
         </body>
     </html>
 <!-- end the processing -->
+