Skip to content
Success

Changes

Summary

  1. [578422] Extend subscriber retrieval through extension points (details)
  2. Bump version to 3.3.18 (details)
  3. [578422] Export all remaining packages from compare.ide.ui plugin (details)
  4. Open internal API to change the set of loadable storages (details)
Commit cdf1917ac41c0d865e12aaf78534fb6c9be3cac3 by Martin Fleck
[578422] Extend subscriber retrieval through extension points

- Manage providers in registry and expose registry through UI plugin
- Providers can map from comparison input data to Team subscriber
- Providers may be ranked to allow for easier execution control
- Use previous subscriber retrieval behavior in new subscriber provider

Bug: 578422
Change-Id: Ifd1dc9e7d5dbc19cdd2f9c1d6899ea1049475845
Signed-off-by: Martin Fleck <mfleck@eclipsesource.com>
The file was addedplugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/subscriber/TeamSubscriberProvider.java
The file was addedplugins/org.eclipse.emf.compare.ide.ui/schema/subscriberProvider.exsd
The file was addedplugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/subscriber/SubscriberProviderRegistry.java
The file was addedplugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/subscriber/SubscriberProviderDescriptor.java
The file was addedplugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/subscriber/SubscriberProviderRegistryListener.java
The file was modified plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/logical/ComparisonScopeBuilder.java (diff)
The file was addedplugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/subscriber/ISubscriberProvider.java
The file was modified plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/EMFCompareIDEUIPlugin.java (diff)
The file was modified plugins/org.eclipse.emf.compare.ide.ui/plugin.xml (diff)
Commit 418288347df460bb7e6d4cffcfb7be2438d2b39e by Laurent Goubet
Bump version to 3.3.18

Change-Id: I238a4c2063e50746c5ffe5941901206d943b74d9
The file was modified plugins/org.eclipse.emf.compare.doc/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.gmf-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.ide.ui-feature/feature.xml (diff)
The file was modified org.eclipse.emf.compare-parent/bundle-parent/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.rcp.ui-feature/feature.xml (diff)
The file was modified plugins/org.eclipse.emf.compare.doc/META-INF/MANIFEST.MF (diff)
The file was modified packaging/org.eclipse.emf.compare-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.uml2-feature/feature.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.ecoretools-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.sirius-feature/feature.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.egit-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.sirius-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.ide.ui-feature/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare-feature/feature.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.gmf-feature/feature.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.diagram.ecoretools-feature/feature.xml (diff)
The file was modified org.eclipse.emf.compare-parent/test-parent/pom.xml (diff)
The file was modified org.eclipse.emf.compare-parent/feature-parent/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.gendoc/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.uml2-feature/pom.xml (diff)
The file was modified org.eclipse.emf.compare-parent/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.update.extras/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.update/pom.xml (diff)
The file was modified packaging/org.eclipse.emf.compare.egit-feature/feature.xml (diff)
Commit 2d4ffdf11186f2fcf9744f0b4b03b6ba1c0dbd8b by Martin Fleck
[578422] Export all remaining packages from compare.ide.ui plugin

Bug: 578422
Change-Id: I4ebbb8ff1ed5d57402176847191dab2d840128ea
Signed-off-by: Martin Fleck <mfleck@eclipsesource.com>
The file was modified plugins/org.eclipse.emf.compare.ide.ui/META-INF/MANIFEST.MF (diff)
Commit 79dc341a05e33fe9f9d2fe52ce146aa756d04f71 by Laurent Goubet
Open internal API to change the set of loadable storages

Change-Id: I886d986943a5b81aa1d93d4f837e40262cef0980
The file was modified plugins/org.eclipse.emf.compare.ide/src/org/eclipse/emf/compare/ide/internal/utils/NotLoadingResourceSet.java (diff)