Updating the RAT exclude list to no longer exclude devcloud .cfg files Signed-off-by: Chip Childers <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f7b8ad5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f7b8ad5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f7b8ad5e Branch: refs/heads/api_limit Commit: f7b8ad5e8bc97c01db7ece539a490e929b050f70 Parents: 354c56a Author: Chip Childers <[email protected]> Authored: Tue Jan 15 16:28:16 2013 -0500 Committer: Chip Childers <[email protected]> Committed: Tue Jan 15 16:28:16 2013 -0500 ---------------------------------------------------------------------- pom.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f7b8ad5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f752d26..c440a66 100644 --- a/pom.xml +++ b/pom.xml @@ -244,10 +244,6 @@ <exclude>dist/console-proxy/js/jquery.js</exclude> <exclude>scripts/vm/systemvm/id_rsa.cloud</exclude> <exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude> - <exclude>tools/devcloud/devcloud.cfg</exclude> - <exclude>tools/devcloud/devcloud-advanced.cfg</exclude> - <exclude>tools/devcloud-kvm/devcloud-kvm.cfg</exclude> - <exclude>tools/devcloud-kvm/devcloud-kvm-advanced.cfg</exclude> <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude> <exclude>ui/lib/flot/jquery.flot.crosshair.js</exclude> <exclude>ui/lib/flot/jquery.flot.fillbetween.js</exclude>
