Changeset 11202
- Timestamp:
- 08/14/08 17:49:22 (5 months ago)
- Location:
- trunk/client/mail
- Files:
-
- 3 added
- 3 modified
-
configure.ac (modified) (1 diff)
-
src/EBox/Mail/Makefile.am (modified) (1 diff)
-
src/EBox/Mail/Model/VDomains.pm (modified) (2 diffs)
-
src/EBox/Mail/Types (added)
-
src/EBox/Mail/Types/Makefile.am (added)
-
src/EBox/Mail/Types/WriteOnceDomain.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/mail/configure.ac
r11110 r11202 77 77 src/EBox/Mail/Model/Dispatcher/Makefile 78 78 src/EBox/Mail/Composite/Makefile 79 src/EBox/Mail/Types/Makefile 79 80 src/EBox/t/Makefile 80 81 src/EBox/CGI/Makefile -
trunk/client/mail/src/EBox/Mail/Makefile.am
r10988 r11202 2 2 perldir = @PERLPATH@/EBox/Mail 3 3 4 SUBDIRS = Model Composite 4 SUBDIRS = Model Composite Types 5 5 6 6 regular_packages = FilterProvider.pm ImportFromLdif.pm -
trunk/client/mail/src/EBox/Mail/Model/VDomains.pm
r10995 r11202 33 33 use EBox::Exceptions::External; 34 34 35 use EBox:: Types::DomainName;35 use EBox::Mail::Types::WriteOnceDomain; 36 36 #use EBox::Types::Link; 37 37 … … 53 53 ( 54 54 55 new EBox:: Types::DomainName(55 new EBox::Mail::Types::WriteOnceDomain( 56 56 'fieldName' => 'vdomain', 57 57 'printableName' => __('Name'),
