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/34cd927c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/34cd927c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/34cd927c Branch: refs/heads/master Commit: 34cd927c30e169ea8a8808eefc173d21e1fe53b5 Parents: d210872 4f4c799 Author: shamrath <[email protected]> Authored: Tue May 12 19:27:10 2015 -0400 Committer: shamrath <[email protected]> Committed: Tue May 12 19:27:10 2015 -0400 ---------------------------------------------------------------------- airavata-api/airavata-api-server/pom.xml | 6 - .../server/handler/AiravataServerHandler.java | 16 +- modules/commons/gfac-schema/pom.xml | 111 - .../commons/gfac/type/ActualParameter.java | 72 - .../gfac/type/ApplicationDescription.java | 59 - .../commons/gfac/type/HostDescription.java | 56 - .../commons/gfac/type/MappingFactory.java | 184 -- .../commons/gfac/type/ServiceDescription.java | 51 - .../apache/airavata/commons/gfac/type/Type.java | 27 - .../commons/gfac/wsdl/GFacSchemaConstants.java | 119 - .../commons/gfac/wsdl/GFacWSDLException.java | 43 - .../airavata/commons/gfac/wsdl/RoundTrip.java | 141 -- .../commons/gfac/wsdl/TypesGenerator.java | 281 --- .../commons/gfac/wsdl/WSDLConstants.java | 106 - .../commons/gfac/wsdl/WSDLGenerator.java | 583 ----- .../commons/gfac/wsdl/WSDLGeneratorUtil.java | 52 - .../commons/gfac/wsdl/WSDLMessageBean.java | 211 -- .../commons/gfac/wsdl/WSPolicyGenerator.java | 152 -- .../src/main/resources/datatype.properties | 31 - .../ApplicationDeploymentDescription.xsd | 141 -- .../src/main/resources/schemas/BasicTypes.xsd | 51 - .../resources/schemas/GFacParameterTypes.xsd | 248 -- .../main/resources/schemas/HostDescription.xsd | 196 -- .../resources/schemas/ServiceDescription.xsd | 95 - .../resources/schemas/gfac-schemas.xsdconfig | 31 - .../commons/gfac/wsdl/TestWSDLGeneration.java | 132 - modules/commons/pom.xml | 2 - modules/distribution/new-dist/pom.xml | 156 ++ .../src/main/assembly/api-server-assembly.xml | 180 ++ .../src/main/assembly/api-server-component.xml | 33 + .../new-dist/src/main/assembly/src-assembly.xml | 75 + .../new-dist/src/main/resources/INSTALL | 30 + .../new-dist/src/main/resources/LICENSE | 2387 ++++++++++++++++++ .../new-dist/src/main/resources/NOTICE | 163 ++ .../new-dist/src/main/resources/README | 145 ++ .../src/main/resources/bin/airavata-server.bat | 55 + .../src/main/resources/bin/airavata-server.sh | 118 + .../new-dist/src/main/resources/bin/derby.sh | 23 + .../new-dist/src/main/resources/bin/logo.txt | 34 + .../new-dist/src/main/resources/bin/setenv.bat | 43 + .../new-dist/src/main/resources/bin/setenv.sh | 77 + .../src/main/resources/bin/startNetworkServer | 189 ++ .../main/resources/samples/registerSample.sh | 25 + .../src/main/resources/samples/scripts/add.sh | 21 + .../src/main/resources/samples/scripts/echo.sh | 22 + .../main/resources/samples/scripts/multiply.sh | 22 + .../main/resources/samples/scripts/subtract.sh | 22 + modules/distribution/pom.xml | 1 + modules/distribution/server/pom.xml | 5 - modules/messaging/core/pom.xml | 5 - modules/registry/airavata-jpa-registry/pom.xml | 5 - modules/workflow-model/workflow-engine/pom.xml | 5 - 52 files changed, 3835 insertions(+), 3203 deletions(-) ----------------------------------------------------------------------
