You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/03/06 21:38:13 UTC

[2/2] git commit: refactor to read the port from config file

refactor to read the port from config file


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f986e09c
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f986e09c
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f986e09c

Branch: refs/heads/master
Commit: f986e09c14c098c7d4c7b4e40a228e219d059f5c
Parents: 65d26eb 59dcfaa
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Thu Mar 6 15:37:51 2014 -0500
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Thu Mar 6 15:37:51 2014 -0500

----------------------------------------------------------------------
 .../server/handler/AiravataServerHandler.java   |   2 +
 .../api/server/util/RegistryInitUtil.java       |   2 +-
 .../main/resources/airavata-server.properties   |   2 +-
 .../src/main/resources/registry-mysql.sql       |   2 +-
 .../client/samples/CreateLaunchExperiment.java  |  48 ++-
 .../airavata/client/tools/DocumentCreator.java  |   6 +-
 modules/distribution/airavata-server/pom.xml    |   5 +
 .../src/main/assembly/bin-assembly.xml          |   1 +
 .../resources/conf/airavata-server.properties   |   2 +-
 .../gfac/provider/impl/LocalProvider.java       |   9 +-
 .../client/OrchestratorClientFactoryTest.java   |   6 +-
 .../client/sample/OrchestratorClientSample.java |   2 +-
 .../orchestrator/core/BaseOrchestratorTest.java |   7 +-
 .../jpa/resources/TaskDetailResource.java       |   2 +-
 .../registry/jpa/resources/Utils.java           |   4 +-
 .../main/resources/airavata-registry-derby.sql  | 325 ----------------
 .../main/resources/airavata-registry-mysql.sql  | 327 ----------------
 .../src/main/resources/provenance.sql           |  73 ----
 .../src/main/resources/registry-mysql.sql       |   2 +-
 .../test/resources/airavata-registry-derby.sql  | 376 -------------------
 test.git                                        |   1 -
 21 files changed, 78 insertions(+), 1126 deletions(-)
----------------------------------------------------------------------