mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@414593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e47d1ba03
commit
e437092be2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue