You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/07/21 14:27:23 UTC

svn commit: r424286 - in /incubator/harmony/standard/site: docs/roadmap.html xdocs/roadmap.xml

Author: geirm
Date: Fri Jul 21 05:27:23 2006
New Revision: 424286

URL: http://svn.apache.org/viewvc?rev=424286&view=rev
Log:
typos

Modified:
    incubator/harmony/standard/site/docs/roadmap.html
    incubator/harmony/standard/site/xdocs/roadmap.xml

Modified: incubator/harmony/standard/site/docs/roadmap.html
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/docs/roadmap.html?rev=424286&r1=424285&r2=424286&view=diff
==============================================================================
--- incubator/harmony/standard/site/docs/roadmap.html (original)
+++ incubator/harmony/standard/site/docs/roadmap.html Fri Jul 21 05:27:23 2006
@@ -327,7 +327,7 @@
         <blockquote>
                                     <strong>1. Switch To Java 5</strong>
                                                 <p>
-              We neeed to complete our transition to Java 5, in both the classlibrary
+              We neeed to complete our transition to Java 5, in both the class library
               as well as the projects virtual machines.  Currently, the DRLVM virtual
               machine can accept Java 5 class file format, although it doesn't yet
               have full support of Java 5.  So to finish, we need :
@@ -340,7 +340,7 @@
                   Request a new version of J9 from IBM to assist in development/debugging.
               </li>
               <li>
-                  Continue to complete the new Java 5 additionsto the classlibrary.
+                  Continue to complete the new Java 5 additions to the classlibrary.
               </li>
           </ul>
                                                 <strong>2. JDK tools</strong>
@@ -439,7 +439,7 @@
                Common dependency pool for all projet parts to share
            </li>
           <li>
-              Switch DRLVM build to a classlibrary-like ant + make configuration
+              Switch DRLVM build to a class library-like ant + make configuration
           </li>
           <li>
               Remove assumption in class library build system that all that uses make is
@@ -482,7 +482,7 @@
           Integrate with <a href="http://www.kaffe.org/~stuart/japi/">JAPI</a>
       </li>
       <li>
-          Integreate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
+          Integrate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
           class library testing
       </li>
        <li>
@@ -506,7 +506,7 @@
       <tr><td>
         <blockquote>
                                     <p>
-          Our goal is a performant, stable and compatible implementation of Java SE 5.
+          Our goal is a high-performance, stable and compatible implementation of Java SE 5.
           While passing the TCK is a measure of compatibility with the standard,
           performance and stability is something that must be achieved independently.
           Currently, we have no performance activity in the project.  We are looking to :

Modified: incubator/harmony/standard/site/xdocs/roadmap.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/standard/site/xdocs/roadmap.xml?rev=424286&r1=424285&r2=424286&view=diff
==============================================================================
--- incubator/harmony/standard/site/xdocs/roadmap.xml (original)
+++ incubator/harmony/standard/site/xdocs/roadmap.xml Fri Jul 21 05:27:23 2006
@@ -126,7 +126,7 @@
           <strong>1. Switch To Java 5</strong>
 
           <p>
-              We neeed to complete our transition to Java 5, in both the classlibrary
+              We neeed to complete our transition to Java 5, in both the class library
               as well as the projects virtual machines.  Currently, the DRLVM virtual
               machine can accept Java 5 class file format, although it doesn't yet
               have full support of Java 5.  So to finish, we need :
@@ -140,7 +140,7 @@
                   Request a new version of J9 from IBM to assist in development/debugging.
               </li>
               <li>
-                  Continue to complete the new Java 5 additionsto the classlibrary.
+                  Continue to complete the new Java 5 additions to the classlibrary.
               </li>
           </ul>
 
@@ -241,7 +241,7 @@
                Common dependency pool for all projet parts to share
            </li>
           <li>
-              Switch DRLVM build to a classlibrary-like ant + make configuration
+              Switch DRLVM build to a class library-like ant + make configuration
           </li>
           <li>
               Remove assumption in class library build system that all that uses make is
@@ -277,7 +277,7 @@
           Integrate with <a href="http://www.kaffe.org/~stuart/japi/">JAPI</a>
       </li>
       <li>
-          Integreate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
+          Integrate with <a href="http://sources.redhat.com/mauve/">Mauve</a> for further
           class library testing
       </li>
        <li>
@@ -294,7 +294,7 @@
   <subsection name="Performance, Stability and Reliability">
 
       <p>
-          Our goal is a performant, stable and compatible implementation of Java SE 5.
+          Our goal is a high-performance, stable and compatible implementation of Java SE 5.
           While passing the TCK is a measure of compatibility with the standard,
           performance and stability is something that must be achieved independently.
           Currently, we have no performance activity in the project.  We are looking to :