From a974b81f32104c5986731a8913e53dc45c42c828 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 21:54:47 +0000 Subject: [PATCH] PR: MPNATIVE-14 Submitted by: Marcus Crafter Add dependency classpath to call to javah git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368484 13f79535-47bb-0310-9956-ffa450edef68 --- native/plugin.jelly | 13 ++++++++++++- native/xdocs/changes.xml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/native/plugin.jelly b/native/plugin.jelly index 2a78d2b7..a8e8c637 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -232,6 +232,17 @@ + + + + + + + + + + + Running Javah on java classes @@ -260,7 +271,7 @@ - + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml index 628fd3a5..6f17e3d4 100644 --- a/native/xdocs/changes.xml +++ b/native/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin