Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/airavata
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/9a7299fe Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/9a7299fe Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/9a7299fe Branch: refs/heads/master Commit: 9a7299fe29805e48760dc76cc5fd15c92a1ce99a Parents: 565ea4b 8edd711 Author: lahiru <[email protected]> Authored: Sun Jul 20 22:46:07 2014 -0400 Committer: lahiru <[email protected]> Committed: Sun Jul 20 22:46:07 2014 -0400 ---------------------------------------------------------------------- .../server/handler/AiravataServerHandler.java | 8 + .../airavata-cpp-sdk/pom.xml | 6 +- .../src/main/assembly/bin-assembly.xml | 3 +- .../airavata-php-sdk/src/main/resources/INSTALL | 31 - .../airavata-php-sdk/src/main/resources/LICENSE | 1866 ------------------ .../airavata-php-sdk/src/main/resources/NOTICE | 160 +- .../conf/airavata-client-properties.ini | 4 +- .../resources/conf/app-catalog-identifiers.ini | 20 +- .../airavata-client-api-tester.php | 112 +- .../php-cli-samples/createExperiment.php | 168 +- .../resources/php-cli-samples/createProject.php | 44 +- .../deleteApplicationInterface.php | 2 + .../php-cli-samples/deleteComputeResource.php | 2 + .../deleteGatewayComputeResourcePreference.php | 2 + .../php-cli-samples/getAiravataClient.php | 6 +- .../getAllExperimentsInProject.php | 46 +- .../php-cli-samples/getAllUserProjects.php | 35 +- .../getApplicationDeployedResources.php | 32 +- .../php-cli-samples/getApplicationInputs.php | 37 +- .../php-cli-samples/getApplicationModule.php | 23 +- .../php-cli-samples/getApplicationOutputs.php | 37 +- .../resources/php-cli-samples/getExperiment.php | 72 +- .../php-cli-samples/getExperimentOutputs.php | 76 +- .../php-cli-samples/getExperimentStatus.php | 64 +- .../php-cli-samples/launchExperiment.php | 49 +- .../registerApplicationInterface.php | 2 + .../updateApplicationInterface.php | 2 + .../php-cli-samples/updateExperiment.php | 57 +- .../resources/php-cli-samples/updateProject.php | 42 +- .../tools/RegisterSampleApplications.java | 98 +- pom.xml | 2 +- .../src/main/resources/SLURMTemplate.xslt | 4 +- 32 files changed, 409 insertions(+), 2703 deletions(-) ----------------------------------------------------------------------
