diff options
author | Nicolas FAUVERGUE | 2019-09-18 13:42:44 +0000 |
---|---|---|
committer | Nicolas FAUVERGUE | 2019-09-18 15:14:52 +0000 |
commit | 03bacce98615755befa8ef4c4c3fd622a2e70fdb (patch) | |
tree | b38a15db1efa7aafd034ee1fd81826b1e0216d77 | |
parent | 5bde4ba3ee8f35ca41ab26494edcf09a52c0296e (diff) | |
download | org.eclipse.papyrus-03bacce98615755befa8ef4c4c3fd622a2e70fdb.tar.gz org.eclipse.papyrus-03bacce98615755befa8ef4c4c3fd622a2e70fdb.tar.xz org.eclipse.papyrus-03bacce98615755befa8ef4c4c3fd622a2e70fdb.zip |
Bug 550359: [AF] Create a view to visualize the available architectures
in the instance
The documentation should be in the documentation feature, not with its
implemented behavior.
Change-Id: I46a8a8bfa96e20d85a39736c396558092244338a
Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
-rw-r--r-- | features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml | 7 | ||||
-rw-r--r-- | features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml index 0959651196e..e4c5ab0d140 100644 --- a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml +++ b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml @@ -223,6 +223,13 @@ install-size="0" version="0.0.0" unpack="false"/> + + <plugin + id="org.eclipse.papyrus.toolsmiths.architecture.doc" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> <!--plugin id="org.eclipse.papyrus.doctemplate.doc" diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml index 889d291cf4a..1cebdb1ee7e 100644 --- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml +++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/feature.xml @@ -88,12 +88,5 @@ install-size="0" version="0.0.0" unpack="false"/> - - <plugin - id="org.eclipse.papyrus.toolsmiths.architecture.doc" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> </feature> |