diff --git a/lr b/lr index c2057cb..42a509c 100644 --- a/lr +++ b/lr @@ -8,6 +8,14 @@ function lr bl) (jr && modules/apps/portal-language/portal-language-all && gw buildLang) ;; + kill) + pkill -9 -f Liferay + psql -c 'drop schema ce cascade;' -c 'create schema authorization ce;' postgres postgres + (jr && rm -rf ../bundles/data && rm -rf ../bundles/osgi/state) + ;; + killdaemon) + pkill -9 -f gradle + ;; sf|fs) (jr && cd portal-impl && ant format-source) ;;