pom: Exclude systemvmtemplate64 during rat checking, attr already fixed in LICENSE
Signed-off-by: Rohit Yadav <[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/cccdbe63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cccdbe63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cccdbe63 Branch: refs/heads/ui-multiple-nics Commit: cccdbe630904e4a9d62c0ee616159b6e984ec844 Parents: 7e7ceba Author: Rohit Yadav <[email protected]> Authored: Mon Mar 11 14:59:11 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Mar 11 14:59:11 2013 +0530 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cccdbe63/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6b0a9cc..86482d7 100644 --- a/pom.xml +++ b/pom.xml @@ -381,6 +381,11 @@ <exclude>tools/appliance/definitions/systemvmtemplate/definition.rb</exclude> <exclude>tools/appliance/definitions/systemvmtemplate/preseed.cfg</exclude> <exclude>tools/appliance/definitions/systemvmtemplate/zerodisk.sh</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/base.sh</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/cleanup.sh</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/definition.rb</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/preseed.cfg</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/zerodisk.sh</exclude> <exclude>tools/cli/cloudmonkey.egg-info/*</exclude> <exclude>tools/devcloud/src/deps/boxes/basebox-build/definition.rb</exclude> <exclude>tools/devcloud/src/deps/boxes/basebox-build/preseed.cfg</exclude>
