Repository: airavata Updated Branches: refs/heads/master 650e545f9 -> d233abda3
Configuration was not updated. AIRAVATA-1269 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d233abda Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d233abda Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d233abda Branch: refs/heads/master Commit: d233abda323480ef723d4fb94d7986b159059a9d Parents: 650e545 Author: raminder <[email protected]> Authored: Fri May 23 14:23:12 2014 -0400 Committer: raminder <[email protected]> Committed: Fri May 23 14:23:12 2014 -0400 ---------------------------------------------------------------------- modules/configuration/server/src/main/resources/gfac-config.xml | 4 ++-- modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d233abda/modules/configuration/server/src/main/resources/gfac-config.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/gfac-config.xml b/modules/configuration/server/src/main/resources/gfac-config.xml index 6d81a59..8211609 100644 --- a/modules/configuration/server/src/main/resources/gfac-config.xml +++ b/modules/configuration/server/src/main/resources/gfac-config.xml @@ -77,7 +77,7 @@ <Provider class="org.apache.airavata.gfac.gsissh.provider.impl.GSISSHProvider" host="org.apache.airavata.schemas.gfac.impl.GsisshHostTypeImpl" executionMode="async"> <InHandlers> <Handler class="org.apache.airavata.gfac.gsissh.handler.GSISSHDirectorySetupHandler"/> - <!--Handler class="org.apache.airavata.gfac.handler.AdvancedSCPInputHandler"> + <!--Handler class="org.apache.airavata.gfac.ssh.handler.AdvancedSCPInputHandler"> <property name="privateKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa"/> <property name="publicKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa.pub"/> <property name="userName" value="root"/> @@ -90,7 +90,7 @@ </InHandlers> <OutHandlers> <Handler class="org.apache.airavata.gfac.gsissh.handler.GSISSHOutputHandler"/> - <!--Handler class="org.apache.airavata.gfac.handler.AdvancedSCPOutputHandler"> + <!--Handler class="org.apache.airavata.gfac.ssh.handler.AdvancedSCPOutputHandler"> <property name="privateKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa"/> <property name="publicKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa.pub"/> <property name="userName" value="root"/> http://git-wip-us.apache.org/repos/asf/airavata/blob/d233abda/modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml b/modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml index 1701dcc..077e4d4 100644 --- a/modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml +++ b/modules/gfac/gfac-ssh/src/test/resources/gfac-config.xml @@ -24,7 +24,7 @@ <Provider class="org.apache.airavata.gfac.gsissh.provider.impl.GSISSHProvider" host="org.apache.airavata.schemas.gfac.impl.GsisshHostTypeImpl" executionMode="async"> <InHandlers> <Handler class="org.apache.airavata.gfac.gsissh.handler.GSISSHDirectorySetupHandler"/> - <!--Handler class="org.apache.airavata.gfac.handler.AdvancedSCPInputHandler"> + <!--Handler class="org.apache.airavata.gfac.ssh.handler.AdvancedSCPInputHandler"> <property name="privateKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa"/> <property name="publicKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa.pub"/> <property name="userName" value="root"/> @@ -37,7 +37,7 @@ </InHandlers> <OutHandlers> <Handler class="org.apache.airavata.gfac.gsissh.handler.GSISSHOutputHandler"/> - <!--Handler class="org.apache.airavata.gfac.handler.AdvancedSCPOutputHandler"> + <!--Handler class="org.apache.airavata.gfac.ssh.handler.AdvancedSCPOutputHandler"> <property name="privateKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa"/> <property name="publicKeyPath" value="/Users/lahirugunathilake/.ssh/id_dsa.pub"/> <property name="userName" value="root"/>
