User: user57  
  Date: 02/02/15 00:11:01

  Modified:    jboss    build.xml
  Log:
   o Moved MailService to varia, made is use the xml snippent stuff
     to get its properties (this is *ucking cool) and made it deployable
     with mail-service.xml
  
  Revision  Changes    Path
  1.73      +10 -1     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml 15 Feb 2002 06:22:54 -0000      1.72
  +++ build.xml 15 Feb 2002 08:11:00 -0000      1.73
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.72 2002/02/15 06:22:54 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.73 2002/02/15 08:11:00 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -893,6 +893,15 @@
       <copy todir="${install.lib.ext}" filtering="no">
         <fileset dir="${_module.output}/lib">
            <include name="**"/>
  +      </fileset>
  +    </copy>
  +
  +    <!-- Copy deployables -->
  +    <mkdir dir="${install.deploy}"/>
  +    <copy todir="${install.deploy}" filtering="no">
  +      <!-- Deployable configuration -->
  +      <fileset dir="${_module.output}/etc">
  +         <include name="mail-service.xml"/>
         </fileset>
       </copy>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to