Author: chirino
Date: Tue May 30 07:05:58 2006
New Revision: 410288
URL: http://svn.apache.org/viewvc?rev=410288&view=rev
Log:
seem like including the STATUS file is a debatable issue. Keeping in distro
for now until it's settled in the mailing lists.
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=410288&r1=410287&r2=410288&view=diff
==============================================================================
--- incubator/activemq/branches/activemq-4.0/assembly/maven.xml (original)
+++ incubator/activemq/branches/activemq-4.0/assembly/maven.xml Tue May 30
07:05:58 2006
@@ -170,6 +170,9 @@
</j:forEach>
<ant:echo message="${project.root}"/>
+ <ant:copy todir="${maven.dist.bin.assembly.dir}">
+ <fileset dir="${project.root}" includes="STATUS"/>
+ </ant:copy>
<!-- Copy documentation -->
<u:file var="file" name="${project.root}/activemq-core/target/docs"/>