You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/07/17 12:46:37 UTC

[45/50] [abbrv] polygene-java git commit: Add missing Rat™ exclude rule for p12 Keystores

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/master
Commit: 82dd636eba0043481c098c7ff0e46c6469266293
Parents: ec2855f
Author: Paul Merlin <pa...@apache.org>
Authored: Mon Jul 17 10:54:11 2017 +0200
Committer: Paul Merlin <pa...@apache.org>
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<Project>
         // Graphic Resources
         '**/*.svg', '**/*.gif', '**/*.png', '**/*.jpg', '**/*.psd',
         // Keystores
-        '**/*.jceks',
+        '**/*.jceks', '**/*.p12',
         // Syntax Highlighter - MIT
         'manual/**/sh*.css', 'manual/**/sh*.js',
         // jQuery & plugins - MIT