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>