You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/10/22 16:40:55 UTC

[2/3] incubator-edgent git commit: Add RELEASE_NOTES to release bundles

Add RELEASE_NOTES to release bundles

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/72ab79a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/72ab79a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/72ab79a4

Branch: refs/heads/master
Commit: 72ab79a464b0aec12088c378e4c1130fe29c4e63
Parents: 3f05e78
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Sat Oct 22 12:14:35 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Sat Oct 22 12:14:35 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/72ab79a4/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 72653a6..f6b7875 100644
--- a/build.gradle
+++ b/build.gradle
@@ -715,6 +715,7 @@ task releaseTarGz(type: Tar) {
     rename { 'README' }
     from rootProject.file('legal/binary-release-readme')
   }
+  from 'RELEASE_NOTES'
   from "$target_dir/version.txt"
   from target_dir
   exclude '**/test/svt/'
@@ -736,6 +737,7 @@ task srcReleaseTarGz(type: Tar) {
   // make some things first in the tgz
   from 'LICENSE', 'NOTICE'
   from 'DISCLAIMER', 'JAVA_SUPPORT.md'
+  from 'RELEASE_NOTES'
   with copySpec {
     rename { 'README' }
     from rootProject.file('legal/source-release-readme')