Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-01-22 09:06:58 +0000
committerptessier2014-01-22 09:06:58 +0000
commite22498da9368936542b7c7e522b7d88e1de50331 (patch)
treea22c3b755e07b0d52787c087796e2cb3ddc83be7
parenta05e3cabe083ba5f5ff3300b79ac63801e3f87ad (diff)
downloadorg.eclipse.papyrus-e22498da9368936542b7c7e522b7d88e1de50331.tar.gz
org.eclipse.papyrus-e22498da9368936542b7c7e522b7d88e1de50331.tar.xz
org.eclipse.papyrus-e22498da9368936542b7c7e522b7d88e1de50331.zip
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118 Remove the feature table from the papyrus SDK and source
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml4
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml4
2 files changed, 0 insertions, 8 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index 6a60e482ce7..09ba237a3c1 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -48,10 +48,6 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"/>
<includes
- id="org.eclipse.papyrus.infra.table.feature"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.papyrus.infra.widget.feature"
version="0.0.0"/>
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
index fbb1bd8933b..addad57e29e 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.sources.feature/feature.xml
@@ -51,10 +51,6 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"/>
<includes
- id="org.eclipse.papyrus.infra.table.source.feature"
- version="0.0.0"/>
-
- <includes
id="org.eclipse.papyrus.infra.widget.source.feature"
version="0.0.0"/>

Back to the top