From 47996d66c34ca957592d3f5c41c9e15b84f3ade0 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 15 Apr 2004 06:15:43 +0000 Subject: [PATCH] PR: MPNATIVE-1 fix javah usage git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115016 13f79535-47bb-0310-9956-ffa450edef68 --- native/plugin.jelly | 26 +++++++++++++++++++++++++- native/xdocs/changes.xml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 native/xdocs/changes.xml diff --git a/native/plugin.jelly b/native/plugin.jelly index f6845793..6e867cc1 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -108,6 +108,9 @@ Running Javah on java classes + + + + + + + + + + + + + + + + + + + + + + + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml new file mode 100644 index 00000000..e23a5ed6 --- /dev/null +++ b/native/xdocs/changes.xml @@ -0,0 +1,31 @@ + + + + + + + Changes + Brett Porter + + + + Help javah work on all JDK features + + +