[jboss-cvs] jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF ...

Michael Barker mike at middlesoft.co.uk
Sat Jul 29 02:51:19 EDT 2006


  User: mikezzz 
  Date: 06/07/29 02:51:19

  Modified:    src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF 
                        jboss-service.xml.vm
  Log:
  JBMAIL-246: Implement per-folder message id
  
  Revision  Changes    Path
  1.48      +1 -3      jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF/jboss-service.xml.vm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml.vm
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/GRAPHICAL/templates/mail.ear/mail.sar/META-INF/jboss-service.xml.vm,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- jboss-service.xml.vm	14 Jul 2006 03:52:17 -0000	1.47
  +++ jboss-service.xml.vm	29 Jul 2006 06:51:18 -0000	1.48
  @@ -338,9 +338,7 @@
            name="jboss.mail:type=MailServices,name=MailboxManager" xmbean-dd="META-INF/Mailbox-xmbean.xml">
         <depends optional-attribute-name="BodyManager"
                  proxy-type="attribute">jboss.mail:type=MailServices,name=MailBodyManager</depends>
  -#if($DATABASE_TYPE.equals("mysql"))
  -                <attribute name="Hacks">mysql</attribute>
  -#end
  +      <attribute name="Hacks">$DATABASE_TYPE</attribute>
     </mbean>
   
     <!--
  
  
  



More information about the jboss-cvs-commits mailing list