You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/04/27 18:58:13 UTC

airavata git commit: Revert "adding user profile service to server module"

Repository: airavata
Updated Branches:
  refs/heads/master e48a02eaf -> 4407f82c3


Revert "adding user profile service to server module"

This reverts commit be5ef40fdbe1a144bf89a68b934e11ff573dba83.


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

Branch: refs/heads/master
Commit: 4407f82c3ad320b24a31f3bf611208ce22b140dd
Parents: e48a02e
Author: Marcus Christie <ma...@apache.org>
Authored: Thu Apr 27 14:56:40 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Thu Apr 27 14:56:40 2017 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/airavata/server/ServerMain.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4407f82c/modules/server/src/main/java/org/apache/airavata/server/ServerMain.java
----------------------------------------------------------------------
diff --git a/modules/server/src/main/java/org/apache/airavata/server/ServerMain.java b/modules/server/src/main/java/org/apache/airavata/server/ServerMain.java
index 63202f9..1fcf179 100644
--- a/modules/server/src/main/java/org/apache/airavata/server/ServerMain.java
+++ b/modules/server/src/main/java/org/apache/airavata/server/ServerMain.java
@@ -118,7 +118,7 @@ public class ServerMain {
 			serverList.add(API_SERVER);
 			serverList.add(ORCHESTRATOR);
 			serverList.add(GFAC_SERVER);
-			serverList.add(USER_PROFILE);
+			// serverList.add(USER_PROFILE); // Commenting temporarily since there is no current usage
 		} else if (serverList.indexOf(API_ORCH) > -1) {
 			serverList.clear();
             serverList.add(REGISTRY_SERVER);  // registry server should start before everything