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 2015/07/08 10:37:34 UTC

zest-qi4j git commit: ZEST-25 Package -javadoc jars in binary distribution as advertised

Repository: zest-qi4j
Updated Branches:
  refs/heads/develop fccefe362 -> 2fb9eb1e1


ZEST-25 Package -javadoc jars in binary distribution as advertised


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/2fb9eb1e
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/2fb9eb1e
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/2fb9eb1e

Branch: refs/heads/develop
Commit: 2fb9eb1e14b584a1e08aa8c2b32040773510cfd7
Parents: fccefe3
Author: Paul Merlin <pa...@apache.org>
Authored: Wed Jul 8 10:37:23 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Wed Jul 8 10:37:23 2015 +0200

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/2fb9eb1e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 888946a..b310864 100644
--- a/build.gradle
+++ b/build.gradle
@@ -684,7 +684,6 @@ def libsImage = copySpec {
     into( "libs/" ) {
       from proj.configurations.archives.artifacts.files
       exclude '**-testsources.jar'
-      exclude '**-javadoc.jar'
       exclude '**/*.asc'
     }
   }