Fixing more rat exclusions after refactor of systemvm build location
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/50de7988 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/50de7988 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/50de7988 Branch: refs/heads/ui-restyle Commit: 50de79886110cf7539c6643bad02301d6f3a2d35 Parents: 98c79cc Author: Chip Childers <[email protected]> Authored: Tue Sep 24 09:03:51 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Sep 24 09:04:14 2013 -0400 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/50de7988/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9fbd03f..a8778f1 100644 --- a/pom.xml +++ b/pom.xml @@ -583,6 +583,9 @@ <exclude>ui/lib/reset.css</exclude> <exclude>ui/lib/require.js</exclude> <exclude>waf</exclude> + <exclude>systemvm/conf/agent.properties</exclude> + <exclude>systemvm/conf/environment.properties</exclude> + <exclude>systemvm/js/jquery.js</exclude> <exclude>systemvm/patches/debian/systemvm.vmx</exclude> <exclude>systemvm/patches/debian/config/root/.ssh/authorized_keys</exclude> <exclude>systemvm/patches/debian/config/etc/apache2/httpd.conf</exclude>
