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/03/19 12:44:32 UTC

svn commit: r638796 - in /commons/proper/collections/trunk: build.xml maven.xml

Author: niallp
Date: Wed Mar 19 04:44:27 2008
New Revision: 638796

URL: http://svn.apache.org/viewvc?rev=638796&view=rev
Log:
Include missing files in distros built by ant & m1 

Modified:
    commons/proper/collections/trunk/build.xml
    commons/proper/collections/trunk/maven.xml

Modified: commons/proper/collections/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/build.xml?rev=638796&r1=638795&r2=638796&view=diff
==============================================================================
--- commons/proper/collections/trunk/build.xml (original)
+++ commons/proper/collections/trunk/build.xml Wed Mar 19 04:44:27 2008
@@ -513,6 +513,11 @@
         <include name="docs/**"/>
       </fileset>
     </copy>
+    <copy     todir="${build.dist.bin.work}">
+      <fileset dir="${tf.build.tf}">
+        <include name="*.jar"/>
+      </fileset>
+    </copy>
   </target>
   
   <target name="dist.src">
@@ -527,9 +532,12 @@
         <include name="PROPOSAL.html"/>
         <include name="STATUS.html"/>
         <include name="build.xml"/>
+        <include name="build-testframework.xml"/>
+        <include name="checkstyle.xml"/>
         <include name="maven.xml"/>
         <include name="project.xml"/>
         <include name="project.properties"/>
+        <include name="pom.xml"/>
       </fileset>
     </copy>
     <copy     todir="${build.dist.src.work}">

Modified: commons/proper/collections/trunk/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/maven.xml?rev=638796&r1=638795&r2=638796&view=diff
==============================================================================
--- commons/proper/collections/trunk/maven.xml (original)
+++ commons/proper/collections/trunk/maven.xml Wed Mar 19 04:44:27 2008
@@ -98,6 +98,10 @@
     <!-- Copy Files -->
     <ant:copy todir="${maven.dist.src.assembly.dir}">
       <ant:fileset dir=".">
+        <ant:include name="build-testframework.xml"/>
+        <ant:include name="checkstyle.xml"/>
+        <ant:include name="pom.xml"/>
+        <ant:include name="NOTICE.txt"/>
         <ant:include name="RELEASE-NOTES.html"/>
         <ant:include name="DEVELOPERS-GUIDE.html"/>
         <ant:include name="PROPOSAL.html"/>