From bfec9260d2ae78fa568ec35d63a601da98d46e94 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 12 Jan 2006 21:42:49 +0000 Subject: [PATCH] PR: MPNATIVE-13 Submitted by: baleineca Jelly tokenize incorrect behaviour git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368479 13f79535-47bb-0310-9956-ffa450edef68 --- native/plugin.jelly | 25 +++++++++++-------------- native/xdocs/changes.xml | 1 + 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/native/plugin.jelly b/native/plugin.jelly index 8fdc9c25..2a78d2b7 100644 --- a/native/plugin.jelly +++ b/native/plugin.jelly @@ -115,21 +115,18 @@ - - - - - - ${dep.artifactId} - - - - - - - - + + + + + + + + + + + diff --git a/native/xdocs/changes.xml b/native/xdocs/changes.xml index e0701558..628fd3a5 100644 --- a/native/xdocs/changes.xml +++ b/native/xdocs/changes.xml @@ -25,6 +25,7 @@ + Jelly tokenize incorrect behaviour. Checking for runtime property and adding it. Default to "dynamic" if not present. Add DLL support to the plugin Changed repository location of libraries from so to sos so Maven can handle them as dependencies