Alon Bar-Lev has uploaded a new change for review. Change subject: build: pack gwt-symbols within jar minor cleanup ......................................................................
build: pack gwt-symbols within jar minor cleanup Change-Id: I2dbc3224b81c26a1a32b2fb2f021a7744d9e7d9e Signed-off-by: Alon Bar-Lev <[email protected]> --- M Makefile 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/39219/1 diff --git a/Makefile b/Makefile index 0788ceb..bf77b1d 100644 --- a/Makefile +++ b/Makefile @@ -448,8 +448,7 @@ EXCLUDE="$$(echo $$(find packaging/dbscripts \( -name '*.scripts.md5' -or -name '*.schema' -or -name '*.log' \)))" install-gwt-symbols: - install -d -m 0755 "$(DESTDIR)$(DATA_DIR)/gwt-symbols/webadmin" - install -d -m 0755 "$(DESTDIR)$(DATA_DIR)/gwt-symbols/userportal" + install -d -m 0755 "$(DESTDIR)$(DATA_DIR)/gwt-symbols" find "$(MAVEN_OUTPUT_DIR)" -name 'frontend-symbols-*.jar' -not -name '*-tests.jar' -type f | grep -v tmp.repos | xargs -ijar -r -n 1 unzip -q -o -d "$(DESTDIR)$(DATA_DIR)/gwt-symbols" jar -x 'META-INF/*' install-layout: \ -- To view, visit https://gerrit.ovirt.org/39219 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2dbc3224b81c26a1a32b2fb2f021a7744d9e7d9e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
