Author: lahiru
Date: Tue May 27 17:40:22 2014
New Revision: 1597834

URL: http://svn.apache.org/r1597834
Log:
removing unwanted client code and leave the minimal code

Modified:
    
airavata/sandbox/gfac-sample/local-echo-sample-client/src/main/java/org/apache/airavata/client/RunEchoLocalHost.java

Modified: 
airavata/sandbox/gfac-sample/local-echo-sample-client/src/main/java/org/apache/airavata/client/RunEchoLocalHost.java
URL: 
http://svn.apache.org/viewvc/airavata/sandbox/gfac-sample/local-echo-sample-client/src/main/java/org/apache/airavata/client/RunEchoLocalHost.java?rev=1597834&r1=1597833&r2=1597834&view=diff
==============================================================================
--- 
airavata/sandbox/gfac-sample/local-echo-sample-client/src/main/java/org/apache/airavata/client/RunEchoLocalHost.java
 (original)
+++ 
airavata/sandbox/gfac-sample/local-echo-sample-client/src/main/java/org/apache/airavata/client/RunEchoLocalHost.java
 Tue May 27 17:40:22 2014
@@ -137,11 +137,6 @@ public class RunEchoLocalHost {
         try {
             DocumentCreator documentCreator = new 
DocumentCreator(getAiravataAPI());
             documentCreator.createLocalHostDocs();
-            documentCreator.createSSHHostDocs();
-            documentCreator.createGramDocs();
-            documentCreator.createPBSDocsForOGCE();
-            documentCreator.createSlurmDocs();
-            documentCreator.createSGEDocs();
         } catch (AiravataAPIInvocationException e) {
             logger.error("Unable to create airavata API", e.getMessage());
             throw new AiravataAPIInvocationException(e);


Reply via email to