redmine-mylyn-plugin icon indicating copy to clipboard operation
redmine-mylyn-plugin copied to clipboard

Update site and mylyn connector discovery

Open zulus opened this issue 11 years ago • 5 comments

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? ;)

zulus avatar Jul 03 '14 09:07 zulus

Looks good - I'll check this.

ljader avatar Aug 20 '14 12:08 ljader

Do you need help with that?

zulus avatar Jul 05 '15 21:07 zulus

@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.

ljader avatar Aug 31 '15 06:08 ljader

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:

  • https://github.com/pdt-eg/p2-mirror-dev/blob/gh-pages/compositeArtifacts.xml
  • https://github.com/pdt-eg/p2-mirror-dev/blob/gh-pages/compositeContent.xml
  • https://github.com/pdt-eg/p2-mirror-dev/blob/gh-pages/p2.index

zulus avatar Aug 31 '15 07:08 zulus

Ping?

zulus avatar Oct 28 '15 11:10 zulus