main.js revision 2c6e1e062b5e873f228b9b285b3681afb0f93767
1d363c6830b1389bb442b3110e1b803f2a69c979slive/**
1d363c6830b1389bb442b3110e1b803f2a69c979slive * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd * Copyright (c) 2011-2012 ForgeRock AS. All rights reserved.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd *
1d363c6830b1389bb442b3110e1b803f2a69c979slive * The contents of this file are subject to the terms
1d363c6830b1389bb442b3110e1b803f2a69c979slive * of the Common Development and Distribution License
1d363c6830b1389bb442b3110e1b803f2a69c979slive * (the License). You may not use this file except in
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * compliance with the License.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc *
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * You can obtain a copy of the License at
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * http://forgerock.org/license/CDDLv1.0.html
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * See the License for the specific language governing
2e545ce2450a9953665f701bb05350f0d3f26275nd * permission and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * When distributing Covered Code, include this CDDL
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * Header Notice in each file and include the License file
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * at http://forgerock.org/license/CDDLv1.0.html
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen * If applicable, add the following below the CDDL Header,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * with the fields enclosed by brackets [] replaced by
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * your own identifying information:
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * "Portions Copyrighted [year] [name of copyright owner]"
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd */
3f08db06526d6901aa08c110b5bc7dde6bc39905nd
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd/*global define*/
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nddefine("org/forgerock/openidm/ui/admin/workflow/tasks/customview/main", [
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end "./ApplicationAcceptanceTask"
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung]);