Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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

Back to the top