How to add plugins in dependencies in RTC eclipse client
Dear Team,
We Configured the plugin Development setup followed by the document RTC extension workshop. We installed RTC 6.0.5 eclipse client. it seems that while adding plugin dependencies some of the dependencies are missing.
The below mentioned dependencies are not available in plugin selection.
com.ibm.team.repository.service
com.ibm.team.process.service
com.ibm.team.workitem.service
org.apache.commons.lang(2.6.0)
Could you please assist us how to add these plugins.
Thanks.
One answer
The Extensions Workshop does not ask you to add server API dependencies to a client extension.
com.ibm.team.repository.service
com.ibm.team.process.service
com.ibm.team.workitem.service
is all server API
org.apache.commons.lang(2.6.0)
Is not server API, but also not RTC API, so not necessarily available, or available in that version.
Comments
Dear Ralph,
Thank you for your reply. we need to add these plugins in dependencies tab to develop a customized plugin.
Could you please tell me how to add these plugins .
Thanks.
You can only add these server plugin dependencies to server extensions that are developed using the RTC server SDK in the Server Workspace.