Changeset 11202

Show
Ignore:
Timestamp:
08/14/08 17:49:22 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=juruen@…
Message:

add type to force domains to be write once

Location:
trunk/client/mail
Files:
3 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/mail/configure.ac

    r11110 r11202  
    7777src/EBox/Mail/Model/Dispatcher/Makefile 
    7878src/EBox/Mail/Composite/Makefile 
     79src/EBox/Mail/Types/Makefile 
    7980src/EBox/t/Makefile 
    8081src/EBox/CGI/Makefile 
  • trunk/client/mail/src/EBox/Mail/Makefile.am

    r10988 r11202  
    22perldir = @PERLPATH@/EBox/Mail 
    33 
    4 SUBDIRS = Model Composite 
     4SUBDIRS = Model Composite Types 
    55 
    66regular_packages = FilterProvider.pm ImportFromLdif.pm 
  • trunk/client/mail/src/EBox/Mail/Model/VDomains.pm

    r10995 r11202  
    3333use EBox::Exceptions::External; 
    3434 
    35 use EBox::Types::DomainName; 
     35use EBox::Mail::Types::WriteOnceDomain; 
    3636#use EBox::Types::Link; 
    3737 
     
    5353         (  
    5454 
    55                 new EBox::Types::DomainName( 
     55                new EBox::Mail::Types::WriteOnceDomain( 
    5656                                        'fieldName' => 'vdomain', 
    5757                                        'printableName' => __('Name'),