diff options
author | rschnekenbu | 2011-02-02 14:42:11 +0000 |
---|---|---|
committer | rschnekenbu | 2011-02-02 14:42:11 +0000 |
commit | fbb566b176dcee5f02c3cc4c6ca8288265959fd5 (patch) | |
tree | 6b6abea6f1101e2d9c1a2dda57642a9bcfdaa5b6 /features | |
parent | b7c243eb50b12d47c8282bf3108adebfb74d44df (diff) | |
download | org.eclipse.papyrus-fbb566b176dcee5f02c3cc4c6ca8288265959fd5.tar.gz org.eclipse.papyrus-fbb566b176dcee5f02c3cc4c6ca8288265959fd5.tar.xz org.eclipse.papyrus-fbb566b176dcee5f02c3cc4c6ca8288265959fd5.zip |
[Releng] Desactivating XText for the M5 build until every components using xtext in Papyrus are migrated to version 2.0.0
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.papyrus-feature/feature.xml | 8 | ||||
-rw-r--r-- | features/org.eclipse.papyrus.uml-feature/feature.xml | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/features/org.eclipse.papyrus-feature/feature.xml b/features/org.eclipse.papyrus-feature/feature.xml index bcc8015c512..2ad313ad9e6 100644 --- a/features/org.eclipse.papyrus-feature/feature.xml +++ b/features/org.eclipse.papyrus-feature/feature.xml @@ -111,12 +111,4 @@ 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.uml-feature/feature.xml b/features/org.eclipse.papyrus.uml-feature/feature.xml index b17237262f6..f8f89966218 100644 --- a/features/org.eclipse.papyrus.uml-feature/feature.xml +++ b/features/org.eclipse.papyrus.uml-feature/feature.xml @@ -211,11 +211,4 @@ http://www.eclipse.org/legal/epl-v10.html version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.papyrus.widgets.xtext"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>
|