Author: chirino
Date: Thu Jun 15 07:28:28 2006
New Revision: 414593
URL: http://svn.apache.org/viewvc?rev=414593&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQ-752
Modified:
incubator/activemq/branches/activemq-4.0/assembly/maven.xml
Modified: incubator/activemq/branches/activemq-4.0/assembly/maven.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/assembly/maven.xml?rev=414593&r1=414592&r2=414593&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/maven.xml Thu Jun 15
07:28:28 2006
@@ -59,6 +59,15 @@
<ant:uptodate property="${uptodatePropName}"
targetfile="${uptodateFile}" srcfile="${artifact.path}"/>
<j:if test="${context.getVariable(uptodatePropName) !=
'true'}">
<unjar dest="${maven.build.dir}/classes"
src="${artifact.path}"/>
+ <ant:move
todir="${maven.build.dir}/classes/META-INF/${artifact.name}">
+ <fileset dir="${maven.build.dir}/classes/META-INF">
+ <include name="MANIFEST.MF*"/>
+ <include name="COPYRIGHT*"/>
+ <include name="LICENSE*"/>
+ <include name="NOTICE*"/>
+ <include name="DISCLAIMER*"/>
+ </fileset>
+ </ant:move>
<touch file="${uptodateFile}"/>
</j:if>
</j:if>