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

svn commit: r395823 - /incubator/servicemix/trunk/servicemix-assembly/maven.xml

Author: jstrachan
Date: Fri Apr 21 02:12:55 2006
New Revision: 395823

URL: http://svn.apache.org/viewcvs?rev=395823&view=rev
Log:
fixed the build to find the NOTICE file

Modified:
    incubator/servicemix/trunk/servicemix-assembly/maven.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/maven.xml?rev=395823&r1=395822&r2=395823&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/maven.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/maven.xml Fri Apr 21 02:12:55 2006
@@ -150,7 +150,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 core api docs -->