Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: use war name regardless of package name ......................................................................
packaging: setup: use war name regardless of package name Change-Id: Id8d87d04039cc61138e2524a0caf1021bd353560 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/conf/jasper-master.properties.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/26/24826/1 diff --git a/packaging/conf/jasper-master.properties.in b/packaging/conf/jasper-master.properties.in index fadfa3d..57e4c66 100644 --- a/packaging/conf/jasper-master.properties.in +++ b/packaging/conf/jasper-master.properties.in @@ -18,7 +18,8 @@ # web app name # (set one of these to deploy to a non-default war file name) -webAppNameCE=@PACKAGE_NAME@ +webAppNameCE=ovirt-engine-reports +webAppNamePro=ovirt-engine-reports # Database maven.jdbc.groupId=postgresql -- To view, visit http://gerrit.ovirt.org/24826 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8d87d04039cc61138e2524a0caf1021bd353560 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
