Repository: incubator-stratos Updated Branches: refs/heads/master 29b53b382 -> eea6c6dee
fixing a typo of a variable Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/eea6c6de Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/eea6c6de Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/eea6c6de Branch: refs/heads/master Commit: eea6c6dee64a959d7f753b923748bba724d77e1f Parents: 29b53b3 Author: Nirmal Fernando <[email protected]> Authored: Sat Mar 29 13:11:11 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Mar 29 13:11:11 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/conf/stratos-setup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eea6c6de/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 a29047c..43058c9 100644 --- a/tools/stratos-installer/conf/stratos-setup.conf +++ b/tools/stratos-installer/conf/stratos-setup.conf @@ -106,5 +106,5 @@ export userstore_db_pass="root" # CEP configuration # ---------------------------------------------------------------------------- export cep_artifacts_path= #Folder path containing cep artifacts files -export cep_extension_jar=$stratos_pack/"org.apache.stratos.cep.extension-1.0.0-SNAPSHOT.jar" # cep extensions jar file name +export cep_extension_jar=$stratos_packs/"org.apache.stratos.cep.extension-1.0.0-SNAPSHOT.jar" # cep extensions jar file name
