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 2007/06/01 11:49:39 UTC

svn commit: r543449 - in /harmony/standard/site: docs/subcomponents/drlvm/developers_guide.html xdocs/subcomponents/drlvm/DeveloperGuide.html

Author: nadinem
Date: Fri Jun  1 02:49:38 2007
New Revision: 543449

URL: http://svn.apache.org/viewvc?view=rev&rev=543449
Log:
HARMONY-4009, adding info on Init and VM properties (update)

Modified:
    harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html
    harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html

Modified: harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html?view=diff&rev=543449&r1=543448&r2=543449
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/developers_guide.html Fri Jun  1 02:49:38 2007
@@ -1789,9 +1789,7 @@
         by means of the <code>java.lang.System.getProperties()</code> method. To initialize
         these properties, use the <code>-D&lt;key&gt;=&lt;value&gt;</code> command-line option.
         For details on the <code>-D</code> command-line option, see the help message
-        <code>java -help</code>. Please also note the files <code>harmony.properties</code>
-        that create localized echo, die and warning messages, and <code>bootclasspath.properties</code> that
-        define elements of the VM boot class path.</li>
+        <code>java -help</code>.</li>
 <li><b>Private properties</b> available inside VM only. To initialize these properties,
        use the <code>-XX&lt;key&gt;=&lt;value&gt;</code> command-line option. For details on
        the <code>-XX</code> command-line option, see the help message

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html?view=diff&rev=543449&r1=543448&r2=543449
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/DeveloperGuide.html Fri Jun  1 02:49:38 2007
@@ -1613,9 +1613,7 @@
         by means of the <code>java.lang.System.getProperties()</code> method. To initialize
         these properties, use the <code>-D&lt;key&gt;=&lt;value&gt;</code> command-line option.
         For details on the <code>-D</code> command-line option, see the help message
-        <code>java -help</code>. Please also note the files <code>harmony.properties</code>
-        that create localized echo, die and warning messages, and <code>bootclasspath.properties</code> that
-        define elements of the VM boot class path.</li>
+        <code>java -help</code>.</li>
 <li><b>Private properties</b> available inside VM only. To initialize these properties,
        use the <code>-XX&lt;key&gt;=&lt;value&gt;</code> command-line option. For details on
        the <code>-XX</code> command-line option, see the help message