Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2011-02-21 14:09:21 +0000
committerrschnekenbu2011-02-21 14:09:21 +0000
commit3500c5b86276b65d05ccb8e19b79fe87f962a5f1 (patch)
treefc76e5c1df797a2de8ac48f8ced9835798233838 /features
parentd49c4f3cc1c5bd63deee5b9886c7b8d06c1e9e80 (diff)
downloadorg.eclipse.papyrus-3500c5b86276b65d05ccb8e19b79fe87f962a5f1.tar.gz
org.eclipse.papyrus-3500c5b86276b65d05ccb8e19b79fe87f962a5f1.tar.xz
org.eclipse.papyrus-3500c5b86276b65d05ccb8e19b79fe87f962a5f1.zip
[Releng] Restoring Xtext features in the build (based on xtext 2.0)
[Releng] Adding plugin oep.sysml.diagram.ui in the sysml feature
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.papyrus-feature/feature.xml8
-rw-r--r--features/org.eclipse.papyrus.sysml-feature/feature.xml7
2 files changed, 15 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus-feature/feature.xml b/features/org.eclipse.papyrus-feature/feature.xml
index 2ad313ad9e6..bcc8015c512 100644
--- a/features/org.eclipse.papyrus-feature/feature.xml
+++ b/features/org.eclipse.papyrus-feature/feature.xml
@@ -111,4 +111,12 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.profiletool"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.xtext.integration"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.papyrus.xtext.uml"
+ version="0.0.0"/>
+
</feature>
diff --git a/features/org.eclipse.papyrus.sysml-feature/feature.xml b/features/org.eclipse.papyrus.sysml-feature/feature.xml
index 830fc52a488..32503e47475 100644
--- a/features/org.eclipse.papyrus.sysml-feature/feature.xml
+++ b/features/org.eclipse.papyrus.sysml-feature/feature.xml
@@ -77,4 +77,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.sysml.diagram.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top