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 26D8C200CD7 for ; Mon, 17 Jul 2017 10:54:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 253F216492F; Mon, 17 Jul 2017 08:54:52 +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 6E07816492A for ; Mon, 17 Jul 2017 10:54:51 +0200 (CEST) Received: (qmail 81436 invoked by uid 500); 17 Jul 2017 08:54:50 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 81416 invoked by uid 99); 17 Jul 2017 08:54:50 -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; Mon, 17 Jul 2017 08:54:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F675E96B1; Mon, 17 Jul 2017 08:54:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Mon, 17 Jul 2017 08:54:50 -0000 Message-Id: <421fb205ce6242a791c9b509ede20ea7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: =?utf-8?q?=5B1/2=5D_polygene-java_git_commit=3A_Add_missing_Rat?= =?utf-8?q?=E2=84=A2_exclude_rule_for_p12_Keystores?= archived-at: Mon, 17 Jul 2017 08:54:52 -0000 Repository: polygene-java Updated Branches: refs/heads/develop ec2855f55 -> ae9506a31 Add missing Ratâ„¢ exclude rule for p12 Keystores Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/82dd636e Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/82dd636e Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/82dd636e Branch: refs/heads/develop Commit: 82dd636eba0043481c098c7ff0e46c6469266293 Parents: ec2855f Author: Paul Merlin Authored: Mon Jul 17 10:54:11 2017 +0200 Committer: Paul Merlin Committed: Mon Jul 17 10:54:11 2017 +0200 ---------------------------------------------------------------------- .../gradle/structure/distributions/DistributionsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/82dd636e/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy ---------------------------------------------------------------------- diff --git a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy index 3cef75e..c4d9c35 100644 --- a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/distributions/DistributionsPlugin.groovy @@ -284,7 +284,7 @@ class DistributionsPlugin implements Plugin // Graphic Resources '**/*.svg', '**/*.gif', '**/*.png', '**/*.jpg', '**/*.psd', // Keystores - '**/*.jceks', + '**/*.jceks', '**/*.p12', // Syntax Highlighter - MIT 'manual/**/sh*.css', 'manual/**/sh*.js', // jQuery & plugins - MIT