diff options
author | Nicolas FAUVERGUE | 2019-09-11 14:19:37 +0000 |
---|---|---|
committer | Patrick Tessier | 2019-09-17 10:05:19 +0000 |
commit | 4822b55a24f5c54c9af9e2719c6ed7e68d61a73a (patch) | |
tree | 4ac6095f4c4ea60f365ef565df313ecfe0101406 | |
parent | d72fb6cccf471b28e310279f03f26bd19774197e (diff) | |
download | org.eclipse.papyrus-4822b55a24f5c54c9af9e2719c6ed7e68d61a73a.tar.gz org.eclipse.papyrus-4822b55a24f5c54c9af9e2719c6ed7e68d61a73a.tar.xz org.eclipse.papyrus-4822b55a24f5c54c9af9e2719c6ed7e68d61a73a.zip |
Bug 550902: [Doc] The papyrus embedded documentation must be the same
than the documentation on the wiki
- Add the obfuscation documentation
Change-Id: I7530cc2c7ac125f9f246bae88c3ff7438e8942ed
Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
3 files changed, 30 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.uml.doc/plugin.xml index c273d3be375..115be737225 100644 --- a/plugins/doc/org.eclipse.papyrus.uml.doc/plugin.xml +++ b/plugins/doc/org.eclipse.papyrus.uml.doc/plugin.xml @@ -27,6 +27,14 @@ file="target/generated-eclipse-help/namingStrategy-devDoc-toc.xml" primary="false"> </toc> + <toc + file="target/generated-eclipse-help/obfuscation-main-toc.xml" + primary="false"> + </toc> + <toc + file="target/generated-eclipse-help/obfuscation-toc.xml" + primary="false"> + </toc> </extension> </plugin> diff --git a/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation-main-toc.xml b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation-main-toc.xml new file mode 100644 index 00000000000..46a98d5b239 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation-main-toc.xml @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8' ?> +<toc label="Papyrus Obfuscation" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocCustom"> + <topic label="Obfuscate a model"> + <link toc="target/generated-eclipse-help/obfuscation-toc.xml"/> + <anchor id="PapyrusObfuscateModel"/> + </topic> +</toc> diff --git a/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation.mediawiki b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation.mediawiki new file mode 100644 index 00000000000..5e67c466d7a --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/obfuscation.mediawiki @@ -0,0 +1,15 @@ +== Install Viatra Model Obfuscator== +Install the following feature ''VIATRA UML Model Obfuscator'' using this update site +[http://download.eclipse.org/viatra/modelobfuscator/updates/integration Viatra Obfuscator] + +== Obfuscate in Papyrus== +* Open a papyrus model +* Open a diagram +* Right click on a '''diagram''' > Obfuscate this model/profile + +== Notes== +* The obfuscation is working on the UML model, it won't: +** Obfuscate diagram name +** Obfuscate the reference to custom Viewpoint, Diagram Kind, Table configuration +** Obfuscate css file name +* More information on the dedicated [http://wiki.eclipse.org/VIATRA/ModelObfuscator wiki page] |