Skip to content

Changes

Summary

  1. [RelEng] Prepare target platform for final release (details)
  2. Bug 536589: Add support of new uriScheme extension point (details)
  3. Bumped version to 1.8 (details)
  4. Bug 536589: Add support of new uriScheme extension point (details)
Commit 25d72e24b690830dd66bf900a35da03e68afc212 by Carsten Reckord
[RelEng] Prepare target platform for final release
Change-Id: I8fd05c70012d71d8fc55812ab4476a4e82736aa5
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was modified org.eclipse.epp.mpc-target/latest.target (diff)
Commit d3f7612cc1a57533c0e4bb6c5777ebe2ac73801a by Matthias Becker
Bug 536589: Add support of new uriScheme extension point
This adds an uri scheme handler for the custom uri scheme
"eclipse-mpc".
Marketplace client currently get's URLs in the form
http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=311881
"eclipse-mpc"-URLs are exactly the same only the "http" is exchanged
with "eclipse.-mpc". The idea is that the marketplace website renders
links with the "eclipse-mpc" URI scheme.
The implementation is quite easy. It just replaces the "eclipse-mpc"
back to "https" and just calls the existing facilities in the
MarketplaceUrlHandler class.
Change-Id: I6934c35e0188288ffa6962bf0d6f62e369e9a05c Signed-off-by:
Matthias Becker <ma.becker@sap.com>
The file was modified org.eclipse.epp.mpc.ui/plugin.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketPlaceUirSchemeHandler.java
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was modified org.eclipse.epp.mpc.tests/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc-target/staging.target (diff)
The file was modified org.eclipse.epp.mpc.core/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/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.ui.css/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc-target/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.help.ui/META-INF/MANIFEST.MF (diff)
The file was modified pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/bundle/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.dependencies.feature/feature.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.site/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.tests.catalog/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui.css/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.core.win32/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.dependencies.feature/pom.xml (diff)
The file was modified org.eclipse.epp.mpc-parent/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.ui/pom.xml (diff)
The file was modified org.eclipse.epp.mpc.core.win32/META-INF/MANIFEST.MF (diff)
The file was modified org.eclipse.epp.mpc.tests/pom.xml (diff)
Commit 99a7714f4bff9db028b7f84a436a3dd716bfe610 by Carsten Reckord
Bug 536589: Add support of new uriScheme extension point
Refactored URI handling for both d&d and uriScheme handler.
- changed custom uriScheme to eclipse+mpc
- d&d also supports the custom scheme now
- cleaned up and refactored uri handling
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUriSchemeHandler.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUrlUtil.java
The file was removedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketPlaceUirSchemeHandler.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MpcProtocolFavoritesUrlHandler.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/UrlHandlerStrategy.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/mpc/ui/MarketplaceUrlHandler.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpSolutionUrlHandler.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/mpc/core/service/QueryHelper.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)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/AbstractMpcProtocolUrlHandler.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/FavoritesUrlHandler.java
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/HttpFavoritesUrlHandler.java
The file was modified org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/DefaultMarketplaceService.java (diff)
The file was addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/SolutionUrlHandler.java
The file was modified org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDropAdapter.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 addedorg.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MpcProtocolSolutionUrlHandler.java