What happen to com.ibm.team.xxx.service plug-ins in RTC 2.0?
![]()
Hello,
I am working on upgrading a plug-in solution we delivered to a customer that was developed with RTC 1.0.1. I am now trying to repackage the plug-in solution in RTC 2.0 (actually RTC 2.0.0.1) and I am getting unresolved imports. These worked fine in RTC 1.0.1. Where did the interface move to in RTC 2.0? The following import packages are now unresolved in the RTC 2.0 environment: com.ibm.team.process.service.IChangeEventHandler com.ibm.team.repository.service.AbstractService; com.ibm.team.workitem.service.IAuditableServer com.ibm.team.workitem.service.IWorkIteServer I did search in google and on the jazz.net and could not find were these are in RTC 2.0. It appears that all the '.service.' plug-ins were changed. Please advise. Thanks, Steve |
3 answers
![]() I am working on upgrading a plug-in solution we delivered to a They were not moved and their location is unchanged in RTC 2.0. -- Regards, Patrick Jazz Work Item Team |
![]()
Just a wild guess: Maybe your are requiring specific plug-in versions in
your project? -- Regards, Patrick Jazz Work Item Team |
![]() Just a wild guess: Maybe your are requiring specific plug-in versions in |