Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Migration of application from eclipse 2.x to eclipse 3.x


Emilio,

All the classes you mentioned were internal and not API. They were removed because, in 3.0, we added the Team Synchronize view and API to allow repository providers to integrate into the view. The Synchronize view and it's related API is described in the Eclipse ISV documentation available in the Eclipse Help.

Michael



"Emilio Almazán" <ealmazanm@xxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

15/01/2008 04:04 AM

Please respond to
Generic team support framework <platform-team-dev@xxxxxxxxxxx>

To
platform-team-dev@xxxxxxxxxxx
cc
Subject
[platform-team-dev] Migration of application from eclipse 2.x to        eclipse 3.x





Hi, We're adapting an application that worked under Eclipse plattform 2.x version and we need that application running on Eclipse plattform 3.x version.
Actually we have found in the following plugins:
  • org.eclipse.team.ui
  • org.eclipse.team.cvs.ui
some clasess that doesn't exist in Eclipse 3.x version.

Per example: CatchupReleaseViewer, TeamFile, SyncCompareInput, SyncAction, CVSSyncCompareInput, CVSCatchupReleaseViewer, CVSLocalCompareEditorInput, CompareWithRemoteAction, TagSelectionDialog..

We need to suply the old funcionality using new classes in the new plugins.

Thanks
_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev


Back to the top