Changed thrift descriptions directory names and code generation paths
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8d160a7a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8d160a7a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8d160a7a Branch: refs/heads/moduleRefactor Commit: 8d160a7af2e510afa8d7258d80d93f777b77a9a8 Parents: 7463558 Author: Shameera Rathanyaka <[email protected]> Authored: Wed Jun 3 00:29:49 2015 -0400 Committer: Shameera Rathanyaka <[email protected]> Committed: Wed Jun 3 00:29:49 2015 -0400 ---------------------------------------------------------------------- .../airavata-api/airavataAPI.thrift | 2064 ++++++++++++++++++ .../airavata-api/airavataDataModel.thrift | 38 + .../airavata-api/airavataErrors.thrift | 172 ++ .../airavata-api/appCatalogModels.thrift | 24 + .../applicationDeploymentModel.thrift | 132 ++ .../applicationInterfaceModel.thrift | 146 ++ .../airavata-api/computeResourceModel.thrift | 445 ++++ .../airavata-api/experimentModel.thrift | 411 ++++ .../gatewayResourceProfileModel.thrift | 83 + .../airavata-api/generate-thrift-files.sh | 305 +++ .../airavata-api/messagingEvents.thrift | 149 ++ .../airavata-api/securityModel.thrift | 35 + .../airavata-api/workflowAPI.thrift | 82 + .../airavata-api/workflowDataModel.thrift | 43 + .../airavata-api/workspaceModel.thrift | 63 + .../generate-gfac-stubs.sh | 134 -- .../gfac.cpi.service.thrift | 68 - .../gfacDataModel.thrift | 64 - .../gfac/generate-gfac-stubs.sh | 134 ++ .../gfac/gfac.cpi.service.thrift | 68 + .../gfac/gfacDataModel.thrift | 64 + .../generate-orchestrator-stubs.sh | 132 -- .../orchestrator.cpi.service.thrift | 78 - .../orchestrator/generate-orchestrator-stubs.sh | 132 ++ .../orchestrator.cpi.service.thrift | 78 + .../airavataAPI.thrift | 2064 ------------------ .../airavataDataModel.thrift | 38 - .../airavataErrors.thrift | 172 -- .../appCatalogModels.thrift | 24 - .../applicationDeploymentModel.thrift | 132 -- .../applicationInterfaceModel.thrift | 146 -- .../computeResourceModel.thrift | 445 ---- .../experimentModel.thrift | 411 ---- .../gatewayResourceProfileModel.thrift | 83 - .../generate-thrift-files.sh | 305 --- .../messagingEvents.thrift | 149 -- .../securityModel.thrift | 35 - .../workflowAPI.thrift | 82 - .../workflowDataModel.thrift | 43 - .../workspaceModel.thrift | 63 - 40 files changed, 4668 insertions(+), 4668 deletions(-) ----------------------------------------------------------------------
