You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2009/07/01 02:05:25 UTC

svn commit: r790005 - /ant/core/trunk/docs/manual/CoreTasks/javac.html

Author: jglick
Date: Wed Jul  1 00:05:25 2009
New Revision: 790005

URL: http://svn.apache.org/viewvc?rev=790005&view=rev
Log:
Typo.

Modified:
    ant/core/trunk/docs/manual/CoreTasks/javac.html

Modified: ant/core/trunk/docs/manual/CoreTasks/javac.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/javac.html?rev=790005&r1=790004&r2=790005&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/javac.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/javac.html Wed Jul  1 00:05:25 2009
@@ -764,7 +764,7 @@
   as an opensource project. The output of this project is a
   <code>javac.jar</code> which contains the javac compiler.
   This compiler may be used with the <code>&lt;javac&gt;</code> task with
-  the use of a "-Xbootstrapclass/p" java argument. The argument needs
+  the use of a <code>-Xbootclasspath/p</code> java argument. The argument needs
   to be given to the runtime system of the javac executable, so it needs
   to be prepended with a "-J". For example: