ljader / redmine-mylyn-plugin

Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
71 stars 48 forks source link

Update site and mylyn connector discovery #44

Open zulus opened 10 years ago

zulus commented 10 years ago

Can you create update site (can be hosted on bintray.com), and register it on eclipse Market Place for easier installation via Mylyn Connector Discovery? ;)

ljader commented 10 years ago

Looks good - I'll check this.

zulus commented 9 years ago

Do you need help with that?

ljader commented 9 years ago

@zulus I've some doubts about bundling AspectJ Runtime into P2 repository.

Do you know a way to NOT do that and to INCLUDE an url to AJDT P2 site with generated p2 site?

I've read about p2.inf but I havent found time to do some proper tests.

zulus commented 9 years ago

The easiest way is a compositeRepository: https://wiki.eclipse.org/Equinox/p2/Composite_Repositories_%28new%29

On github you can put static compositeContent.xml / compositeArtifacts.xml / p2.index files.

First embedded repository will be off course your plugin repository, others can be copied from here: http://redmin-mylyncon.sourceforge.net/update-site/associate-sites.xml

In same way main eclipse repositories are prepared. As an example see p2-dev.pdt-extensions.org repository:

zulus commented 8 years ago

Ping?