You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2013/02/01 04:46:43 UTC

[4/12] git commit: refs/heads/events-framework - remove the test event subscriber

remove the test event subscriber


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e2114993
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e2114993
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e2114993

Branch: refs/heads/events-framework
Commit: e211499313dfed41e0b7b3f84ab15a422b33793e
Parents: 9ed8da7
Author: Murali Reddy <mu...@citrix.com>
Authored: Thu Jan 31 21:48:09 2013 +0530
Committer: Murali Reddy <mu...@citrix.com>
Committed: Thu Jan 31 21:48:09 2013 +0530

----------------------------------------------------------------------
 .../configuration/DefaultComponentLibrary.java     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e2114993/server/src/com/cloud/configuration/DefaultComponentLibrary.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/configuration/DefaultComponentLibrary.java b/server/src/com/cloud/configuration/DefaultComponentLibrary.java
index f962266..91a9a5b 100755
--- a/server/src/com/cloud/configuration/DefaultComponentLibrary.java
+++ b/server/src/com/cloud/configuration/DefaultComponentLibrary.java
@@ -463,7 +463,6 @@ public class DefaultComponentLibrary extends ComponentLibraryBase implements Com
         addManager("TaggedResourcesManager", TaggedResourceManagerImpl.class);
         addManager("Site2SiteVpnManager", Site2SiteVpnManagerImpl.class);
         addManager("QueryManager", QueryManagerImpl.class);
-        addManager("EventNotificationsSubscriber", EventNotificationSubscriberImpl.class);
     }
 
     @Override