From 1aac560e19d4c160ef465736b0cf05a8bec72310 Mon Sep 17 00:00:00 2001 From: snicoll Date: Sat, 28 Jan 2006 15:26:05 +0000 Subject: [PATCH] MPEAR-33: Added support of JbossNet archive in application.xml generation. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373163 13f79535-47bb-0310-9956-ffa450edef68 --- ear/plugin.jelly | 5 +++++ ear/xdocs/changes.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/ear/plugin.jelly b/ear/plugin.jelly index c6675d3e..d75244fd 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -226,6 +226,11 @@ ${bundledPath} + + + ${bundledPath} + + diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index fc210c08..efc281e0 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -25,6 +25,7 @@ + Added support of JbossNet archive in application.xml generation. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-jelly-tags-util v1.1 -> v1.1.1