diff options
Diffstat (limited to 'js/demo/ChatDemo/build.js')
-rw-r--r-- | js/demo/ChatDemo/build.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/demo/ChatDemo/build.js b/js/demo/ChatDemo/build.js deleted file mode 100644 index 75c984102fe..00000000000 --- a/js/demo/ChatDemo/build.js +++ /dev/null @@ -1,10 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2015 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. -// -// ********************************************************************** - -require ("../../config/build").build(__dirname, ["Chat.ice", "ChatSession.ice"], ["-I."]); |