RTC plugin component Developments
See Env setup Create Plug-in Open IDE(Eclipse) Create a new Plug-in Development-> Plug-in Project Fill out the second dialog as follows, and select Next. Fill out the second dialog as follows, and select Finish. Open MANIFEST.MF or Plugin.xml file for your project From the Overview tab select This plug-in is a singleton. Save this file. From the Dependencies tab, select the Add… button. Add the following four plug-ins to the list. After adding, save the file com.ibm.team.process.common com.ibm.team.process.service com.ibm.team.workitem.common com.ibm.team.repository.common these are the few dependencies, for others functionality you may have to add others dependencies. Like for SCM you have to add * scm.common and * scm.service repository.common and repository.service Search for available .service and .common and add ...