donaldp     01/12/10 03:31:03

  Modified:    .        build.xml
  Log:
  Dont copy the diagrams subdirectory.
  
  Revision  Changes    Path
  1.87      +2 -0      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- build.xml 2001/12/08 11:40:33     1.86
  +++ build.xml 2001/12/10 11:31:03     1.87
  @@ -205,6 +205,7 @@
   
       <copy todir="${build.context}" filtering="on">
         <fileset dir="${context.dir}">
  +        <exclude name="diagrams/**"/>
           <exclude name="resources/**"/>
           <exclude name="xdocs/**"/>
         </fileset>
  @@ -316,6 +317,7 @@
       <!-- Base pointers for non-xdocs documentation. Override these in 
.ant.properties to link to local docs -->
       <copy todir="${build.context}" filtering="on">
         <fileset dir="${context.dir}">
  +        <exclude name="diagrams/**"/>
           <exclude name="resources/**"/>
           <exclude name="xdocs"/>
         </fileset>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to