Skip to content

Commit

Permalink
Use add ons manager 1.0.0-alpha-4 and its new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aheritier committed Jun 6, 2014
1 parent ad5b4e1 commit 2e04284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _functions.sh
Expand Up @@ -191,7 +191,7 @@ initialize_product_settings() {
env_var "DEPLOYMENT_APPSRV_TYPE" "tomcat" #Server type
env_var "DEPLOYMENT_APPSRV_VERSION" "6.0.35" #Default version used to download additional resources like JMX lib
env_var "DEPLOYMENT_MYSQL_DRIVER_VERSION" "5.1.25" #Default version used to download additional mysql driver
env_var "DEPLOYMENT_ADDONS_MANAGER_VERSION" "1.0.0-alpha-3" #Add-ons Manager to use
env_var "DEPLOYMENT_ADDONS_MANAGER_VERSION" "1.0.0-alpha-4" #Add-ons Manager to use

env_var "DEPLOYMENT_CRASH_ENABLED" false

Expand Down
2 changes: 1 addition & 1 deletion _functions_plf.sh
Expand Up @@ -90,7 +90,7 @@ do_install_addons() {
echo_info "Installing PLF add-ons ..."
_addons=$(echo $DEPLOYMENT_ADDONS | tr "," "\n")
for _addon in $_addons; do
${DEPLOYMENT_DIR}/addons.sh --install ${_addon} --force
${DEPLOYMENT_DIR}/addons.sh install ${_addon} --force
done
echo_info "Done."
fi
Expand Down

0 comments on commit 2e04284

Please sign in to comment.