Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » RepositoryProvider and move project
icon9.gif  RepositoryProvider and move project [message #663684] Wed, 06 April 2011 08:13
Mikael Petterson is currently offline Mikael PettersonFriend
Messages: 158
Registered: July 2009
Senior Member
Hi,

I have read:

Platform Plug-in Developer Guide > Programmer's Guide > Team support

Repository providers

So my idea to share project is:

In my Sharewizard method:

public boolean performFinish()
// Register the project with Team. It is a cc project.
RepositoryProvider.map(project, ClearCaseProvider.ID);

Now when project is recognized as a clearcase project ( but not stored in vob) I will use:

IProject.move(...) to move project to vob location.

If I call the move will the IMoveDeleteHook inteface method moveProject() for my RepositoryProvider be called?

Please I really need some input on this one.

br,

//mike
Previous Topic:Refreshing a Markers view
Next Topic:Debugging C++ in Eclipse very slow
Goto Forum:
  


Current Time: Thu Mar 28 11:17:51 GMT 2024

Powered by FUDForum. Page generated in 0.02562 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top