Ignore:
Timestamp:
12/02/11 11:42:17 (13 years ago)
Author:
nanardon
Message:
  • reimport missing files from previous svn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/MANIFEST

    r757 r861  
    11Changes 
     2MANIFEST 
     3MANIFEST.skip 
    24Makefile.PL 
    35README 
    46etc/httpd/latmos-accounts-web.conf 
    57etc/init.d/latmos-accounts-web 
    6 inc/Module/AutoInstall.pm 
    7 inc/Module/Install/AutoInstall.pm 
    8 inc/Module/Install/Base.pm 
    9 inc/Module/Install/Can.pm 
    10 inc/Module/Install/Catalyst.pm 
    11 inc/Module/Install/Fetch.pm 
    12 inc/Module/Install/Include.pm 
    13 inc/Module/Install/Makefile.pm 
    14 inc/Module/Install/Metadata.pm 
    15 inc/Module/Install/Scripts.pm 
    16 inc/Module/Install/Win32.pm 
    17 inc/Module/Install/WriteAll.pm 
    18 inc/Module/Install.pm 
    198latmos-accounts-web.spec.in 
    209latmos_accounts_web.yml.in 
    2110lib/Catalyst/Authentication/Credential/La.pm 
     11lib/LATMOS/Accounts/Web/Controller/About.pm 
    2212lib/LATMOS/Accounts/Web/Controller/Ajax.pm 
    2313lib/LATMOS/Accounts/Web/Controller/Aliases.pm 
    2414lib/LATMOS/Accounts/Web/Controller/Create.pm 
    2515lib/LATMOS/Accounts/Web/Controller/Groups.pm 
    26 lib/LATMOS/Accounts/Web/Controller/MassEdit.pm 
     16lib/LATMOS/Accounts/Web/Controller/NetHosts.pm 
     17lib/LATMOS/Accounts/Web/Controller/NetZones.pm 
    2718lib/LATMOS/Accounts/Web/Controller/Root.pm 
    2819lib/LATMOS/Accounts/Web/Controller/Sites.pm 
     
    3627lib/LATMOS/Accounts/Web.pm 
    3728root/favicon.ico 
     29root/html/about/index.tt 
    3830root/html/ajax/attrvalues.tt 
    3931root/html/ajax/check_new_name.tt 
    4032root/html/ajax/check_ug_validity.tt 
    4133root/html/ajax/cracklib.tt 
     34root/html/ajax/displayattr.tt 
    4235root/html/ajax/objattrexist.tt 
    4336root/html/ajax/objexist.tt 
    4437root/html/ajax/rawattr.tt 
     38root/html/ajax/select_freeip_select.tt 
    4539root/html/aliases/index.tt 
    46 root/html/create/group.tt 
    47 root/html/create/user.tt 
     40root/html/create/default.tt 
    4841root/html/default.tt 
    4942root/html/departments/default.tt 
     
    5144root/html/departments/menu.tt 
    5245root/html/groups/default.tt 
     46root/html/groups/dpmt.tt 
    5347root/html/groups/index.tt 
    5448root/html/groups/menu.tt 
     
    6155root/html/login.tt 
    6256root/html/logout.tt 
    63 root/html/massedit/index.tt 
     57root/html/nethosts/default.tt 
     58root/html/nethosts/index.tt 
     59root/html/nethosts/menu.tt 
     60root/html/netzones/default.tt 
     61root/html/netzones/index.tt 
     62root/html/netzones/menu.tt 
    6463root/html/no_object.tt 
    6564root/html/sites/default.tt 
     
    7574root/html/users/mail.tt 
    7675root/html/users/menu.tt 
     76root/html/users/my.tt 
    7777root/html/users/passwd.tt 
     78root/static/icons/add.png 
     79root/static/icons/appointment-new.png 
     80root/static/icons/appointment-soon.png 
    7881root/static/icons/arrow-right.png 
     82root/static/icons/avatar-default.png 
     83root/static/icons/changes-prevent.png 
    7984root/static/icons/dialog-cancel.png 
     85root/static/icons/dialog-password.png 
     86root/static/icons/document-save-as.png 
     87root/static/icons/document-save.png 
     88root/static/icons/emblem-urgent.png 
     89root/static/icons/icon_edit.png 
     90root/static/icons/expired.png 
     91root/static/icons/gnome-session-logout.png 
     92root/static/icons/gnome-stock-mail-snd.png 
     93root/static/icons/gtk-about.png 
     94root/static/icons/gtk-cancel.png 
     95root/static/icons/gtk-close.png 
     96root/static/icons/gtk-delete.png 
     97root/static/icons/gtk-go-back-ltr.png 
     98root/static/icons/gtk-go-back-rtl.png 
     99root/static/icons/gtk-goto-first-ltr.png 
     100root/static/icons/gtk-goto-first-rtl.png 
     101root/static/icons/gtk-home.png 
     102root/static/icons/gtk-jump-to-rtl.png 
     103root/static/icons/locked.png 
     104root/static/icons/mail_forward.png 
     105root/static/icons/network-workgroup.png 
     106root/static/icons/preferences-desktop-wallpaper.png 
     107root/static/icons/stock_smiley-22.png 
     108root/static/icons/system-config-users.png 
     109root/static/icons/system-users.png 
    80110root/static/icons/user-group-delete.png 
    81111root/static/icons/user-group-new.png 
    82112root/static/icons/user-group-properties.png 
     113root/static/icons/user-info.png 
     114root/static/icons/user-invisible.png 
    83115root/static/icons/user-properties.png 
     116root/static/icons/video-display.png 
    84117root/static/icons/view-calendar-day.png 
     118root/static/icons/view-media-artist.png 
     119root/static/icons/xfce-internet.png 
    85120root/static/images/btn_120x50_built.png 
    86121root/static/images/btn_120x50_built_shadow.png 
     
    98133root/static/images/mail-mark-important.png 
    99134root/static/images/process-stop.png 
    100 root/static/images/view-media-artist.png 
    101135root/static/images/view-pim-contacts.png 
    102136root/static/js/CalendarPopup.js 
     
    114148t/02pod.t 
    115149t/03podcoverage.t 
     150t/controller_About.t 
    116151t/controller_Ajax.t 
    117152t/controller_Aliases.t 
     
    119154t/controller_Groups.t 
    120155t/controller_MassEdit.t 
     156t/controller_NetHost.t 
    121157t/controller_Sites.t 
    122158t/controller_Users.t 
Note: See TracChangeset for help on using the changeset viewer.