You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/01/12 22:54:27 UTC

cvs commit: jakarta-commons/collections maven.xml

scolebourne    2004/01/12 13:54:27

  Modified:    collections maven.xml
  Log:
  Add xdocs and other files to src dist
  
  Revision  Changes    Path
  1.8       +8 -0      jakarta-commons/collections/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	10 Jan 2004 18:09:32 -0000	1.7
  +++ maven.xml	12 Jan 2004 21:54:27 -0000	1.8
  @@ -174,6 +174,9 @@
         <ant:fileset dir=".">
           <ant:include name="RELEASE-NOTES.html"/>
           <ant:include name="DEVELOPERS-GUIDE.html"/>
  +        <ant:include name="PROPOSAL.html"/>
  +        <ant:include name="STATUS.html"/>
  +        <ant:include name="build.properties.sample"/>
         </ant:fileset>
       </ant:copy>
   
  @@ -182,6 +185,11 @@
         <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" />
       </ant:copy>
       
       <!-- Copy Test Data -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org