main.js revision 48ddd46e9e22ee57a7fb400c6296f977c11173b3
0N/A/**
3855N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A *
0N/A * Copyright (c) 2011-2013 ForgeRock AS. All rights reserved.
0N/A *
0N/A * The contents of this file are subject to the terms
0N/A * of the Common Development and Distribution License
0N/A * (the License). You may not use this file except in
0N/A * compliance with the License.
0N/A *
0N/A * You can obtain a copy of the License at
0N/A * http://forgerock.org/license/CDDLv1.0.html
0N/A * See the License for the specific language governing
0N/A * permission and limitations under the License.
2362N/A *
0N/A * When distributing Covered Code, include this CDDL
0N/A * Header Notice in each file and include the License file
0N/A * at http://forgerock.org/license/CDDLv1.0.html
0N/A * If applicable, add the following below the CDDL Header,
0N/A * with the fields enclosed by brackets [] replaced by
0N/A * your own identifying information:
0N/A * "Portions Copyrighted [year] [name of copyright owner]"
0N/A */
0N/A
0N/A/*global define*/
0N/A
0N/Adefine("config/main", [
0N/A "./process/AdminConfig",
0N/A "./process/CommonConfig",
0N/A
0N/A "./routes/AdminRoutesConfig",
4378N/A "./routes/CommonRoutesConfig",
4378N/A
4378N/A "./validators/CommonValidators",
4378N/A
4378N/A "./AppConfiguration",
4378N/A
4378N/A "./messages/CommonMessages"
4378N/A]);
4378N/A