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/22 16:13:37 UTC

[10/12] zest-qi4j git commit: ZEST-25 Add missing files into source distribution

ZEST-25 Add missing files into source distribution


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

Branch: refs/heads/develop
Commit: e48c4e5eb02d37478e890823dbf03d46aa2dab27
Parents: fed3d19
Author: Paul Merlin <pa...@apache.org>
Authored: Wed Jul 22 15:05:49 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Wed Jul 22 15:05:49 2015 +0200

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e48c4e5e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7ce80ba..36086f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -687,6 +687,7 @@ def srcDistFilesImages = copySpec {
   include 'gradle/**'
   include 'etc/**'
   include 'buildSrc/**'
+  include 'src/**'
   releaseApprovedProjects.each { p ->
     def relPath = new File( project.projectDir.toURI().relativize( p.projectDir.toURI() ).toString() )
     include "$relPath/**"