Skip to content

Changes

Summary

  1. 511840: DefaultMarketplaceService should not require an id on each Node (details)
  2. 484487: Wizard fails to open in Neon (details)
  3. 509710: Error message on every 'unknown file type' opening (details)
  4. 493913: Add drag&drop support for favorites list URL (details)
  5. 493913: Add drag&drop support for favorites list URL (details)
  6. 493913: Add drag&drop support for favorites list URL (details)
  7. 493913: Add drag&drop support for favorites list URL (details)
  8. 493913: Add drag&drop support for favorites list URL (details)
  9. 511217: Open MPC directly on Favorites list (details)
  10. 511219: Provide Marketplace / Favorites commands for Quick Access (details)
  11. 493913: Add drag&drop support for favorites list URL (details)
  12. 493913: Add drag&drop support for favorites list URL (details)
  13. 511215: Make Favorites a central element (details)
  14. 511215: Make Favorites a central element (details)
  15. 511215: Make Favorites a central element (details)
  16. 511215: Make Favorites a central element (details)
  17. 493913: Add drag&drop support for favorites list URL (details)
  18. 493913: Add drag&drop support for favorites list URL (details)
  19. 511215: Make Favorites a central element (details)
  20. 511215: Make Favorites a central element (details)
  21. 511226: Use native HttpClient SPNEGO/Kerberos support for Windows (details)
  22. 511226: Use native HttpClient SPNEGO/Kerberos support for Windows (details)
  23. 511226: Use native HttpClient SPNEGO/Kerberos support for Windows (details)
  24. Bug 516347 - Fails to build against latest Oxygen I-builds (details)
  25. 511226: Use native HttpClient SPNEGO/Kerberos support for Windows (details)
  26. Bug 513306 - Improve Nature discovery (details)
  27. Update Maven build machinery. (details)
  28. Update Maven build machinery (details)
  29. 513306: Propose solutions for missing natures (details)
  30. 513306: Propose solutions for missing natures (details)
  31. 511226: Use native HttpClient SPNEGO/Kerberos support for Windows (details)
  32. 511551: UI tests broken on HIPP (details)
  33. Update Maven build machinery (details)
  34. Update Maven build machinery (details)
  35. Update Maven build machinery (details)
  36. 516612: IllegalArgumentException below MissingNatureDetector.<init> (details)
  37. 509710: Error message on every 'unknown file type' opening (details)
  38. [releng] Clarified HttpClient feature name and description (details)
  39. 502043: Add "marketplace" as a search term in the preferences dialog (details)
  40. 505819: Pop-up in Eclipse Neon 4.6 - Marketplace Suggestion (details)
  41. 513306: Propose solutions for missing natures (details)
  42. Bug 506302 - Improve marketplace discovery label (details)
  43. Fixed broken merge from 1.5_maintenance (details)
  44. Fixed broken merge from 1.5_maintenance (details)
  45. 516804: Icons and a better background color for user action entries (details)
  46. 511215: Make Favorites a central element (details)
  47. 511218: Provide a Favorites entry to the Eclipse Welcome Screen (details)
  48. 511216: Support central USS OAuth login in MPC (details)
Commit 7a24e454f0a20e92a18797e4ca424f787aeceba7 by Carsten Reckord
511840: DefaultMarketplaceService should not require an id on each Node

Query all nodes with ids en bloc, all with urls one at a time, and
reassemble results in the order of the passed node list.

Bug: 511840
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511840
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/DefaultMarketplaceServiceTest.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/DefaultMarketplaceService.java (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/Messages.java (diff)
Commit c02c80452d44aadb4dd516dbd7bdc96d0a36edfa by Carsten Reckord
484487: Wizard fails to open in Neon

Reverted workaround after fix was merged upstream in P2

Bug: 484487
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=484487
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java (diff)
Commit 0ab94e6755c839436b1d84ad5607b80ae47a4e50 by Carsten Reckord
509710: Error message on every 'unknown file type' opening

Only log the error instead of opening a popup

Bug: 509710
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509710
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/AskMarketPlaceForFileSupportStrategy.java (diff)
Commit e547eaf7467462ef89334f0ce83c49ed4e646b92 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Support opening Favorites import wizard with an initial URL

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
Commit 4b1af25c39fe9b3667a46f21b10e4398664c6635 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Command to open Favorites import directly for a given URL

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java (diff)
Commit cf0f0f080cb6e4bdc7e9feb987ade1aa4f281edb by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Show Import Favorites wizard for a specific URL, using command parameter

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java (diff)
Commit a0c632d0ed144d0da00d1cc2084d1e457e03928e by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Handle Favorite URLs in drop adapter by opening Import Favorites wizard

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceUrlHandler.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDropAdapter.java (diff)
Commit 14a499b7227d36aee126b063fed68fa8c9593715 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Expose Import Favorites through client service

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceClientService.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/IMarketplaceClientService.java (diff)
Commit 97fdb858c20e1a82accc25617f9646c55dcf43b4 by Carsten Reckord
511217: Open MPC directly on Favorites list

Bug: 511217
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511217
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ShowFavoritesCommand.java
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
Commit b0adc02c1d6d18f3bacb506f038961067d8b72fd by Carsten Reckord
511219: Provide Marketplace / Favorites commands for Quick Access

Command to show installed plug-ins in MPC

Bug: 511219
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511219
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ShowInstalledSolutionsCommand.java
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
Commit 09b16d44a0b9b49ba3c26ff5c50be32e1a0e6035 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Remember dialog bounds

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/Messages.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesActionLink.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizardDialog.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceWizardDialog.java (diff)
Commit 1502c8886be65813dacba10edb61db434bebeb34 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Don't provide external browse capabilities in Import Favorites. It would
require closing / reopening both the import wizard and its parent MPC
wizard and induce weird workflows between browser and wizard.

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceUrlHandler.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesDiscoveryItem.java (diff)
Commit 608a49ae2855e2afe08ca8e6533ec12cff6ed7fe by Carsten Reckord
511215: Make Favorites a central element

Select imported favorites for installation

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesActionLink.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java (diff)
Commit 194d4bd9cd105b39e8d1a738aea744d037bd0b81 by Carsten Reckord
511215: Make Favorites a central element

Handle selection updates properly

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesActionLink.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
Commit 62151f9b0c545c6af329e4fab6a476a91a50d72a by Carsten Reckord
511215: Make Favorites a central element

"Deselct all" action

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java (diff)
Commit 766261e5bd62a10809dc59e11b84473f843184cb by Carsten Reckord
511215: Make Favorites a central element

Make "Install all..." proceed to install

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java (diff)
Commit 43fbaa4044355c5136b226ec5431d22d4d6f5805 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Open marketplace wizard asynchronously

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
Commit 1f0110f26b18d493c0d351d11573ecb97c478329 by Carsten Reckord
493913: Add drag&drop support for favorites list URL

Handle drop requests on dialog directly without spawning a new dialog

Bug: 493913
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493913
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizardDialog.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceUrlHandler.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizardDialog.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java (diff)
Commit 87f6ba981ad171ae15011eba3fb0a3fb17c6b20d by Carsten Reckord
511215: Make Favorites a central element

Added Select/Deselect all buttons and a checkbox to toggle selection
for installation after import

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java (diff)
Commit e18e04b49d536f63855645f0fcae3a731fee53b9 by Carsten Reckord
511215: Make Favorites a central element

Show user notifications / actions in a nicer widget, and show some
popular entries below it, instead of an empty list, where that makes
sense

This replaces the sign-in, empty favorites, unsupported favorites,and
error retry entries with ones that have a similar structure to solution
entries and a highlighted background.

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java (diff)
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesLoginActionItem.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesFindFavoritesActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/Messages.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesActionLink.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/RetryErrorActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesUnsupportedActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java
Commit 9aa203b8a584f330464660c38024aa9af35caa19 by Carsten Reckord
511226: Use native HttpClient SPNEGO/Kerberos support for Windows

Wrapper feature for target platform inclusion of httpclient-win

Bug: 511226
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511226
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/.gitignore
The file was addedhttpclient-target-site/pom.xml
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/.gitignore
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.target/.gitignore
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/feature.properties
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/.project
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/feature.xml
The file was addedhttpclient-target-site/.gitignore
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/.project
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/build.properties
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.target/pom.xml
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/category.xml
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.target/.project
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.target/httpclient-target.target
Commit ead610d66f8f2ef326d3a1eb01eabe4e7efd1679 by Carsten Reckord
511226: Use native HttpClient SPNEGO/Kerberos support for Windows

Promotion scripts for HttpClient wrapper site

Bug: 511226
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511226
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/promote/promote.sh
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/promote/promote.properties
The file was addedhttpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/promote/update-composite.sh
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml (diff)
The file was modified httpclient-target-site/pom.xml (diff)
Commit aa613bb1be38482abe8a0f5e4f99c328ffcf2a4e by Carsten Reckord
511226: Use native HttpClient SPNEGO/Kerberos support for Windows

Include sources in HttpClient wrapper site

Bug: 511226
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511226
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.target/httpclient-target.target (diff)
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/category.xml (diff)
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml (diff)
The file was modified httpclient-target-site/pom.xml (diff)
The file was removedorg.eclipse.epp.mpc.feature/.cvsignore
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/feature.xml (diff)
Commit a632abd5ca6ae9249d7ce92fbb72b3dabb744179 by mat booth
Bug 516347 - Fails to build against latest Oxygen I-builds

Change-Id: I371b2347252a53dfa35b1509599120e5e941a2a3
Signed-off-by: Mat Booth <mat.booth@redhat.com>
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/AskMarketPlaceForFileSupportStrategy.java (diff)
Commit 9742c737c669ff2d6f0f43501661c7366b76c705 by Carsten Reckord
511226: Use native HttpClient SPNEGO/Kerberos support for Windows

- Configure native SPNEGO/Kerberos support if available
- Use HttpClient 4.5 API to simplify client configuration
- Include dependencies on our site
- Remove dependencies from main feature, but keep them on update site

Bug: 511226
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511226
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsInterceptor.java
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/DefaultCredentialsProviderInterceptor.java
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java (diff)
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/UserAgentUtil.java
The file was addedorg.eclipse.epp.mpc.core.win32/.project
The file was addedorg.eclipse.epp.mpc.core.win32/.gitignore
The file was addedorg.eclipse.epp.mpc.site/resources/p2.index
The file was modified org.eclipse.epp.mpc.site/category.xml (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientTransport.java (diff)
The file was addedorg.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/AbstractAddCredentialsProviderInterceptor.java
The file was addedorg.eclipse.epp.mpc.core.win32/OSGI-INF/l10n/bundle.properties
The file was addedorg.eclipse.epp.mpc.site/build.xml
The file was addedorg.eclipse.epp.mpc.core.win32/about.html
The file was addedorg.eclipse.epp.mpc.core.win32/META-INF/MANIFEST.MF
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsAuthenticationStrategy.java (diff)
The file was removedorg.eclipse.epp.mpc.site/index.html
The file was addedorg.eclipse.epp.mpc.core.win32/build.properties
The file was addedorg.eclipse.epp.mpc.dependencies.feature/pom.xml
The file was modified org.eclipse.epp.mpc.feature/feature.xml (diff)
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/SynchronizedCredentialsProvider.java (diff)
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.jdt.ui.prefs
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientCustomizer.java
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.ltk.core.refactoring.prefs
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.mylyn.team.ui.prefs
The file was addedorg.eclipse.epp.mpc.core.win32/pom.xml
The file was addedorg.eclipse.epp.mpc.site/resources/index.html
The file was addedorg.eclipse.epp.mpc.dependencies.feature/.gitignore
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.jdt.core.prefs
The file was modified org.eclipse.epp.mpc.tests/META-INF/MANIFEST.MF (diff)
The file was addedorg.eclipse.epp.mpc.dependencies.feature/build.properties
The file was addedorg.eclipse.epp.mpc.dependencies.feature/.forceQualifierUpdate
The file was modified pom.xml (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpContextInterceptor.java
The file was addedorg.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.pde.prefs
The file was addedorg.eclipse.epp.mpc.dependencies.feature/feature.properties
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientFactory.java
The file was addedorg.eclipse.epp.mpc.dependencies.feature/feature.xml
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was addedorg.eclipse.epp.mpc.dependencies.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
The file was modified org.eclipse.epp.mpc.tests/.settings/org.eclipse.jdt.core.prefs (diff)
The file was addedorg.eclipse.epp.mpc.core.win32/.options
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/SynchronizedCredentialsProviderInterceptor.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/ChainedCredentialsProvider.java (diff)
The file was addedorg.eclipse.epp.mpc.dependencies.feature/.project
The file was addedorg.eclipse.epp.mpc.dependencies.feature/about.html
The file was addedorg.eclipse.epp.mpc.core.win32/.settings/org.eclipse.mylyn.tasks.ui.prefs
The file was addedorg.eclipse.epp.mpc.dependencies.feature/.settings/org.eclipse.mylyn.team.ui.prefs
The file was addedorg.eclipse.epp.mpc.core.win32/OSGI-INF/services/httpclient-transport.xml
The file was addedorg.eclipse.epp.mpc.core.win32/.classpath
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/util/ServiceUtil.java (diff)
The file was modified org.eclipse.epp.mpc.site/pom.xml (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/ExecutorClientWrapper.java
The file was modified org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF (diff)
Commit 8814be8f723912df044b65d727f8e256a3d0dc63 by Carsten Reckord
Bug 513306 - Improve Nature discovery

* Use a preference (and page) to enable/disable lookup
* Log error instead of returning it (and showing error popup)
* List natures in pop-up

Change-Id: I969695da04786b274ad7e8f3b3137b114836fa7d
Signed-off-by: Mickael Istria <mistria@redhat.com>
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MissingNatureDetector.java (diff)
The file was modified .gitignore (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/ProjectNaturesPreferencePage.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/MPCPreferenceInitializer.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/Messages.java (diff)
Commit 4dae8deaf12abf4a3c5f6f1a450c6f11910fe04b by Carsten Reckord
Update Maven build machinery.

Tycho and various other maven plugins updated.

Change-Id: I41650059ccae3542f691865f604f6e2f36945489
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
The file was modified org.eclipse.epp.mpc-parent/pom.xml (diff)
The file was modified httpclient-target-site/pom.xml (diff)
Commit 769688f7710015065afa0bc23df522471d96b6cf by Carsten Reckord
Update Maven build machinery

- Small cleanup
The file was modified org.eclipse.epp.mpc-parent/feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/pom.xml (diff)
Commit 2d5c3d31f6ee5272b7a0e441fafb6328c778d863 by Carsten Reckord
513306: Propose solutions for missing natures

Refactored the job orchestration
- synchronization between triggerNatureLookup and showProposalsIfReady
was incomplete, allowing showProposalsIfReady() to proceed while
jobs were still being scheduled
- changed management of processed natures from Map to Set and managing
lookup jobs separately: we shouldn't hang on to finished jobs for
eternity
- also, old lookupJobs Map caused previous discovery results to be
included in all new lookups

Bug: 513306
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=513306
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MissingNatureDetector.java (diff)
Commit cd5fcde17432fde871a7a046bcb52f0e1c7a32f3 by Carsten Reckord
513306: Propose solutions for missing natures

Cleanup: with both file type and nature discovery in now, it makes sense
to have a dedicated discovery package.

Also, cleaned up/unified naming a bit and extracted several inner
classes

Bug: 513306
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=513306
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MissingNatureDetector.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/LookupByNatureJob.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/MissingNatureDetector.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsJob.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/MPCPreferenceInitializer.java (diff)
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/CollectMissingNaturesVisitor.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/AskMarketPlaceForFileSupportStrategy.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsDialog.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/AskMarketplaceForFileSupportStrategy.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/preferences/ProjectNaturesPreferencePage.java (diff)
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceOrAssociateDialog.java
Commit ccc592e7f1e4e5edff704c9dc9177345aa26c183 by Carsten Reckord
511226: Use native HttpClient SPNEGO/Kerberos support for Windows

Use correct update site for apache feature

Bug: 511226
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511226
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
Commit 76841c2d920ced00fcd9852649afc4f8341aa788 by Carsten Reckord
511551: UI tests broken on HIPP

- Skip tests that simulate clicks on SWT Link widgets on GTK3,
use property org.eclipse.epp.mpc.tests.gtk3=true to force-enable
these tests
- Try to force GTK2 use with environment variable on build server

Bug: 511551
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511551
The file was modified org.eclipse.epp.mpc.tests/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java (diff)
Commit dd19190229675a1d533c5bf78157993c0b12aef7 by Carsten Reckord
Update Maven build machinery

Update to Tycho 1.0 broke the site build on Hudson due to bug 512396.
Disable xzCompress in Tycho, we are compressing using Ant anyway.
The file was modified org.eclipse.epp.mpc.site/pom.xml (diff)
Commit 055d12c2bba55737f20977721316139e15eb5edd by Carsten Reckord
Update Maven build machinery

Don't rely on xmltask, it's not available in central. Use xslt instead.
The file was modified org.eclipse.epp.mpc-parent/pom.xml (diff)
The file was addedorg.eclipse.epp.mpc.site/p2content.xslt
The file was modified org.eclipse.epp.mpc.site/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.site/build.xml (diff)
Commit d9747de4c18502fb63e8ec5380b85d9e8984581e by Carsten Reckord
Update Maven build machinery

Fixed broken test pom.xml
The file was modified org.eclipse.epp.mpc.tests/pom.xml (diff)
Commit ffb32828a26f59eb3692fa9753e4ccf99673060b by Carsten Reckord
516612: IllegalArgumentException below MissingNatureDetector.<init> (thrown in InternalJobGroup.<init>)

Move JobGroup initialization into early startup to avoid nested bundle
activation from class loading.

Bug: 516612
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=516612
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/MissingNatureDetector.java (diff)
Commit 13e3ba0b908719118dcc605e0be2d03e7096be56 by Carsten Reckord
509710: Error message on every 'unknown file type' opening

Only log errors in the discovery job, but avoid bothering the user

Bug: 509710
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509710
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/Messages.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/LookupByNatureJob.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/messages.properties (diff)
Commit c4a10a366ed97df681626df618ae0ad829c26cae by Carsten Reckord
[releng] Clarified HttpClient feature name and description
The file was modified httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/feature.properties (diff)
Commit d080508723b4822668ce0fe0bef69a190efa1452 by Carsten Reckord
502043: Add "marketplace" as a search term in the preferences dialog

Bug: 502043
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=502043
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
Commit 40ca610fa4c2be8a09e59636f7d24b296bd2d11d by Carsten Reckord
505819: Pop-up in Eclipse Neon 4.6 - Marketplace Suggestion

Fixed dialog texts

Bug: 505819
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=505819
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/messages.properties (diff)
Commit a4bee297181f827d0628f5d53a72044e4a65c48f by Carsten Reckord
513306: Propose solutions for missing natures

Some more renaming to make naming of discovery participants more
consistent
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/LookupByNatureJob.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/MissingNatureDetector.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverNatureSupportJob.java
Commit a7d80ffdfc7f39275e5706d6ac36c7cccb7ef311 by Mickael Istria - away from work until June
Bug 506302 - Improve marketplace discovery label

Signed-off-by: Mickael Istria <mistria@redhat.com>
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/messages.properties (diff)
Commit 1ca67c843fdf4bf2a2bb92870f3133180dad1046 by Carsten Reckord
Fixed broken merge from 1.5_maintenance
The file was modified org.eclipse.epp.mpc-target/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/bundle/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests.catalog/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.help.ui/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.core/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests.catalog/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/pom.xml (diff)
Commit 8d0469a9ac507b72e7e3213c14ada739b471d312 by Carsten Reckord
Fixed broken merge from 1.5_maintenance

- missed manifests and features
The file was modified org.eclipse.epp.mpc.help.ui/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.feature/feature.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
Commit 3d9b71549301441b841a2f63d8782d4535288ccc by Carsten Reckord
516804: Icons and a better background color for user action entries

Added appropriate todos

Bug: 516804
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=516804
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesUnsupportedActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesFindFavoritesActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/RetryErrorActionItem.java (diff)
Commit 8a97514a2f3dba9bd67d63fa95a323e7cec746f3 by Carsten Reckord
511215: Make Favorites a central element

Added actions to USS Account menu

Bug: 511215
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511215
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties (diff)
Commit 07d1821d876f4f7154eb952d6ac0cac4244a933f by Carsten Reckord
511218: Provide a Favorites entry to the Eclipse Welcome Screen

Show "install favorites" banner the first time MPC is opened per
installation, or when triggered from the Welcome screen

Bug: 511218
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511218
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/Messages.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceClientUiPlugin.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/UserActionCatalogItem.java (diff)
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionLinksItem.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OpenFavoritesNotificationItem.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/messages.properties (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/icons/marketplace_banner.png
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java (diff)
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java (diff)
Commit d55d913d6ce7321f53ca889fb6a409c8f6626587 by Carsten Reckord
511216: Support central USS OAuth login in MPC

Use USS 1.1. Remove reflective compatibility layer to support old and
new USS releases.

Bug: 511216
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511216
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/MarketplaceStorageServiceRegistrationTest.java (diff)
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/USS11ExtendedOAuthStorageConfigurer.java
The file was modified org.eclipse.epp.mpc.core/META-INF/MANIFEST.MF (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/USS11NonInteractiveOAuthCredentialsProvider.java
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/USS11OAuthStorageConfigurer.java
The file was modified org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java (diff)
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/StorageConfigurer.java
The file was removedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/USS10StorageConfigurer.java
The file was addedorg.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/MPCOAuthParameters.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/MarketplaceStorageService.java (diff)