Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Associate an existing project with a repo provider

Thanks for clarifying this! The RepositoryProvider.map(project, providerid) method is only supposed to be used by the plugin supplying the repo provider. The Javadoc for RepositoryProvider.map states: "Instantiate a new RepositoryProvider with concrete class by given providerID and associate it with project.". Maybe the usage intention could be clearified?

Anyhow I've added a bugzilla enhancment request for a public 3rd API  (https://bugs.eclipse.org/bugs/show_bug.cgi?id=138641).

//Per


On 4/26/06, Michael Valenta <Michael_Valenta@xxxxxxxxxx > wrote:

Per,

The RepositoryProvider.map(...) method is intended to be used by repository provider plugins (e.g. CVS) and not 3rd parties. If you are asking if there is 3rd party API for associating a project with a repository, then the answer is no.

Michael



"Per Böckman" <dev2null@xxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

04/26/2006 07:06 AM

Please respond to
Generic team support framework

To
platform-team-dev@xxxxxxxxxxx
cc

Subject
[platform-team-dev] Associate an existing project with a repo        provider







Hi,

I don't know if this is the correct forum for team-api questions but I'd like to know if there is an API for associating an existing eclipse project with a repository provider, e.g. is RepositoryProvider.map(...) supposed to work that way?

Regards,
Per_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev


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




Back to the top