diff options
author | Nicolas FAUVERGUE | 2019-09-19 10:56:44 +0000 |
---|---|---|
committer | Nicolas FAUVERGUE | 2019-09-19 10:56:44 +0000 |
commit | 1e453e8c68c3f8854290bca4193ec95aaae4799e (patch) | |
tree | b70e4df7f3b40f8fa27a94d663527c7eb64f5de6 | |
parent | 7af10d7fea1af98cb75d7396763f7ef944ee5f6f (diff) | |
download | org.eclipse.papyrus-1e453e8c68c3f8854290bca4193ec95aaae4799e.tar.gz org.eclipse.papyrus-1e453e8c68c3f8854290bca4193ec95aaae4799e.tar.xz org.eclipse.papyrus-1e453e8c68c3f8854290bca4193ec95aaae4799e.zip |
Bug 550390: [Toolsmiths][AF] A validation of Architecture framework
plug-in definition can be available
Manage doc in doc Feature instead of toolsmiths.
Change-Id: Iedfe2c828f0bbc0eca3a0bf218fb5dbf24f65e80
Signed-off-by: Nicolas FAUVERGUE <nicolasfauvergue@gmail.com>
-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.toolsmiths.validation.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 e4c5ab0d140..1e1032b5e4f 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 @@ -230,6 +230,13 @@ install-size="0" version="0.0.0" unpack="false"/> + + <plugin + id="org.eclipse.papyrus.toolsmiths.validation.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.toolsmiths.validation.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/feature.xml index 06e97dc0e4d..af8f9c724a6 100644 --- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/feature.xml +++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/feature.xml @@ -46,13 +46,6 @@ install-size="0" version="0.0.0" unpack="false"/> - - <plugin - id="org.eclipse.papyrus.toolsmiths.validation.doc" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> <plugin id="org.eclipse.papyrus.dev.ui" |