You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/11/03 18:26:19 UTC

svn commit: r470917 - in /incubator/harmony/standard/site: docs/subcomponents/buildtest/index.html docs/subcomponents/classlibrary/index.html xdocs/subcomponents/buildtest/index.xml xdocs/subcomponents/classlibrary/index.xml

Author: apetrenko
Date: Fri Nov  3 09:26:18 2006
New Revision: 470917

URL: http://svn.apache.org/viewvc?view=rev&rev=470917
Log:
Additional patch for HARMONY-2062 "Improve certain Harmony pages"

Modified:
    incubator/harmony/standard/site/docs/subcomponents/buildtest/index.html
    incubator/harmony/standard/site/docs/subcomponents/classlibrary/index.html
    incubator/harmony/standard/site/xdocs/subcomponents/buildtest/index.xml
    incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/index.xml

Modified: incubator/harmony/standard/site/docs/subcomponents/buildtest/index.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/subcomponents/buildtest/index.html?view=diff&rev=470917&r1=470916&r2=470917
==============================================================================
--- incubator/harmony/standard/site/docs/subcomponents/buildtest/index.html (original)
+++ incubator/harmony/standard/site/docs/subcomponents/buildtest/index.html Fri Nov  3 09:26:18 2006
@@ -36,7 +36,7 @@
             
             
             
-            <title>Apache Harmony - Apache Harmony</title>
+            <title>Apache Harmony - Build-Test Framework</title>
 
                                 <link rel="Stylesheet" type="text/css" href="site.css"/>
         </head>
@@ -249,18 +249,9 @@
       </td></tr>
       <tr><td>
         
-                                    <p>
-    Basically, you need the same tools, as for building the Apache Harmony
-    components, like Java, Ant, C/C++ compilers, etc. Install the following 
-    software:
-    </p>
-                                                <ol>
-        <li>Java JDK v5</li>
-        <li><a href="http://ant.apache.org/">Apache Ant</a></li>
-        <li><a href="http;//subversion.tigris.org/">Subversion Client</a></li>
-    </ol>
-                                                <p>Please see the other parts of the project for information on the necessary
-    toolchains.</p>
+                                    <p>You need to obtain and install the same <a href="../../../docs/quickhelp_contributors.html">tools</a>, 
+    as for building the Apache Harmony
+    components.</p>
                             
       </td></tr>
        

Modified: incubator/harmony/standard/site/docs/subcomponents/classlibrary/index.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/subcomponents/classlibrary/index.html?view=diff&rev=470917&r1=470916&r2=470917
==============================================================================
--- incubator/harmony/standard/site/docs/subcomponents/classlibrary/index.html (original)
+++ incubator/harmony/standard/site/docs/subcomponents/classlibrary/index.html Fri Nov  3 09:26:18 2006
@@ -217,18 +217,20 @@
                                                     
       <tr><td>
             <h2>
-          <a name="Developing and Building the code">Developing and Building the code</a>
+          <a name="Developing and Building the Code">Developing and Building the Code</a>
             </h2>
       </td></tr>
       <tr><td>
         
                                     <ul>
 		<li>
-            <a href="build_classlib.html">Building the Classlibrary Code</a>
+            <a href="../../../docs/quickhelp_contributors.html">Getting Started For Contributors</a>
 			<br />
-                Describes how to download and build the class library code from source.
+      Describes how to get configured to build and work with the 
+      Apache Harmony source code.
+     
 
-        </li>
+    </li>
 		<li>
             <a href="dev_eclipse.html">Development with the Eclipse IDE</a>
 			<br />
@@ -255,14 +257,14 @@
       <tr><td>
         
                                     <ul>
-		<li><a href="pkgnaming.html">Java package naming guidelines</a>
+		<li><a href="pkgnaming.html">Java Package Naming Guidelines</a>
       <br />
       Guidelines for Harmony package naming convention.
       
     </li>
 
     <li>
-      <a href="testing.html">Testing conventions in the Apache Harmony Classlib</a>
+      <a href="testing.html">Testing Conventions in the Apache Harmony Classlib</a>
       <br />
       Placement and package naming conventions for different
       types of Harmony class library tests.
@@ -270,14 +272,14 @@
     </li>
 
     <li>
-      <a href="compat.html">Compatibility guidelines</a>
+      <a href="compat.html">Compatibility Guidelines</a>
       <br />
       Guidelines for ensuring that the Harmony class library is compatible
       with other Java implementations.
       
 			</li>
 
-		<li><a href="ser_testing.html">Framework for testing serialization</a>
+		<li><a href="ser_testing.html">Framework for Testing Serialization</a>
       <br />
       Approach for testing serialization compatibility with other
       certified implementations, Harmony backward compatibility, placement and
@@ -297,7 +299,7 @@
                                                     
       <tr><td>
             <h2>
-          <a name="Architecture and guides">Architecture and guides</a>
+          <a name="Architecture and Guides">Architecture and Guides</a>
             </h2>
       </td></tr>
       <tr><td>
@@ -315,14 +317,14 @@
       <li>
         <a href="regexp.html">Harmony Regular Expression Framework</a>
         <br />
-        Overview of the java.util.regex package and implementation architecture
+        Overview of the <code>java.util.regex</code> package and implementation architecture
         focusing on the performance improvement aspects.
 
       </li>
       <li>
         <a href="dns_support.html">Harmony DNS Service Provider</a>
         <br />
-        Implementation description of the DNS service provider for the Java* Naming Directory Interface (JNDI)
+        Implementation description of the DNS service provider for the Java Naming Directory Interface (JNDI)
         including a package overview, a design description and a guide to using the provider.
 
       </li>
@@ -332,14 +334,14 @@
         Description of the AWT (Abstract Window Toolkit) framework covering
         major design features and internal implementation specifics, such as
         the event handling mechanism, the focus dispatching flow, appearance handling
-        with custom visual themes and multi-threading support
+        with custom visual themes and multi-threading support.
 
       </li>
       <li>
         <a href="java2d.html">Harmony Java 2D implementation</a>
         <br />
         Introduction to the Java two-dimensional (2D) graphics and image processing
-        technology implementation focusing on the internal specifics of implementation
+        technology implementation focusing on the internal specifics of implementation.
 
       </li>
 

Modified: incubator/harmony/standard/site/xdocs/subcomponents/buildtest/index.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/subcomponents/buildtest/index.xml?view=diff&rev=470917&r1=470916&r2=470917
==============================================================================
--- incubator/harmony/standard/site/xdocs/subcomponents/buildtest/index.xml (original)
+++ incubator/harmony/standard/site/xdocs/subcomponents/buildtest/index.xml Fri Nov  3 09:26:18 2006
@@ -20,7 +20,7 @@
 <document>
 
  <properties>
-  <title>Apache Harmony</title>
+  <title>Build-Test Framework</title>
   <author email="harmony-dev@incubator.apache.org">Harmony Documentation Team</author>
  </properties>
 
@@ -52,19 +52,10 @@
 
   <subsection name="Prerequisites"> 
 
-    <p>
-    Basically, you need the same tools, as for building the Apache Harmony
-    components, like Java, Ant, C/C++ compilers, etc. Install the following 
-    software:
-    </p>
-
-    <ol>
-        <li>Java JDK v5</li>
-        <li><a href="http://ant.apache.org/">Apache Ant</a></li>
-        <li><a href="http;//subversion.tigris.org/">Subversion Client</a></li>
-    </ol>
-  <p>Please see the other parts of the project for information on the necessary
-    toolchains.</p></subsection>
+    <p>You need to obtain and install the same <a href="../../../docs/quickhelp_contributors.html">tools</a>, 
+    as for building the Apache Harmony
+    components.</p>
+  </subsection>
 
   <subsection name="Setup">
         <p>

Modified: incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/index.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/index.xml?view=diff&rev=470917&r1=470916&r2=470917
==============================================================================
--- incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/index.xml (original)
+++ incubator/harmony/standard/site/xdocs/subcomponents/classlibrary/index.xml Fri Nov  3 09:26:18 2006
@@ -32,14 +32,16 @@
 		The following documentation links are specific to the class library effort underway at Apache Harmony.
 	</p>
 	
-<subsection name="Developing and Building the code">
+<subsection name="Developing and Building the Code">
 	<ul>
 		<li>
-            <a href="build_classlib.html">Building the Classlibrary Code</a>
+            <a href="../../../docs/quickhelp_contributors.html">Getting Started For Contributors</a>
 			<br />
-                Describes how to download and build the class library code from source.
+      Describes how to get configured to build and work with the 
+      Apache Harmony source code.
+     
 
-        </li>
+    </li>
 		<li>
             <a href="dev_eclipse.html">Development with the Eclipse IDE</a>
 			<br />
@@ -58,14 +60,14 @@
 
 <subsection name="Project Conventions">
 	<ul>
-		<li><a href="pkgnaming.html">Java package naming guidelines</a>
+		<li><a href="pkgnaming.html">Java Package Naming Guidelines</a>
       <br />
       Guidelines for Harmony package naming convention.
       
     </li>
 
     <li>
-      <a href="testing.html">Testing conventions in the Apache Harmony Classlib</a>
+      <a href="testing.html">Testing Conventions in the Apache Harmony Classlib</a>
       <br />
       Placement and package naming conventions for different
       types of Harmony class library tests.
@@ -73,14 +75,14 @@
     </li>
 
     <li>
-      <a href="compat.html">Compatibility guidelines</a>
+      <a href="compat.html">Compatibility Guidelines</a>
       <br />
       Guidelines for ensuring that the Harmony class library is compatible
       with other Java implementations.
       
 			</li>
 
-		<li><a href="ser_testing.html">Framework for testing serialization</a>
+		<li><a href="ser_testing.html">Framework for Testing Serialization</a>
       <br />
       Approach for testing serialization compatibility with other
       certified implementations, Harmony backward compatibility, placement and
@@ -96,7 +98,7 @@
 	</ul>
 </subsection>
 
-<subsection name="Architecture and guides">
+<subsection name="Architecture and Guides">
 	<ul>
 		<li>
       
@@ -110,14 +112,14 @@
       <li>
         <a href="regexp.html">Harmony Regular Expression Framework</a>
         <br />
-        Overview of the java.util.regex package and implementation architecture
+        Overview of the <code>java.util.regex</code> package and implementation architecture
         focusing on the performance improvement aspects.
 
       </li>
       <li>
         <a href="dns_support.html">Harmony DNS Service Provider</a>
         <br />
-        Implementation description of the DNS service provider for the Java* Naming Directory Interface (JNDI)
+        Implementation description of the DNS service provider for the Java Naming Directory Interface (JNDI)
         including a package overview, a design description and a guide to using the provider.
 
       </li>
@@ -127,14 +129,14 @@
         Description of the AWT (Abstract Window Toolkit) framework covering
         major design features and internal implementation specifics, such as
         the event handling mechanism, the focus dispatching flow, appearance handling
-        with custom visual themes and multi-threading support
+        with custom visual themes and multi-threading support.
 
       </li>
       <li>
         <a href="java2d.html">Harmony Java 2D implementation</a>
         <br />
         Introduction to the Java two-dimensional (2D) graphics and image processing
-        technology implementation focusing on the internal specifics of implementation
+        technology implementation focusing on the internal specifics of implementation.
 
       </li>