Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 16688 invoked from network); 21 Jul 2006 12:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2006 12:27:45 -0000 Received: (qmail 25940 invoked by uid 500); 21 Jul 2006 12:27:45 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 25912 invoked by uid 500); 21 Jul 2006 12:27:45 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 25901 invoked by uid 99); 21 Jul 2006 12:27:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 05:27:45 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 05:27:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6EBAE1A981A; Fri, 21 Jul 2006 05:27:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r424286 - in /incubator/harmony/standard/site: docs/roadmap.html xdocs/roadmap.xml Date: Fri, 21 Jul 2006 12:27:23 -0000 To: harmony-commits@incubator.apache.org From: geirm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060721122724.6EBAE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@
1. Switch To Java 5

- 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.

  • - Continue to complete the new Java 5 additionsto the classlibrary. + Continue to complete the new Java 5 additions to the classlibrary.
  • 2. JDK tools @@ -439,7 +439,7 @@ Common dependency pool for all projet parts to share
  • - Switch DRLVM build to a classlibrary-like ant + make configuration + Switch DRLVM build to a class library-like ant + make configuration
  • Remove assumption in class library build system that all that uses make is @@ -482,7 +482,7 @@ Integrate with JAPI
  • - Integreate with Mauve for further + Integrate with Mauve for further class library testing
  • @@ -506,7 +506,7 @@

    - 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 @@ 1. Switch To Java 5

    - 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.

  • - Continue to complete the new Java 5 additionsto the classlibrary. + Continue to complete the new Java 5 additions to the classlibrary.
  • @@ -241,7 +241,7 @@ Common dependency pool for all projet parts to share
  • - Switch DRLVM build to a classlibrary-like ant + make configuration + Switch DRLVM build to a class library-like ant + make configuration
  • Remove assumption in class library build system that all that uses make is @@ -277,7 +277,7 @@ Integrate with JAPI
  • - Integreate with Mauve for further + Integrate with Mauve for further class library testing
  • @@ -294,7 +294,7 @@

    - 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 :