Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Activate config/java plugin
......................................................................

packaging: setup: Activate config/java plugin

Fix for 61f3f8b334425fa10718657f10c040db07faa88b

Change-Id: Id4ca7789455d022c198f01d02a46c3580cec7016
Bug-Url: https://bugzilla.redhat.com/1188972
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
M 
packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/__init__.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/82/37582/1

diff --git 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/__init__.py
 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/__init__.py
index 4263413..d5d27fd 100644
--- 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/__init__.py
+++ 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/config/__init__.py
@@ -1,6 +1,6 @@
 #
 # ovirt-engine-setup -- ovirt engine setup
-# Copyright (C) 2013-2014 Red Hat, Inc.
+# Copyright (C) 2013-2015 Red Hat, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -24,6 +24,7 @@
 from . import firewall
 from . import jasper
 from . import jboss
+from . import java
 from . import protocols
 from . import sso
 from . import database
@@ -36,6 +37,7 @@
     firewall.Plugin(context=context)
     jasper.Plugin(context=context)
     jboss.Plugin(context=context)
+    java.Plugin(context=context)
     protocols.Plugin(context=context)
     sso.Plugin(context=context)
     database.Plugin(context=context)


-- 
To view, visit http://gerrit.ovirt.org/37582
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4ca7789455d022c198f01d02a46c3580cec7016
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to