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:35:32 UTC

git commit: updated refs/heads/4.3 to 6fece62

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 a17f2d170 -> 6fece6278


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/6fece627
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6fece627
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6fece627

Branch: refs/heads/4.3
Commit: 6fece627882edb3d53647690ebd913c93977497c
Parents: a17f2d1
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Mar 4 12:35:26 2015 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Mar 4 12:35:26 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6fece627/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1468ad7..ff07d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <version>4.3.2</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>
@@ -552,6 +552,8 @@
               <exclude>CHANGES</exclude>
               <exclude>CHANGES.md</exclude>
               <exclude>INSTALL.md</exclude>
+              <exclude>Dockerfile</exclude>
+              <exclude>supervisord.conf</exclude>
               <exclude>.idea/</exclude>
               <exclude>**/*.log</exclude>
               <exclude>**/*.patch</exclude>