From 3f7d6ae692cfba9095e4d04c75e44fe80a366fab Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 22:04:55 +0000 Subject: [PATCH] PR: MPNATIVE-12 Create .lib with full name git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368490 13f79535-47bb-0310-9956-ffa450edef68 --- native/plugin.jelly | 9 +++++++-- native/xdocs/changes.xml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/native/plugin.jelly b/native/plugin.jelly index a8e8c637..c344ed81 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -154,11 +154,16 @@ - + - + + + + + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml index 6f17e3d4..415ade04 100644 --- a/native/xdocs/changes.xml +++ b/native/xdocs/changes.xml @@ -25,6 +25,7 @@ + Need .lib full name. Add dependency classpath to call to javah. Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present.