You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/07/30 16:55:09 UTC

ant git commit: document changed javah default

Repository: ant
Updated Branches:
  refs/heads/master 5d6adaef8 -> 98e87c528


document changed javah default


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/98e87c52
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/98e87c52
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/98e87c52

Branch: refs/heads/master
Commit: 98e87c528d191fd8fabb6fee2d7ddfcb57d4da13
Parents: 5d6adae
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Jul 30 18:54:47 2016 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Jul 30 18:54:47 2016 +0200

----------------------------------------------------------------------
 manual/Tasks/javah.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/98e87c52/manual/Tasks/javah.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/javah.html b/manual/Tasks/javah.html
index 0fdc885..2958a2d 100644
--- a/manual/Tasks/javah.html
+++ b/manual/Tasks/javah.html
@@ -38,15 +38,14 @@ with the <code>implementation</code> attribute or a nested element.  <a
 name="implementationvalues">Here are the choices of the attribute</a>:</p>
 <ul>
   <li>default - the default compiler for the platform.</li>
-  <li>sun (the standard compiler of the JDK) - default when not
-    running on Kaffee or gcj/gij or Java9.</li>
+  <li>sun (the standard compiler of the JDK)</li>
   <li>kaffeh (the native standard compiler of <a href="http://www.kaffe.org" target="_top">Kaffe</a>)</li>
   <li>gcjh (the native standard compiler
   of <a href="http://gcc.gnu.org/java/"
         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
-    interface in a separate process. Default wehn running on
-    Java9. <em>since Ant 1.9.8</em></li>
+    interface in a separate process. Default when not running on
+    Kaffee or gcj/gij <em>since Ant 1.9.8</em></li>
 </ul>
 
 <p><b>Note:</b> if you are using this task to work on multiple files