MPRAR-2: Fixed handling of plugin properties: ra.xml file is now included wherever it is located.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
snicoll
2006-01-28 17:24:03 +00:00
parent c178b0454f
commit a2a657db02
2 changed files with 11 additions and 1 deletions

View File

@@ -56,7 +56,16 @@
<!-- include files from maven.rar.src if available -->
<util:available file="${maven.rar.src}">
<fileset dir="${maven.rar.src}" casesensitive="false"/>
<fileset dir="${maven.rar.src}" casesensitive="false"
excludes="**/META-INF/ra.xml"/>
</util:available>
<!-- include ra.xml -->
<util:available file="${maven.rar.raxml}">
<util:file name="${maven.rar.raxml}" var="raXmlFile"/>
<ant:metainf dir="${raXmlFile.canonicalFile.parent}">
<ant:include name="${raXmlFile.canonicalFile.name}"/>
</ant:metainf>
</util:available>
<!-- include built jar if available -->

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in SVN">
<action dev="snicoll" type="fix" issue="MPRAR-1">Fixed handling of plugin properties: ra.xml file is now included wherever it is located.</action>
<action dev="snicoll" type="add" issue="MPRAR-2">Added maven.rar.final.name property.</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 :
<ul>