You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2013/03/08 23:23:10 UTC

svn commit: r1454604 - /airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml

Author: heshan
Date: Fri Mar  8 22:23:09 2013
New Revision: 1454604

URL: http://svn.apache.org/r1454604
Log:
Updated gfac-config to have handlers.

Modified:
    airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml

Modified: airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml?rev=1454604&r1=1454603&r2=1454604&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml (original)
+++ airavata/trunk/modules/gfac-core/src/test/resources/gfac-config.xml Fri Mar  8 22:23:09 2013
@@ -29,6 +29,11 @@
         </OutHandlers>
     </Provider>
 
+    <Provider class="org.apache.airavata.gfac.provider.impl.EC2Provider">
+        <InHandlers/>
+        <OutHandlers/>
+    </Provider>
+
     <Provider class="org.apache.airavata.gfac.provider.impl.HadoopProvider">
         <InHandlers>
         	<Handler class="org.apache.airavata.gfac.handler.HadoopDeploymentHandler"/>