Alexander Wels has uploaded a new change for review. Change subject: engine: rename gwt-extension. ......................................................................
engine: rename gwt-extension. - Renamed gwt-extension.jar to ovirt-gwt-extension.jar Change-Id: Ic53dbae3a56e0a3451c295e05f358a8cc782df4e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1013752 Signed-off-by: Alexander Wels <[email protected]> --- M frontend/webadmin/modules/gwt-extension/pom.xml M frontend/webadmin/modules/pom.xml 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/26045/1 diff --git a/frontend/webadmin/modules/gwt-extension/pom.xml b/frontend/webadmin/modules/gwt-extension/pom.xml index dc40995..a24d1cf 100644 --- a/frontend/webadmin/modules/gwt-extension/pom.xml +++ b/frontend/webadmin/modules/gwt-extension/pom.xml @@ -6,7 +6,7 @@ <artifactId>webadmin-modules</artifactId> <version>3.5.0-SNAPSHOT</version> </parent> - <artifactId>gwt-extension</artifactId> + <artifactId>ovirt-engine-gwt-extension</artifactId> <packaging>jar</packaging> <name>Extensions for GWT</name> <properties> diff --git a/frontend/webadmin/modules/pom.xml b/frontend/webadmin/modules/pom.xml index d757166..9fb1f62 100644 --- a/frontend/webadmin/modules/pom.xml +++ b/frontend/webadmin/modules/pom.xml @@ -161,7 +161,7 @@ <!-- Add gwt-extension aspects to GWT compiler classpath --> <dependency> <groupId>${engine.groupId}</groupId> - <artifactId>gwt-extension</artifactId> + <artifactId>ovirt-engine-gwt-extension</artifactId> <version>${engine.version}</version> </dependency> </dependencies> -- To view, visit http://gerrit.ovirt.org/26045 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic53dbae3a56e0a3451c295e05f358a8cc782df4e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
