Added cloud script template to distribution
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/fe7bc1fc Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/fe7bc1fc Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/fe7bc1fc Branch: refs/heads/develop Commit: fe7bc1fcaef59bb5df73700f175ce45c99e8d6ac Parents: 9f3810e Author: Shameera Rathnayaka <[email protected]> Authored: Mon Nov 7 14:58:17 2016 -0500 Committer: Shameera Rathnayaka <[email protected]> Committed: Mon Nov 7 14:58:17 2016 -0500 ---------------------------------------------------------------------- modules/distribution/src/main/assembly/bin-assembly.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/fe7bc1fc/modules/distribution/src/main/assembly/bin-assembly.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/src/main/assembly/bin-assembly.xml b/modules/distribution/src/main/assembly/bin-assembly.xml index 971bba0..b6e589b 100644 --- a/modules/distribution/src/main/assembly/bin-assembly.xml +++ b/modules/distribution/src/main/assembly/bin-assembly.xml @@ -112,6 +112,7 @@ <include>LSF_Groovy.template</include> <include>UGE_Groovy.template</include> <include>FORK_Groovy.template</include> + <include>CLOUD_Groovy.template</include> <include>gsissh.properties</include> <include>airavata.jks</include> <include>client_truststore.jks</include>
