reindentation

Monotone-Parent: fd525de6c21ea2751cd74a7ad3a3a4d36ae50f3c
Monotone-Revision: cfefc003ab42b0c862e3b48be27b49e68ef65e44

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-06T22:01:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-01-06 22:01:29 +00:00
parent c4fa4fed35
commit f535b1e0d6
8 changed files with 1122 additions and 1125 deletions
+12 -13
View File
@@ -1,22 +1,21 @@
{ /* -*-javascript-*- */
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN, MainUI, CommonUI );
publicResources = (
);
publicResources = ();
factories = {
};
categories = {
SOGoUserFolder = {
slots = {
};
methods = {
Administration = {
protectedBy = "View";
pageName = "UIxAdministration";
};
};
};
SOGoUserFolder = {
slots = {
};
methods = {
Administration = {
protectedBy = "View";
pageName = "UIxAdministration";
};
};
};
};
}