Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-25 18:42:44 +0000
committerCamille Letavernier2014-03-25 18:42:44 +0000
commit1d249864518fee49dde9547e2e8f4499c9953f02 (patch)
tree666160820c42fff7bb916efa71e6fb1a61448545 /features
parent1f3f8d57431a7ea4e27eae672543786b2ea1ff0e (diff)
downloadorg.eclipse.papyrus-1d249864518fee49dde9547e2e8f4499c9953f02.tar.gz
org.eclipse.papyrus-1d249864518fee49dde9547e2e8f4499c9953f02.tar.xz
org.eclipse.papyrus-1d249864518fee49dde9547e2e8f4499c9953f02.zip
330199: [General][Editors] Papyrus shall enable to use layers in diagram
editors. https://bugs.eclipse.org/bugs/show_bug.cgi?id=330199 - Add layers feature to the build
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml4
1 files changed, 4 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 dd326c00e2e..dfc214d7522 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
@@ -100,4 +100,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.tablemigration.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.layers.feature"
+ version="0.0.0"/>
+
</feature>

Back to the top