Repository: airavata-php-gateway Updated Branches: refs/heads/develop 89b8258cb -> 3a92859df
UnicoreDataMovement class moved. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/3a92859d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/3a92859d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/3a92859d Branch: refs/heads/develop Commit: 3a92859df9527bd14a6e0b31bcf7a815941eb383 Parents: 89b8258 Author: Nipurn Doshi <[email protected]> Authored: Tue Mar 22 15:38:00 2016 -0400 Committer: Nipurn Doshi <[email protected]> Committed: Tue Mar 22 15:38:00 2016 -0400 ---------------------------------------------------------------------- app/libraries/SRUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/3a92859d/app/libraries/SRUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/SRUtilities.php b/app/libraries/SRUtilities.php index 6bf70b5..22ae80b 100644 --- a/app/libraries/SRUtilities.php +++ b/app/libraries/SRUtilities.php @@ -17,7 +17,7 @@ use Airavata\Model\AppCatalog\ComputeResource\MonitorMode; use Airavata\Model\AppCatalog\ComputeResource\ResourceJobManagerType; use Airavata\Model\Data\Movement\SCPDataMovement; use Airavata\Model\Data\Movement\SecurityProtocol; -use Airavata\Model\AppCatalog\ComputeResource\UnicoreDataMovement; +use Airavata\Model\Data\Movement\UnicoreDataMovement; //Gateway Classes
