Repository: falcon Updated Branches: refs/heads/0.6.1 bd1ac1e2e -> 8ebb2b556
FALCON-1220 Exclude downloaded directories from falcon-ui modules. Contributed by Shaik Idris Ali Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/8ebb2b55 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/8ebb2b55 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/8ebb2b55 Branch: refs/heads/0.6.1 Commit: 8ebb2b5566134baa5997d6240c300b4ade2307de Parents: bd1ac1e Author: shaik.idris <[email protected]> Authored: Fri May 15 17:56:11 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Fri May 15 17:56:11 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ src/main/assemblies/src-package.xml | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/8ebb2b55/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8057105..7ab0b9f 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,9 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu) IMPROVEMENTS + FALCON-1220 Exclude downloaded directories from falcon-ui modules + (Shaik Idris Ali) + FALCON-1158 Rename the parameter "pattern" in LIST API to "nameseq" (Ying Zheng via Suhas Vasu) http://git-wip-us.apache.org/repos/asf/falcon/blob/8ebb2b55/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index 4df3148..70b5ed8 100644 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -36,6 +36,9 @@ <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.log</exclude> + <exclude>**/dist/**</exclude> + <exclude>**/node_modules/**</exclude> + <exclude>**/node/**</exclude> </excludes> </fileSet> </fileSets>
