Updated Branches: refs/heads/master fadde578b -> 4ca3659ab
Rename sc to manager in setup.conf Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4ca3659a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4ca3659a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4ca3659a Branch: refs/heads/master Commit: 4ca3659ab62eda7df9e77751ea83abe755d1f7e9 Parents: fadde57 Author: Manula Thantriwatte <[email protected]> Authored: Tue Jan 7 15:40:16 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Tue Jan 7 15:40:16 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/conf/setup.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4ca3659a/tools/stratos-installer/conf/setup.conf ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index eb48637..4139c67 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -148,8 +148,8 @@ export as_mb_listen_port=$((5672 + $mb_port_offset)) # ---------------------------------------------------------------------------- # SM configuration # ---------------------------------------------------------------------------- -export sm_path=$stratos_path/"apache-stratos-sc-4.0.0-SNAPSHOT" -export sm_pack_path=$stratos_pack_path/"apache-stratos-sc-4.0.0-SNAPSHOT.zip" +export sm_path=$stratos_path/"apache-stratos-manager-4.0.0-SNAPSHOT" +export sm_pack_path=$stratos_pack_path/"apache-stratos-manager-4.0.0-SNAPSHOT.zip" export mysql_connector_jar=$stratos_pack_path/"mysql-connector-java-5.1.25.jar" #mysql connector jar file name export userstore_db_hostname="$stratos_domain"
