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/11/05 01:46:47 UTC

svn commit: r832939 - /ant/core/trunk/docs/manual/using.html

Author: jglick
Date: Thu Nov  5 00:46:47 2009
New Revision: 832939

URL: http://svn.apache.org/viewvc?rev=832939&view=rev
Log:
Another -Xbootstrap typo.

Modified:
    ant/core/trunk/docs/manual/using.html

Modified: ant/core/trunk/docs/manual/using.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/using.html?rev=832939&r1=832938&r2=832939&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/using.html (original)
+++ ant/core/trunk/docs/manual/using.html Thu Nov  5 00:46:47 2009
@@ -491,7 +491,7 @@
     <fileset dir="lib" includes="*.jar"/>
   </path>
   <javac srcdir="src" destdir="classes">
-    <compilerarg arg="-Xbootstrap/p:${toString:lib.path.ref}"/>
+    <compilerarg arg="-Xbootclasspath/p:${toString:lib.path.ref}"/>
   </javac>
 </pre>