Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 67282 invoked from network); 11 Dec 2006 11:41:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2006 11:41:28 -0000 Received: (qmail 90112 invoked by uid 500); 11 Dec 2006 11:41:36 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 90087 invoked by uid 500); 11 Dec 2006 11:41:36 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 90078 invoked by uid 99); 11 Dec 2006 11:41:36 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 03:41:34 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 842CD1A9846; Mon, 11 Dec 2006 03:39:47 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r485622 - in /harmony/standard/site: docs/quickhelp_contributors.html xdocs/quickhelp_contributors.xml Date: Mon, 11 Dec 2006 11:39:45 -0000 To: commits@harmony.apache.org From: nadinem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061211113947.842CD1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadinem Date: Mon Dec 11 03:39:38 2006 New Revision: 485622 URL: http://svn.apache.org/viewvc?view=rev&rev=485622 Log: last-minute tiny fix for HARMONY-2318 Modified: harmony/standard/site/docs/quickhelp_contributors.html harmony/standard/site/xdocs/quickhelp_contributors.xml Modified: harmony/standard/site/docs/quickhelp_contributors.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_contributors.html?view=diff&rev=485622&r1=485621&r2=485622 ============================================================================== --- harmony/standard/site/docs/quickhelp_contributors.html (original) +++ harmony/standard/site/docs/quickhelp_contributors.html Mon Dec 11 03:39:38 2006 @@ -367,7 +367,7 @@

- Alternatively, you can download these resources prior to building DRLVM, + You can download these resources prior to building DRLVM, unpack them, and specify the resulting locations by using the environment variables, as described in the @@ -634,12 +634,11 @@ Build the code.
To proceed with the build, run the following:

-              On Windows:
-              C:...\trunk\working_vm\build>build.bat
+On Windows:
+C:...\trunk\working_vm\build>build.bat
 
-              On Linux:
-              $ sh build.sh
-            
+On Linux: +$ sh build.sh
  • Run the acceptance tests.
    @@ -670,7 +669,7 @@

     $ cd deploy/jre/bin
    -$ ./java –version
    +$ ./java –version
     Apache Harmony Launcher:
     (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
     java version "1.5.0"
    
    Modified: harmony/standard/site/xdocs/quickhelp_contributors.xml
    URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/quickhelp_contributors.xml?view=diff&rev=485622&r1=485621&r2=485622
    ==============================================================================
    --- harmony/standard/site/xdocs/quickhelp_contributors.xml (original)
    +++ harmony/standard/site/xdocs/quickhelp_contributors.xml Mon Dec 11 03:39:38 2006
    @@ -172,7 +172,7 @@
             
  • - Alternatively, you can download these resources prior to building DRLVM, + You can download these resources prior to building DRLVM, unpack them, and specify the resulting locations by using the environment variables, as described in the @@ -421,12 +421,11 @@ Build the code.
    To proceed with the build, run the following:

    -              On Windows:
    -              C:...\trunk\working_vm\build>build.bat
    +On Windows:
    +C:...\trunk\working_vm\build>build.bat
     
    -              On Linux:
    -              $ sh build.sh
    -            
    +On Linux: +$ sh build.sh
  • Run the acceptance tests.