You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/26 08:58:30 UTC

git commit: Fixed cloud controller - distribution/src/site folder being removed on a post build task

Updated Branches:
  refs/heads/master 74ddddc9c -> 691a0a8ea


Fixed cloud controller - distribution/src/site folder being removed on a post build task

Signed-off-by: Isuru Perera <is...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/691a0a8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/691a0a8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/691a0a8e

Branch: refs/heads/master
Commit: 691a0a8ea826335569f1214b87a49587885112c4
Parents: 74ddddc
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Fri Jul 26 11:29:54 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Fri Jul 26 12:28:08 2013 +0530

----------------------------------------------------------------------
 products/cloud_controller/modules/distribution/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/691a0a8e/products/cloud_controller/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/pom.xml b/products/cloud_controller/modules/distribution/pom.xml
index da19d9a..d07d797 100644
--- a/products/cloud_controller/modules/distribution/pom.xml
+++ b/products/cloud_controller/modules/distribution/pom.xml
@@ -190,7 +190,6 @@
                                 <delete dir="target/wso2carbon-core-${carbon.kernel.version}"/>
                                 <delete dir="target/sources"/>
                                 <delete dir="target/site"/>
-                                <delete dir="src/site"/>
                             </tasks>
                         </configuration>
                         <goals>