Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-03-24 09:34:21 +0000
committerVincent Lorenzo2015-03-30 15:49:56 +0000
commitd7fc61d6928c4c9184431568df4191192e360b4d (patch)
treeb30a2207e4901aa321acf97fa475745f064cf359 /features
parentab870557fb10b9733c22e6f6b34f734ee78adb11 (diff)
downloadorg.eclipse.papyrus-d7fc61d6928c4c9184431568df4191192e360b4d.tar.gz
org.eclipse.papyrus-d7fc61d6928c4c9184431568df4191192e360b4d.tar.xz
org.eclipse.papyrus-d7fc61d6928c4c9184431568df4191192e360b4d.zip
Fix build for textual editors in papyrus
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml
index 1d3be18fdca..bd6fea5d828 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml
@@ -60,4 +60,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.xtext.valuespecification"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top