Repository: airavata Updated Branches: refs/heads/master 5afba8eec -> ab1ab84a2
Updating Copyright Year to 2014 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ab1ab84a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ab1ab84a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ab1ab84a Branch: refs/heads/master Commit: ab1ab84a269fa690162798e14c9a45645d841837 Parents: 5afba8e Author: Suresh Marru <[email protected]> Authored: Sun Mar 16 18:31:17 2014 -0400 Committer: Suresh Marru <[email protected]> Committed: Sun Mar 16 18:31:17 2014 -0400 ---------------------------------------------------------------------- NOTICE | 1 - airavata-api/generate-thrift-files.sh | 4 ++-- modules/distribution/airavata-client/src/main/resources/NOTICE | 2 +- modules/distribution/airavata-server/src/main/resources/NOTICE | 2 +- modules/distribution/xbaya-gui/src/main/resources/NOTICE | 2 +- modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index b7265be..563b4bc 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,4 @@ Apache Airavata -Copyright 2013 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/airavata-api/generate-thrift-files.sh ---------------------------------------------------------------------- diff --git a/airavata-api/generate-thrift-files.sh b/airavata-api/generate-thrift-files.sh index 659178c..51b2a80 100755 --- a/airavata-api/generate-thrift-files.sh +++ b/airavata-api/generate-thrift-files.sh @@ -184,7 +184,7 @@ rm -rf ${PHP_GEN_DIR} # Using thrify Java generator, generate the java classes based on Airavata API. This # The airavataAPI.thrift includes rest of data models. -thrift ${THRIFT_ARGS} --gen php ${THRIFT_IDL_DIR}/airavataAPI.thrift || fail unable to generate PHP thrift classes +thrift ${THRIFT_ARGS} --gen php:autoload ${THRIFT_IDL_DIR}/airavataAPI.thrift || fail unable to generate PHP thrift classes # For the generated java classes add the ASF V2 License header ## TODO Write PHP license parser @@ -197,7 +197,7 @@ copy_changed_files ${PHP_GEN_DIR} ${PHP_SDK_DIR} # Cleanup and Exit # #################### # CleanUp: Delete the base target build directory -rm -rf ${BASE_TARGET_DIR} +#rm -rf ${BASE_TARGET_DIR} echo "Successfully generated new sources, compared against exiting code and replaced the changed files" exit 0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/modules/distribution/airavata-client/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/modules/distribution/airavata-client/src/main/resources/NOTICE b/modules/distribution/airavata-client/src/main/resources/NOTICE index bef9655..fa7cba5 100644 --- a/modules/distribution/airavata-client/src/main/resources/NOTICE +++ b/modules/distribution/airavata-client/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Airavata -Copyright 2013 The Apache Software Foundation +Copyright 2014 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/modules/distribution/airavata-server/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/modules/distribution/airavata-server/src/main/resources/NOTICE b/modules/distribution/airavata-server/src/main/resources/NOTICE index bef9655..fa7cba5 100644 --- a/modules/distribution/airavata-server/src/main/resources/NOTICE +++ b/modules/distribution/airavata-server/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Airavata -Copyright 2013 The Apache Software Foundation +Copyright 2014 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/modules/distribution/xbaya-gui/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/modules/distribution/xbaya-gui/src/main/resources/NOTICE b/modules/distribution/xbaya-gui/src/main/resources/NOTICE index 61d74b8..431db59 100644 --- a/modules/distribution/xbaya-gui/src/main/resources/NOTICE +++ b/modules/distribution/xbaya-gui/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Airavata -Copyright 2013 The Apache Software Foundation +Copyright 2014 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/airavata/blob/ab1ab84a/modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE ---------------------------------------------------------------------- diff --git a/modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE b/modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE index 61d74b8..431db59 100644 --- a/modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE +++ b/modules/distribution/xbaya-gui/src/main/resources/jnlp/NOTICE @@ -1,5 +1,5 @@ Apache Airavata -Copyright 2013 The Apache Software Foundation +Copyright 2014 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
