Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 29C37200C7B for ; Fri, 14 Apr 2017 17:27:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 28A58160BBA; Fri, 14 Apr 2017 15:27:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4F711160BAB for ; Fri, 14 Apr 2017 17:27:29 +0200 (CEST) Received: (qmail 94990 invoked by uid 500); 14 Apr 2017 15:27:28 -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 94197 invoked by uid 99); 14 Apr 2017 15:27:26 -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; Fri, 14 Apr 2017 15:27:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BA31F2181; Fri, 14 Apr 2017 15:27:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Fri, 14 Apr 2017 15:27:39 -0000 Message-Id: <679447a32e044015a2356f90d619c728@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/44] ignite git commit: .NET: Add package-info for org.apache.ignite.plugin.platform archived-at: Fri, 14 Apr 2017 15:27:30 -0000 .NET: Add package-info for org.apache.ignite.plugin.platform Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4e6de2a3 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4e6de2a3 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4e6de2a3 Branch: refs/heads/ignite-4986 Commit: 4e6de2a389db14e744402942c31b7f29ad5c4fd1 Parents: f978ff2 Author: Pavel Tupitsyn Authored: Fri Apr 14 14:38:59 2017 +0300 Committer: Pavel Tupitsyn Committed: Fri Apr 14 14:38:59 2017 +0300 ---------------------------------------------------------------------- .../ignite/plugin/platform/package-info.java | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4e6de2a3/modules/core/src/main/java/org/apache/ignite/plugin/platform/package-info.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/plugin/platform/package-info.java b/modules/core/src/main/java/org/apache/ignite/plugin/platform/package-info.java new file mode 100644 index 0000000..e3fcf9c --- /dev/null +++ b/modules/core/src/main/java/org/apache/ignite/plugin/platform/package-info.java @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * + * Contains platform plugins management API. + */ +package org.apache.ignite.plugin.platform; \ No newline at end of file