Repository: falcon Updated Branches: refs/heads/0.6.1 8ebb2b556 -> b62975a6d
FALCON-1225 remove text line containing Copyright from regression log4j.properties. Contributed by Samarth G) Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/b62975a6 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/b62975a6 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/b62975a6 Branch: refs/heads/0.6.1 Commit: b62975a6d2f6c72668279d75f13208feafffea8e Parents: 8ebb2b5 Author: Samarth Gupta <[email protected]> Authored: Mon May 18 17:06:12 2015 +0530 Committer: Samarth Gupta <[email protected]> Committed: Mon May 18 17:06:12 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 4 ++++ falcon-regression/merlin/src/test/resources/log4j.properties | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/b62975a6/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7ab0b9f..170845b 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,10 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu) IMPROVEMENTS + + FALCON-1225 remove text line containing "Copyright" from regression + log4j.properties(Samarth Gupta) + FALCON-1220 Exclude downloaded directories from falcon-ui modules (Shaik Idris Ali) http://git-wip-us.apache.org/repos/asf/falcon/blob/b62975a6/falcon-regression/merlin/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/falcon-regression/merlin/src/test/resources/log4j.properties b/falcon-regression/merlin/src/test/resources/log4j.properties index d6389d1..6e4eb1b 100644 --- a/falcon-regression/merlin/src/test/resources/log4j.properties +++ b/falcon-regression/merlin/src/test/resources/log4j.properties @@ -1,4 +1,3 @@ -#Copyright [yyyy] [name of copyright owner] # #Licensed under the Apache License, Version 2.0 (the "License"); #you may not use this file except in compliance with the License.
