diff options
author | Camille Letavernier | 2016-03-22 17:46:11 +0000 |
---|---|---|
committer | Camille Letavernier | 2016-03-23 10:13:01 +0000 |
commit | 9007a1b8c73a1c74dd5bb394f614957b1065eae5 (patch) | |
tree | 3ae609af51e15b19678cdc77b3839b6fd500cc85 /features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml | |
parent | 06af28086173575314abfa8642b58a1042ce1699 (diff) | |
download | org.eclipse.papyrus-9007a1b8c73a1c74dd5bb394f614957b1065eae5.tar.gz org.eclipse.papyrus-9007a1b8c73a1c74dd5bb394f614957b1065eae5.tar.xz org.eclipse.papyrus-9007a1b8c73a1c74dd5bb394f614957b1065eae5.zip |
Bug 490206: [SysML] Remove SysML 1.1 from Papyrus Neon, and move it to
Extra
https://bugs.eclipse.org/bugs/show_bug.cgi?id=490206
- Move SysML plug-ins from Main to Extra
- Move SysML Test plug-ins from Main Tests to Extra Tests
- Disable 2 tests in oep.uml.tools depending on the SysML Profile (Bug
487935)
- Remove the specific TestSuite class from Extra Tests, and reuse the
ones from Papyrus JUnit Framework
Change-Id: I2fad95b95e22154851e4d8c4b71b2783df4e1f91
Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml')
-rw-r--r-- | features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml index 36affe70477..ac9eb3c1312 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml @@ -132,4 +132,24 @@ http://www.eclipse.org/legal/epl-v10.html id="org.eclipse.papyrus.manufacturing.extra.feature" version="0.0.0"/> + <includes + id="org.eclipse.papyrus.sysml.diagram.feature" + version="0.0.0"/> + + <includes + id="org.eclipse.papyrus.sysml.feature" + version="0.0.0"/> + + <includes + id="org.eclipse.papyrus.sysml.properties.feature" + version="0.0.0"/> + + <includes + id="org.eclipse.papyrus.sysml.modelexplorer.feature" + version="0.0.0"/> + + <includes + id="org.eclipse.papyrus.sysml.nattable.feature" + version="0.0.0"/> + </feature> |