redmine-mylyn-plugin
redmine-mylyn-plugin copied to clipboard
Update site and mylyn connector discovery
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? ;)
Looks good - I'll check this.
Do you need help with that?
@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.
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
Ping?