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

git commit: updated refs/heads/4.4 to 2504ea4

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 a41101572 -> 2504ea499


exclude Dockerfile and supervisord.conf from RAT


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

Branch: refs/heads/4.4
Commit: 2504ea499d8dcc8fa51779cadd3f06f2bec15454
Parents: a411015
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Mar 4 12:37:52 2015 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Mar 4 12:37:52 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2504ea49/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d91d4f0..88f780f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <version>4.4.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache CloudStack</name>
-  <description>Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</description>
+  <description>Apache CloudStack is an IaaS (“Infrastructure as a Service”) cloud orchestration platform.</description>
   <url>http://www.cloudstack.org</url>
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection>
@@ -706,6 +706,8 @@
               <exclude>CHANGES.md</exclude>
               <exclude>README.md</exclude>
               <exclude>INSTALL.md</exclude>
+              <exclude>Dockerfile</exclude>
+              <exclude>supervisord.conf</exclude>
               <exclude>.idea/</exclude>
               <exclude>**/*.log</exclude>
               <exclude>**/*.patch</exclude>