rat: Ignore all veewee definition files Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74bd7d57 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/74bd7d57 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/74bd7d57 Branch: refs/heads/scaleupvm Commit: 74bd7d570986e4742d0c844481af947802128e9b Parents: 57c3d4d Author: Rohit Yadav <[email protected]> Authored: Mon Mar 25 15:08:21 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Mar 25 15:08:21 2013 +0530 ---------------------------------------------------------------------- pom.xml | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/74bd7d57/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee07bfd..dab3db2 100644 --- a/pom.xml +++ b/pom.xml @@ -340,16 +340,9 @@ <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/appliance/definitions/systemvmtemplate/base.sh</exclude> - <exclude>tools/appliance/definitions/systemvmtemplate/cleanup.sh</exclude> - <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/appliance/definitions/devcloud/*</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate/*</exclude> + <exclude>tools/appliance/definitions/systemvmtemplate64/*</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>
