You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/07/08 19:54:53 UTC

[1/2] git commit: Updating port to gw111

Repository: airavata
Updated Branches:
  refs/heads/master a34c0d9f2 -> 962389c91


Updating port to gw111


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

Branch: refs/heads/master
Commit: e53cba93e5ff9be9f5239801244f2a11a2233c78
Parents: d1d3fae
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Jul 8 13:54:44 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Jul 8 13:54:44 2014 -0400

----------------------------------------------------------------------
 .../src/main/resources/conf/airavata-client-properties.ini     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/e53cba93/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/conf/airavata-client-properties.ini
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/conf/airavata-client-properties.ini b/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/conf/airavata-client-properties.ini
index ddf6f32..4295308 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/conf/airavata-client-properties.ini
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/conf/airavata-client-properties.ini
@@ -8,11 +8,11 @@ THRIFT_LIB_DIR = "../lib/Thrift/"
 AIRAVATA_PHP_STUBS_DIR = "../lib/Airavata/"
 
 ; Host which runs the Airavata Server
-;AIRAVATA_SERVER = "gw111.iu.xsede.org"
-AIRAVATA_SERVER = "localhost"
+AIRAVATA_SERVER = "gw111.iu.xsede.org"
+;AIRAVATA_SERVER = "localhost"
 
 ; Airavata Server thrift port
-AIRAVATA_PORT = 8930
+AIRAVATA_PORT = 9930
 
 ; Time out value to give enough breathing room for client to get synchronous responses back
 AIRAVATA_TIMEOUT = 5000


[2/2] git commit: Merge remote-tracking branch 'origin/master'

Posted by sm...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 962389c91236f14e9c43b4d801fbb7bb29bc60b9
Parents: e53cba9 a34c0d9
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Jul 8 13:54:51 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Jul 8 13:54:51 2014 -0400

----------------------------------------------------------------------
 .../client/samples/CreateLaunchExperiment.java  | 23 +++++++----
 .../client/tools/DocumentCreatorNew.java        | 42 ++++++++++++++++----
 .../appcatalog/cpi/GwyResourceProfile.java      |  2 +
 .../data/impl/GwyResourceProfileImpl.java       | 19 +++++++++
 .../airavata/gfac/core/cpi/BetterGfacImpl.java  | 27 ++++++++-----
 .../airavata/integration/SimpleEchoIT.java      |  4 +-
 6 files changed, 91 insertions(+), 26 deletions(-)
----------------------------------------------------------------------