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
This commit is contained in:
snicoll 2006-01-28 15:26:05 +00:00
parent 590daa1bf5
commit 1aac560e19
2 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,11 @@
<x:element name="connector">${bundledPath}</x:element> <x:element name="connector">${bundledPath}</x:element>
</x:element> </x:element>
</j:when> </j:when>
<j:when test="${dep.type=='wsr'}">
<x:element name="module">
<x:element name="java">${bundledPath}</x:element>
</x:element>
</j:when>
</j:choose> </j:choose>
</j:if> </j:if>
</j:forEach> </j:forEach>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.8-SNAPSHOT" date="In SVN"> <release version="1.8-SNAPSHOT" date="In SVN">
<action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li> <li>commons-jelly-tags-util v1.1 -> v1.1.1</li>