You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/05/15 00:04:19 UTC

svn commit: r1103242 - /incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java

Author: smarru
Date: Sat May 14 22:04:19 2011
New Revision: 1103242

URL: http://svn.apache.org/viewvc?rev=1103242&view=rev
Log:
masking user info

Modified:
    incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java

Modified: incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java
URL: http://svn.apache.org/viewvc/incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java?rev=1103242&r1=1103241&r2=1103242&view=diff
==============================================================================
--- incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java (original)
+++ incubator/airavata/donations/ogce-donation/modules/workflow-interpreter/client/src/edu/indiana/extreme/xbaya/Main.java Sat May 14 22:04:19 2011
@@ -45,7 +45,7 @@ public class Main {
 		
 		
 		
-		new WorkflowInterpretorStub("http://silktree.cs.indiana.edu:18080/axis2/services/WorkflowInterpretor?wsdl").launchWorkflow(workflowAsString, "mytopic", "changeme", "chathura", inputs , configurations);
+		new WorkflowInterpretorStub("http://silktree.cs.indiana.edu:18080/axis2/services/WorkflowInterpretor?wsdl").launchWorkflow(workflowAsString, "mytopic", "password", "username", inputs , configurations);
 	}