Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
improving presentation of Gemoc catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Feb 12, 2016
1 parent 044626c commit 5b9278c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions gemoc_studio/discovery/catalog.xmi
Expand Up @@ -25,12 +25,13 @@
</categories>
<categories
name="Exhaustive Exploration"
description="Exhaustive exploration topic tools.">
description="Tools for Exhaustive Exploration.">
<components
name="Clocksystem"
provider="ENSTA"
description="Multiform Time Constraints"
license="MIT"
groups="//@filters.1"
image32="images/clocksystem_logo_32x32.png">
<sitesURLS>https://ci.inria.fr/gemoc/job/concurrency_exploration/lastSuccessfulBuild/artifact/exploration/releng/org.gemoc.mocc.clocksystem.features.updatesite/target/repository</sitesURLS>
<overview
Expand All @@ -47,18 +48,14 @@
provider="GEMOC"
description="Deployer that installs the project sources for Concurrent and/or Sequential version of the Activitydiagram Language and sample models."
license="EPL"
groups="//@filters.1 //@filters.2"
image32="images/IconeGemocLanguagePlusModel-32.png"
incubation="true">
groups="//@filters.0 //@filters.1 //@filters.2"
image32="images/IconeGemocLanguagePlusModel-32.png">
<sitesURLS>https://ci.inria.fr/gemoc/job/ActivityDiagram_updatesite/lastSuccessfulBuild/artifact/dev/releng/org.gemoc.activitydiagram.repository/target/repository/</sitesURLS>
<overview
summary="Deployer that installs the project sources for two versions of the Activitydiagram Language developped using GEMOC. One version will run using the GEMOC Sequential engine, the second using Concurrent engine. The deployer also provides sample models."
screenshot="images/activitydiagram_sequential-screenshot-320x240.png"
url="http://github.com/gemoc/activitydiagram"/>
<id>org.gemoc.activitydiagram.feature</id>
<messages
title="test message Title"
message="test message"/>
</components>
</categories>
<filters name="Incubation"/>
Expand Down
Expand Up @@ -68,12 +68,12 @@ private void errorDialog(final Shell shell, Exception e) {

@Override
public String getDescription() {
return "Pick a modeling component to install it.";
return "Pick a GEMOC component to install it.";
}

@Override
public String getTitle() {
return "Eclipse Modeling Components Discovery";
return "GEMOC Components Discovery";
}

public static void openModelingDiscoveryWizard(IWorkbenchWindow window) {
Expand Down

0 comments on commit 5b9278c

Please sign in to comment.