CLOUDSTACK-1897: Ignore appliance definitions for license checking Regression caused due to 8e917b1ad3c0d3076b0c6425ea3318a6d6dd5c25
Signed-off-by: Rohit Yadav <bhais...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7e54f40a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7e54f40a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7e54f40a Branch: refs/heads/affinity_groups Commit: 7e54f40a028a909e19756e07ebe05782f31cfd05 Parents: f52820f Author: Rohit Yadav <bhais...@apache.org> Authored: Wed Apr 3 01:29:45 2013 +0530 Committer: Rohit Yadav <bhais...@apache.org> Committed: Wed Apr 3 01:30:38 2013 +0530 ---------------------------------------------------------------------- pom.xml | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7e54f40a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e5f624..6208124 100644 --- a/pom.xml +++ b/pom.xml @@ -318,11 +318,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/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>