[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Fri Feb 23 12:20:25 EST 2007


  User: gavin   
  Date: 07/02/23 12:20:25

  Modified:    jboss-seam  build.xml
  Log:
  add mail to dist
  
  Revision  Changes    Path
  1.151     +7 -0      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -b -r1.150 -r1.151
  --- build.xml	23 Feb 2007 02:05:54 -0000	1.150
  +++ build.xml	23 Feb 2007 17:20:25 -0000	1.151
  @@ -44,6 +44,7 @@
       <property name="example.coverage.dir" value="${imported.basedir}/build/coverage"/>
       <property name="drools.dir"           value="${imported.basedir}/drools"/>
       <property name="hibernate.dir"        value="${imported.basedir}/hibernate"/>
  +    <property name="mail.dir"             value="${imported.basedir}/mail"/>
       <property name="seamgen.dir"          value="${imported.basedir}/seam-gen"/>
   
       <property name="doc.dir"              value="doc"/>
  @@ -70,6 +71,7 @@
       <property name="dist.mc.conf.dir"     value="${dist.dir}/microcontainer/conf"/>
       <property name="dist.drools.dir"      value="${dist.dir}/drools"/>
       <property name="dist.hibernate.dir"   value="${dist.dir}/hibernate"/>
  +    <property name="dist.mail.dir"        value="${dist.dir}/mail"/>
       <property name="dist.seamgen.dir"     value="${dist.dir}/seam-gen"/>
       
       <property name="deploy.dir"           value="${jboss.home}/server/default/deploy"/>
  @@ -903,6 +905,11 @@
                   <include name="**/*.*"/>
               </fileset>
           </copy>
  +        <copy todir="${dist.mail.dir}">
  +            <fileset dir="${mail.dir}">
  +                <include name="**/*.*"/>
  +            </fileset>
  +        </copy>
           
       </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list