Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C72541894D for ; Tue, 17 Nov 2015 04:33:40 +0000 (UTC) Received: (qmail 75278 invoked by uid 500); 17 Nov 2015 04:33:40 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 75241 invoked by uid 500); 17 Nov 2015 04:33:40 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 75232 invoked by uid 99); 17 Nov 2015 04:33:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2015 04:33:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B753E0A42; Tue, 17 Nov 2015 04:33:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: IGNITE-843 Minor change of README.txt . Date: Tue, 17 Nov 2015 04:33:40 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 78ec2ddfb -> 2cb1efa48 IGNITE-843 Minor change of README.txt . Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2cb1efa4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2cb1efa4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2cb1efa4 Branch: refs/heads/ignite-843-rc1 Commit: 2cb1efa4826bfe390efad054eeefc2d7e36d1a82 Parents: 78ec2dd Author: Alexey Kuznetsov Authored: Tue Nov 17 11:34:03 2015 +0700 Committer: Alexey Kuznetsov Committed: Tue Nov 17 11:34:03 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/ignite_modules/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2cb1efa4/modules/control-center-web/src/main/js/ignite_modules/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/ignite_modules/README.txt b/modules/control-center-web/src/main/js/ignite_modules/README.txt index 1de180d..365abc7 100644 --- a/modules/control-center-web/src/main/js/ignite_modules/README.txt +++ b/modules/control-center-web/src/main/js/ignite_modules/README.txt @@ -1,6 +1,6 @@ Ignite Web Console Modules ====================================== -If you are are planning to create custom modules you need to copy it in this folder before build. +If you are are planning to create or use custom modules you need to copy them in this folder before build. This is default folder for user modules.