Repository: incubator-stratos Updated Branches: refs/heads/master 60d971f1e -> 1486c29ae
Update JMSOutputAdaptor.xml inside stratos_extract_path Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1486c29a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1486c29a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1486c29a Branch: refs/heads/master Commit: 1486c29ae11918fcc7c9b14802d62092c8a2ce2d Parents: 60d971f Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Thu Apr 3 11:12:50 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Thu Apr 3 11:12:50 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/stratos-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1486c29a/tools/stratos-installer/stratos-setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/stratos-setup.sh b/tools/stratos-installer/stratos-setup.sh index d4b812f..87ca410 100755 --- a/tools/stratos-installer/stratos-setup.sh +++ b/tools/stratos-installer/stratos-setup.sh @@ -444,12 +444,12 @@ function cep_setup() { test -d "$cep_xml_path/eventformatters" || mkdir -p "$cep_xml_path/eventformatters" && cp -f $cep_artifacts_path/eventformatters/*.xml $cep_xml_path/eventformatters/ cp -f $cep_artifacts_path/streamdefinitions/*.xml $cep_conf_path/ - sed -i "s@MB_HOSTNAME:MB_LISTEN_PORT@$mb_ip:$mb_port@g" $cep_xml_path/outputeventadaptors/JMSOutputAdaptor.xml - pushd $stratos_extract_path echo "In outputeventadaptors" sed -i "s@CEP_HOME@$stratos_extract_path@g" repository/deployment/server/outputeventadaptors/JMSOutputAdaptor.xml + sed -i "s@MB_HOSTNAME:MB_LISTEN_PORT@$mb_ip:$mb_port@g" repository/deployment/server/outputeventadaptors/JMSOutputAdaptor.xml + echo "In repository/conf/siddhi/siddhi.extension" test -d "repository/conf/siddhi" || mkdir -p "repository/conf/siddhi" && touch repository/conf/siddhi/siddhi.extension
