Ravi Nori has uploaded a new change for review. Change subject: ovirt-reports: Add ReportsStatus to makefile ......................................................................
ovirt-reports: Add ReportsStatus to makefile Add ReportsStatus maven artifact to Makefile so it can be picked up by rpm build process Change-Id: I19ebc8063dc76195379da60bdd317639fe0b83ab Bug-Url: https://bugzilla.redhat.com/1037667 Signed-off-by: Ravi Nori <[email protected]> --- M Makefile M manifest/ovirt-reports-manifest.csv M reports/jars/ReportsStatus/pom.xml 3 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/93/22493/1 diff --git a/Makefile b/Makefile index e8b9708..e0226e5 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ EngineAuthentication \ ReportsLineBarChartTheme \ ReportsPieChartTheme \ + ReportsStatus \ WebadminLineBarChartTheme \ CustomOvirtReportsQueryManipulator \ $(NULL) diff --git a/manifest/ovirt-reports-manifest.csv b/manifest/ovirt-reports-manifest.csv index c14aff9..b9d78c9 100644 --- a/manifest/ovirt-reports-manifest.csv +++ b/manifest/ovirt-reports-manifest.csv @@ -2,6 +2,7 @@ ChartsCustomizers,,Chart Customization for oVirt Engine Reports,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy ReportsLineBarChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy ReportsPieChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy +ReportsStatus,,Reports Status Servlet,ASL,Nori Ravi,Self Jar,Us,,0,,compile\deploy WebadminLineBarChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy EngineAuthentication,,JRS Webadmin SSO Jar,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy CustomOvirtReportsQueryManipulator,,Custom oVirt Reports Query Manipulator,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy diff --git a/reports/jars/ReportsStatus/pom.xml b/reports/jars/ReportsStatus/pom.xml index 88237bd..1252098 100644 --- a/reports/jars/ReportsStatus/pom.xml +++ b/reports/jars/ReportsStatus/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>ovirt_engine_reports</groupId> - <artifactId>ReportStatus</artifactId> + <artifactId>ReportsStatus</artifactId> <packaging>jar</packaging> <version>3.3.0</version> <name>Report Status Servlet</name> -- To view, visit http://gerrit.ovirt.org/22493 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19ebc8063dc76195379da60bdd317639fe0b83ab Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
