From d80e11571944c2b0afa547f1a7498b961e940f3b Mon Sep 17 00:00:00 2001 From: Stefan Kapferer Date: Fri, 6 Mar 2020 09:44:53 +0100 Subject: [PATCH] Add Eclipse Marketplace link --- _docs/faqs.md | 4 +++- _docs/getting-started-create-project.md | 11 ++++++++++- _docs/getting-started.md | 10 +++++++--- _docs/index.md | 6 +++++- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/_docs/faqs.md b/_docs/faqs.md index 35d15bd..8f843f4 100644 --- a/_docs/faqs.md +++ b/_docs/faqs.md @@ -6,7 +6,9 @@ permalink: /docs/faq/ Frequently asked questions: ### Where can I download the Eclipse Plugin? -Use the following Eclipse Update Site and install the plugin in Eclipse via *Help -> Install New Software...* (copy past the update site link) +Open the [Eclipse Marketplace](https://marketplace.eclipse.org/content/context-mapper) in Eclipse, search for "Context Mapper", and press "Install". + +Alternatively, use the following Eclipse update site and install the plugin in Eclipse via *Help -> Install New Software...* (copy past the update site link) Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/) diff --git a/_docs/getting-started-create-project.md b/_docs/getting-started-create-project.md index 7ed5956..4e4c8e7 100644 --- a/_docs/getting-started-create-project.md +++ b/_docs/getting-started-create-project.md @@ -12,7 +12,16 @@ includes the following first steps: 4. Create a file with the file extension **.cml** ## 1. Install Context Mapper Plugin -Follow this procedure to install the Context Mapper plugin: +The Context Mapper Eclipse plugin can be installed via the marketplace: +
([https://marketplace.eclipse.org/content/context-mapper](https://marketplace.eclipse.org/content/context-mapper)) + + 1. Open the marketplace in your Eclipse with the menu entry _Help -> Eclipse Marketplace..._ + 2. Search for "Context Mapper" + 3. Press "Install" on the Context Mapper plugin + +Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client + +Alternatively you can follow this procedure to install the plugin with our update site URL directly: 1. Open the plugin installation dialog in Eclipse with the menu entry _Help -> Install New Software..._ 2. Enter the following update site URL to the field _Work with:_ on the top of the dialog: diff --git a/_docs/getting-started.md b/_docs/getting-started.md index bb62c3f..272be3b 100644 --- a/_docs/getting-started.md +++ b/_docs/getting-started.md @@ -7,16 +7,20 @@ To model with Context Mapper you need our Eclipse Plugin providing the CML langu will be released in the future but is not ready yet. ## Install Context Mapper Eclipse Plugin -To start with Context Mapper install our Eclipse plugin by using the following **update site**: +To start with Context Mapper install our Eclipse plugin via the **Eclipse Marketplace** or by using our **update site**: -**[https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)** +**Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/)** + +**Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)** ### System Requirements To use the ContextMapper DSL Eclipse plugin you need the following tools: * [Java JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (JDK 8 or newer) * [Eclipse](https://www.eclipse.org/downloads/packages/) -* ContextMapper Eclipse Plugin (Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)) +* ContextMapper Eclipse Plugin + * Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/) + * Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/) * If you want to use our [Context Map generator](/docs/context-map-generator/) you need to have [Graphviz](https://www.graphviz.org/) installed on your system. * Ensure that the binaries are part of the _PATH_ environment variable and can be called from the terminal. * Especially on Windows this is not the case after the installation of [Graphviz](https://www.graphviz.org/). The default installation path is diff --git a/_docs/index.md b/_docs/index.md index 06dda71..4f526c6 100644 --- a/_docs/index.md +++ b/_docs/index.md @@ -8,7 +8,11 @@ Context Mapper is a modular and extensible modeling framework based on **Domain- The **[core component](/docs/language-reference/)** provides a DSL to create context maps based on these DDD patterns. The model behind the language and its semantic rules aim to formalize **our interpretation of the DDD patterns** and how they can be combined in a concise manner. -**Eclipse Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)** +**Eclipse Marketplace: [https://marketplace.eclipse.org/content/context-mapper/](https://marketplace.eclipse.org/content/context-mapper/)** + +**Update Site: [https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/](https://dl.bintray.com/contextmapper/context-mapping-dsl/updates/)** + +Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client ![Context Mapper Framework Components](/img/context-mapper-framework-components.png)