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/12/11 12:39:45 UTC

svn commit: r485622 - in /harmony/standard/site: docs/quickhelp_contributors.html xdocs/quickhelp_contributors.xml

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 @@
         </li>
       </ul>
                                 <p>
-        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
         <a href="http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/README.txt?view=co">
@@ -634,12 +634,11 @@
             <b>Build the code.</b><br />
             To proceed with the build, run the following:
             <pre>
-              On Windows:
-              C:...\trunk\working_vm\build&gt;build.bat
+On Windows:
+C:...\trunk\working_vm\build&gt;build.bat
 
-              On Linux:
-              $ sh build.sh
-            </pre>
+On Linux:
+$ sh build.sh</pre>
           </li>
           <li>
             <b>Run the acceptance tests.</b><br />
@@ -670,7 +669,7 @@
         </p>
                                 <pre>
 $ 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 @@
         </li>
       </ul>
       <p>
-        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
         <a href="http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/README.txt?view=co">
@@ -421,12 +421,11 @@
             <b>Build the code.</b><br />
             To proceed with the build, run the following:
             <pre>
-              On Windows:
-              C:...\trunk\working_vm\build>build.bat
+On Windows:
+C:...\trunk\working_vm\build>build.bat
 
-              On Linux:
-              $ sh build.sh
-            </pre>
+On Linux:
+$ sh build.sh</pre>
           </li>
           <li>
             <b>Run the acceptance tests.</b><br />