You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/04/21 10:58:00 UTC

svn commit: r395817 - /incubator/activemq/trunk/assembly/maven.xml

Author: jstrachan
Date: Fri Apr 21 01:57:58 2006
New Revision: 395817

URL: http://svn.apache.org/viewcvs?rev=395817&view=rev
Log:
Fixed build to include notice file

Modified:
    incubator/activemq/trunk/assembly/maven.xml

Modified: incubator/activemq/trunk/assembly/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/maven.xml?rev=395817&r1=395816&r2=395817&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/maven.xml (original)
+++ incubator/activemq/trunk/assembly/maven.xml Fri Apr 21 01:57:58 2006
@@ -171,7 +171,7 @@
 
     <ant:echo message="${project.root}"/>
     <ant:copy todir="${maven.dist.bin.assembly.dir}">
-       <fileset dir="${project.root}" includes="*.txt,STATUS"/>
+       <fileset dir="${project.root}" includes="*.txt,STATUS,NOTICE"/>
     </ant:copy>
 
     <!-- Copy documentation -->