You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/03 06:43:58 UTC

[5/5] git commit: updated refs/heads/internallb to 50140dc

CLOUDSTACK-1897: Ignore appliance definitions for license checking

Regression caused due to 8e917b1ad3c0d3076b0c6425ea3318a6d6dd5c25

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8354adff
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8354adff
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8354adff

Branch: refs/heads/internallb
Commit: 8354adffddc6eb782f3f72a17d92314a1f0268e6
Parents: a24b4d5
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Apr 3 01:29:45 2013 +0530
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Tue Apr 2 21:34:02 2013 -0700

----------------------------------------------------------------------
 pom.xml |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8354adff/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>