You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2016/04/15 22:33:55 UTC

airavata git commit: Removed cloud module from main build

Repository: airavata
Updated Branches:
  refs/heads/develop cf575fe0a -> d522a27ac


Removed cloud module from main build


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

Branch: refs/heads/develop
Commit: d522a27aca499976b7789645515964388f67089f
Parents: cf575fe
Author: Shameera Rathnayaka <sh...@gmail.com>
Authored: Fri Apr 15 16:33:50 2016 -0400
Committer: Shameera Rathnayaka <sh...@gmail.com>
Committed: Fri Apr 15 16:33:50 2016 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/d522a27a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b6883c8..a038bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,7 +556,7 @@
 				<module>modules/credential-store</module>
 				<module>modules/orchestrator</module>
 				<module>modules/monitoring</module>
-				<module>modules/cloud</module>
+				<!--<module>modules/cloud</module>-->
 				<module>modules/server</module>
 				<module>modules/workflow</module>
 				<module>modules/test-suite</module>