fix rat exceptions on #508
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/77a7f6f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/77a7f6f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/77a7f6f6 Branch: refs/heads/master Commit: 77a7f6f6830c0d54f82feea7773bf514f73d3817 Parents: c65e730 Author: Alex Heneveld <[email protected]> Authored: Sat Mar 28 21:50:52 2015 -0500 Committer: Alex Heneveld <[email protected]> Committed: Sat Mar 28 21:50:52 2015 -0500 ---------------------------------------------------------------------- sandbox/mobile-app/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/77a7f6f6/sandbox/mobile-app/pom.xml ---------------------------------------------------------------------- diff --git a/sandbox/mobile-app/pom.xml b/sandbox/mobile-app/pom.xml index 99c6ca7..bf9f5d5 100644 --- a/sandbox/mobile-app/pom.xml +++ b/sandbox/mobile-app/pom.xml @@ -56,12 +56,7 @@ <configuration> <excludes combine.children="append"> <exclude>**/src/main/webapp/assets/mobile/js/i18n/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/angular-1.2.19/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/angular-translate/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/angular-translate-loader-url/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/angular-translate-storage-cookie/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/angular-translate-storage-local/*</exclude> - <exclude>**/src/main/webapp/assets/mobile/libs/mcasimir-mobile-angular-ui-be39011/*</exclude> + <exclude>**/src/main/webapp/assets/mobile/libs/**</exclude> </excludes> </configuration> </plugin>
