You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/11 16:29:07 UTC

svn commit: r647180 - /commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml

Author: niallp
Date: Fri Apr 11 07:29:05 2008
New Revision: 647180

URL: http://svn.apache.org/viewvc?rev=647180&view=rev
Log:
m1 build corrections

Modified:
    commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml

Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml?rev=647180&r1=647179&r2=647180&view=diff
==============================================================================
--- commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml (original)
+++ commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/maven.xml Fri Apr 11 07:29:05 2008
@@ -75,6 +75,7 @@
     <ant:copy todir="${maven.dist.bin.assembly.dir}">
       <ant:fileset dir=".">
         <ant:include name="RELEASE-NOTES.html"/>
+        <ant:include name="NOTICE.txt"/>
       </ant:fileset>
     </ant:copy>
 
@@ -110,13 +111,6 @@
       </ant:fileset>
     </ant:copy>
 
-    <!-- Copy Jars -->
-    <ant:copy todir="${maven.dist.src.assembly.dir}">
-      <ant:fileset dir="${maven.build.dir}">
-        <ant:include name="*.jar"/>
-      </ant:fileset>
-    </ant:copy>
-    
     <!-- Copy XDocs -->
     <ant:copy todir="${maven.dist.src.assembly.dir}/xdocs">
       <ant:fileset dir="xdocs" />