Author: kono
Date: 2012-12-06 16:50:43 -0800 (Thu, 06 Dec 2012)
New Revision: 30916
Modified:
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
Log:
Table import manager service was accidentally removed. Now it is restored.
Modified:
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
2012-12-07 00:23:11 UTC (rev 30915)
+++
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
2012-12-07 00:50:43 UTC (rev 30916)
@@ -64,5 +64,7 @@
registerServiceListener(bc, unifiedNetworkImportDialog,
"addClient", "removeClient",
WebServiceClient.class);
+ registerServiceListener(bc, unifiedTableImportDialog,
"addClient", "removeClient",
+ WebServiceClient.class);
}
}
--
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.