Repository: incubator-stratos Updated Branches: refs/heads/master 1a825faaf -> 8557675ee
Remove ActiveMQ client jar validation|Installation Signed-off-by: Manula Thantriwatte <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/8557675e Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/8557675e Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/8557675e Branch: refs/heads/master Commit: 8557675ee3fa9d5d68febca8801ec3c838f5c036 Parents: 1a825fa Author: Dinesh Bandara <[email protected]> Authored: Sun Apr 6 18:52:16 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Mon Apr 7 09:51:36 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8557675e/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index ed19f0f..49b06b0 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -31,7 +31,6 @@ export LOG=$log_path/stratos-setup.log profile="default" config_mb="true" -activemq_client_libs=(activemq-broker-5.8.0.jar activemq-client-5.8.0.jar geronimo-j2ee-management_1.1_spec-1.0.1.jar geronimo-jms_1.1_spec-1.1.1.jar hawtbuf-1.2.jar) auto_start_servers="false" function help { @@ -127,17 +126,6 @@ function general_setup() { sed -i "s@MB_HOSTNAME:MB_LISTEN_PORT@$mb_ip:$mb_port@g" repository/conf/jndi.properties popd - for activemq_client_lib in "${activemq_client_libs[@]}" - do - cp -f $stratos_packs/$activemq_client_lib $stratos_extract_path/repository/components/lib/ - done -} - -function activemq_validate() { - if [[ ! -f $activemq_pack ]]; then - echo "Please copy the activemq zip to the stratos pack folder and update the JAR name in conf/setup.conf file" - exit 1 - fi } @@ -504,7 +492,6 @@ elif [[ $profile = "sm" ]]; then sm_conf_validate else echo "In default profile CEP will be configured." - activemq_validate cc_conf_validate as_conf_validate sm_conf_validate
