Repository: falcon Updated Branches: refs/heads/master d0eb98761 -> 8b6c19038
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/8b6c1903 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/8b6c1903 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/8b6c1903 Branch: refs/heads/master Commit: 8b6c190385b6492d75f69f3a2c70cd180cbac27b Parents: d0eb987 Author: shaik.idris <[email protected]> Authored: Fri May 15 17:58:28 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Fri May 15 17:58:28 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/8b6c1903/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f8d7190..1317a97 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -73,6 +73,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-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali) FALCON-1158 Rename the parameter "pattern" in LIST API to "nameseq" http://git-wip-us.apache.org/repos/asf/falcon/blob/8b6c1903/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>
