Repository: incubator-stratos Updated Branches: refs/heads/master 742b189d8 -> 0955f29f6
removing cep config from 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/0955f29f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/0955f29f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/0955f29f Branch: refs/heads/master Commit: 0955f29f61fabd729122126caea88f41fdf66ac6 Parents: 742b189 Author: Pradeep Fernando <[email protected]> Authored: Thu Apr 3 15:26:48 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Thu Apr 3 15:26:48 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/conf/stratos-setup.conf | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0955f29f/tools/stratos-installer/conf/stratos-setup.conf ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/conf/stratos-setup.conf b/tools/stratos-installer/conf/stratos-setup.conf index 43058c9..2abcb3e 100644 --- a/tools/stratos-installer/conf/stratos-setup.conf +++ b/tools/stratos-installer/conf/stratos-setup.conf @@ -101,10 +101,3 @@ export userstore_db_schema="userstore" export userstore_db_port="3306" export userstore_db_user="root" export userstore_db_pass="root" - - -# CEP configuration -# ---------------------------------------------------------------------------- -export cep_artifacts_path= #Folder path containing cep artifacts files -export cep_extension_jar=$stratos_packs/"org.apache.stratos.cep.extension-1.0.0-SNAPSHOT.jar" # cep extensions jar file name -
