summaryrefslogtreecommitdiff
path: root/js/src/icejs.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/icejs.js')
-rw-r--r--js/src/icejs.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/js/src/icejs.js b/js/src/icejs.js
new file mode 100644
index 00000000000..ff26ef32735
--- /dev/null
+++ b/js/src/icejs.js
@@ -0,0 +1,14 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2014 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.
+//
+// **********************************************************************
+
+module.exports.Ice = require("./Ice/Ice").Ice;
+module.exports.IceMX = require("./Ice/Ice").IceMX;
+module.exports.Glacier2 = require("./Glacier2/Glacier2").Glacier2;
+module.exports.IceGrid = require("./IceGrid/IceGrid").IceGrid;
+module.exports.IceStorm = require("./IceStorm/IceStorm").IceStorm; \ No newline at end of file