Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-05-28 14:48:09 +0000
committerPierre-Charles David2014-05-28 14:48:09 +0000
commitf6b686bec0e0abb230300d6b2eba9ebe9b88f423 (patch)
tree410b06638181ded8011277d385bfd19cc2808b80
parentfe24cadba2bb4549cd6e62f59c235387e90fc0a5 (diff)
downloadorg.eclipse.sirius-f6b686bec0e0abb230300d6b2eba9ebe9b88f423.tar.gz
org.eclipse.sirius-f6b686bec0e0abb230300d6b2eba9ebe9b88f423.tar.xz
org.eclipse.sirius-f6b686bec0e0abb230300d6b2eba9ebe9b88f423.zip
[419926] Fix cheat-sheet text refering to Sirius instead of viewpoint
Bug: 419926 Change-Id: I279a9fae3bbe5e1eaee896088785ba5c43f51f9e Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/specifier/cheatsheets/CreatingViewpointSpecification.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/specifier/cheatsheets/CreatingViewpointSpecification.xml b/plugins/org.eclipse.sirius.doc/doc/specifier/cheatsheets/CreatingViewpointSpecification.xml
index 34ed56eec0..4584afc535 100644
--- a/plugins/org.eclipse.sirius.doc/doc/specifier/cheatsheets/CreatingViewpointSpecification.xml
+++ b/plugins/org.eclipse.sirius.doc/doc/specifier/cheatsheets/CreatingViewpointSpecification.xml
@@ -26,7 +26,7 @@
Once you have a basic representation defined, even if it is just a skeleton with no behavior, start to test it and refine the definition. In most cases, it is possible to test your VSMs dynamically, with no need to compile or deploy anything.
</description>
<subitem label="In the same workspace in which you are defining your VSM, create a Modeling project with a sample domain model." />
- <subitem label="On the Modeling project, enable the Sirius which you are currently specifying." />
+ <subitem label="On the Modeling project, enable the Viewpoint which you are currently specifying." />
<subitem label="Create an instance of the representation your are developing." />
<subitem label="Keep both the representation and the VSM opened. When you change and save your VSM, the representation will automatically be updated to take the new, improved definition into account." />
<subitem label="Continue to develop your representation(s) interactively and interactively until you are satisfied. "/>

Back to the top