Updated Branches: refs/heads/master 4c0053fb2 -> 7d342e695
Adding exclude for JS libraries pulled into repo for tools/ngui Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d342e69 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d342e69 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d342e69 Branch: refs/heads/master Commit: 7d342e695bc50516d6b86c5dd64235bdba23d8e1 Parents: 4c0053f Author: Chip Childers <chipchild...@apache.org> Authored: Mon Jul 29 14:40:01 2013 -0400 Committer: Chip Childers <chipchild...@apache.org> Committed: Mon Jul 29 14:40:48 2013 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d342e69/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aa0173c..50e783a 100644 --- a/pom.xml +++ b/pom.xml @@ -526,6 +526,8 @@ <exclude>patches/systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> <exclude>tools/transifex/.tx/config</exclude> <exclude>tools/marvin/marvin/sandbox/advanced/sandbox.cfg</exclude> + <exclude>tools/ngui/static/bootstrap/*</exclude> + <exclude>tools/ngui/static/js/lib/*</exclude> </excludes> </configuration> </plugin>