Browse Source

Corrected spelling of Kaffe

master
Gintas Grigelionis 7 years ago
parent
commit
20aaf8fe67
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      manual/Tasks/javah.html
  2. +1
    -1
      manual/Tasks/junitreport.html
  3. +1
    -1
      manual/Tasks/macrodef.html
  4. +2
    -2
      manual/Tasks/native2ascii.html

+ 1
- 1
manual/Tasks/javah.html View File

@@ -55,7 +55,7 @@ attribute:</p>
target="_top">gcj and gij</a>. <em>Since Apache Ant 1.8.2</em></li> target="_top">gcj and gij</a>. <em>Since Apache Ant 1.8.2</em></li>
<li>forking - runs the javah executable via its command line <li>forking - runs the javah executable via its command line
interface in a separate process. Default when not running on interface in a separate process. Default when not running on
Kaffee or gcj/gij. <em>Since Ant 1.9.8</em></li>
Kaffe or gcj/gij <em>since Ant 1.9.8</em></li>
</ul> </ul>


<p><strong>Note</strong>: if you are using this task to work on multiple files <p><strong>Note</strong>: if you are using this task to work on multiple files


+ 1
- 1
manual/Tasks/junitreport.html View File

@@ -38,7 +38,7 @@ for more information.</p>
href="http://xml.apache.org/xalan-j/">Xalan 2.4.1+ or Xalan XSLTC</a> href="http://xml.apache.org/xalan-j/">Xalan 2.4.1+ or Xalan XSLTC</a>
(JDK 1.4 contains a version of Xalan 2.x, while JDK 1.5 ships with a (JDK 1.4 contains a version of Xalan 2.x, while JDK 1.5 ships with a
version of XSLTC). Since version 1.4.2-01, JDK ships with a bundled version of XSLTC). Since version 1.4.2-01, JDK ships with a bundled
Xalan 2.4.1+, meaning that JDK version prior to 1.4.2-01 won't work
Xalan 2.4.1+, meaning that JDK prior to version 1.4.2-01 won't work
out of the box. The table below summarize the compatibility status. out of the box. The table below summarize the compatibility status.
</p> </p>
<table> <table>


+ 1
- 1
manual/Tasks/macrodef.html View File

@@ -195,7 +195,7 @@
If this element is not present, then any nested text in the macro invocation If this element is not present, then any nested text in the macro invocation
will be an error. If the text element is present, then the name will be an error. If the text element is present, then the name
becomes an attribute that gets set to the nested text of the macro invocation. becomes an attribute that gets set to the nested text of the macro invocation.
<em>Since ant 1.6.1</em>.
<em>Since Ant 1.6.1</em>.
</p> </p>
<p> <p>
The case of the text name is ignored. The case of the text name is ignored.


+ 2
- 2
manual/Tasks/native2ascii.html View File

@@ -65,8 +65,8 @@
element. Here are the choices of the attribute: element. Here are the choices of the attribute:
</p> </p>
<ul> <ul>
<li>default - the default converter for the platform: kaffee
when run on Kaffee, builtin otherwise.</li>
<li>default - the default converter for the platform: kaffe
when run on Kaffe, builtin otherwise.</li>
<li>sun - used to be the standard converter of the JDK &lt; 9</li> <li>sun - used to be the standard converter of the JDK &lt; 9</li>
<li>kaffe - the standard converter <li>kaffe - the standard converter
of <a href="http://www.kaffe.org" target="_top">Kaffe</a></li> of <a href="http://www.kaffe.org" target="_top">Kaffe</a></li>


Loading…
Cancel
Save