blob: e8294633871c96ecc1a45bda81347207996b5959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
var _ModuleRegistry = require("../Ice/ModuleRegistry").Ice._ModuleRegistry;
module.exports.IceGrid = _ModuleRegistry.require(module,
[
"../IceGrid/Admin",
"../IceGrid/Descriptor",
"../IceGrid/Exception",
"../IceGrid/FileParser",
"../IceGrid/Registry",
"../IceGrid/Session",
"../IceGrid/UserAccountMapper"
]).IceGrid;
|