Author: scooter
Date: 2012-05-01 13:40:09 -0700 (Tue, 01 May 2012)
New Revision: 29061
Modified:
core3/impl/trunk/group-data-impl/src/main/java/org/cytoscape/group/data/internal/CyActivator.java
Log:
Need to register the CyGroupAggregationManager service
Modified:
core3/impl/trunk/group-data-impl/src/main/java/org/cytoscape/group/data/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/group-data-impl/src/main/java/org/cytoscape/group/data/internal/CyActivator.java
2012-05-01 19:44:43 UTC (rev 29060)
+++
core3/impl/trunk/group-data-impl/src/main/java/org/cytoscape/group/data/internal/CyActivator.java
2012-05-01 20:40:09 UTC (rev 29061)
@@ -31,6 +31,7 @@
// Create the aggregation manager
CyGroupAggregationManager cyAggMgr =
new CyGroupAggregationManagerImpl(cyGroupManager);
+ registerService(bc,cyAggMgr,CyGroupAggregationManager.class, new
Properties());
// Get our Settings object
CyGroupSettingsImpl cyGroupSettings =
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.