Daniel Erez has uploaded a new change for review. Change subject: webadmin: fix debug URI in pom.xml ......................................................................
webadmin: fix debug URI in pom.xml Following product URIs rearranging, modified webadmin debug URI accordingly (used for GWT devmode plugin). Change-Id: Idb2e53c97d9afbfa2681975f7fc7f9ed3248c73f Signed-off-by: Daniel Erez <de...@redhat.com> --- M frontend/webadmin/modules/webadmin/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/20819/1 diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index c403cd3..f812a6b 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -214,7 +214,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> <configuration> - <runTarget>webadmin/WebAdmin.html</runTarget> + <runTarget>ovirt-engine/webadmin/WebAdmin.html</runTarget> <module>org.ovirt.engine.ui.webadmin.WebAdmin</module> <webappDirectory>${project.build.directory}/generated-gwt</webappDirectory> </configuration> -- To view, visit http://gerrit.ovirt.org/20819 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idb2e53c97d9afbfa2681975f7fc7f9ed3248c73f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches