Skip to content

Commit

Permalink
Update the Eclipse update site links (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka authored Jun 9, 2023
1 parent 60dcbaf commit ba60728
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _docs/getting-started-create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can use Context Mapper in Eclipse, Visual Studio Code, or the online IDE Git
* Alternatively, you can follow this procedure to install the plugin from 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:
<br/>[https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
<br/>[https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)
3. Select the two features _ContextMappingDSL_ and _ContextMappingDSL (Sources)_ and continue with _Next_.
4. Finish the plugin installation by completing the wizard.

Expand Down
2 changes: 1 addition & 1 deletion _docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Or search for "Context Mapper" in the extension view of your visual studio code.
To start using Context Mapper in Eclipse, please install the plugin via the **Eclipse Marketplace** or our **update site**:

**Eclipse Marketplace: [Context Mapper](https://marketplace.eclipse.org/content/context-mapper/)**
* Alternatively you can use the following update site URL for manual installation in Eclipse: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
* Alternatively you can use the following update site URL for manual installation in Eclipse: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)

## Online IDE (Gitpod)
In case your project is hosted by GitHub, you can use [Gitpod](https://www.gitpod.io/) as online IDE. Our VS Code extension is published to the [Open VSX Registry](https://open-vsx.org/extension/contextmapper/context-mapper-vscode-extension) and can be found in the extensions in your [Gitpod](https://www.gitpod.io/).
Expand Down
4 changes: 2 additions & 2 deletions _docs/ide-plugins-and-extensions/eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This page contains FAQs and helpful tipps specific for the Context Mapper Eclips
The Context Mapper Eclipse plugin can be installed via the marketplace or by using the update site URL in your Eclipse directly:

* [Eclipse Marktplace](https://marketplace.eclipse.org/content/context-mapper)
* Update site URL for manual installation: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
* Update site URL for manual installation: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)

## Frequently Asked Questions (FAQs)

Expand All @@ -19,7 +19,7 @@ Open the [Eclipse Marketplace](https://marketplace.eclipse.org/content/context-m

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://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
Update Site: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)

### How do I create an Eclipse project with a new CML model to start modeling my Context Map?
Consult the page [Create CML Model](/docs/getting-started-create-project/). It describes how to setup your project to get started with modeling CML Context Maps.
Expand Down
2 changes: 1 addition & 1 deletion _docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **[core component](/docs/language-reference/)** provides a DSL to create con
* Does not support all features we have in Eclipse yet. You can find a feature support table [here](/docs/ide/).

**Eclipse Marketplace: [Context Mapper](https://marketplace.eclipse.org/content/context-mapper/)**
* Alternatively you can install the Eclipse plugin manually with the following update site URL: [https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/](https://contextmapper.jfrog.io/artifactory/context-mapper-eclipse/updates/)
* Alternatively you can install the Eclipse plugin manually with the following update site URL: [https://contextmapper.org/eclipse-update-site/](https://contextmapper.org/eclipse-update-site/)

**Online IDE (Gitpod)**: In case you don't want to install Context Mapper locally and your project is hosted on Github, you can use [Gitpod](https://www.gitpod.io/) as online IDE with our VS Code extension.
* The extension is published to the [Open VSX Registry](https://open-vsx.org/extension/contextmapper/context-mapper-vscode-extension), so you can easily find the extension in Gitpod. Installation instructions can be found [here](/docs/online-ide/).
Expand Down

0 comments on commit ba60728

Please sign in to comment.