Repository: incubator-falcon Updated Branches: refs/heads/branch-0.6 9e1942db0 -> f5b4635e5
FALCON-897 remove regression code from source release. Contributed by Venkatesh Seetharam Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/f5b4635e Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/f5b4635e Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/f5b4635e Branch: refs/heads/branch-0.6 Commit: f5b4635e5a528dbc2782515c0e3e5170b6b5da8b Parents: 9e1942d Author: Venkatesh Seetharam <venkat...@apache.org> Authored: Mon Nov 17 14:42:45 2014 -0800 Committer: Venkatesh Seetharam <venkat...@apache.org> Committed: Mon Nov 17 14:45:35 2014 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ src/main/assemblies/src-package.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f5b4635e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index c37a9a4..806b2ec 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,8 @@ Apache Falcon (incubating) Change log Release Version: 0.6-incubating + FALCON-897 + remove regression code from source release (Venkatesh Seetharam) FALCON-785 Document upgrade path from 0.5 to 0.6 (Venkatesh Seetharam) FALCON-784 Update release notes in CHANGES.txt in branch and trunk (Venkatesh Seetharam) FALCON-783 Create branch-0.6 and update version to 0.6-incubating (Venkatesh Seetharam) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f5b4635e/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index 4df3148..3178ce1 100644 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -36,6 +36,7 @@ <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.log</exclude> + <exclude>falcon-regression/**</exclude> </excludes> </fileSet> </fileSets>