Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-09-11 11:11:04 +0000
committerCamille Letavernier2015-09-11 11:11:04 +0000
commit6f7130b7bce6f7b5022a18228c265fd15be6dd73 (patch)
treeb092cc9f010b1aabea9364629aa412babb20a347
parent639872c2ac6fe55b3382bbc83968c707218faae7 (diff)
downloadorg.eclipse.papyrus-6f7130b7bce6f7b5022a18228c265fd15be6dd73.tar.gz
org.eclipse.papyrus-6f7130b7bce6f7b5022a18228c265fd15be6dd73.tar.xz
org.eclipse.papyrus-6f7130b7bce6f7b5022a18228c265fd15be6dd73.zip
467521: [Model Import - RT] Update the Model Import to target Papyrus-RT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467521 - Add the PapyrusRT Profile plug-in to the Model Import feature Change-Id: I170d43ddaa36e387b242ca9f5bebcb3ae7f4f30d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml30
1 files changed, 26 insertions, 4 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml
index bf62527895e..02e0eae275c 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml
@@ -1,4 +1,9 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.migration.rsa.feature" label="Papyrus RSA Import Feature" provider-name="Eclipse Modeling Project" version="1.2.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.migration.rsa.feature"
+ label="Papyrus RSA Import Feature"
+ version="1.2.0.qualifier"
+ provider-name="Eclipse Modeling Project">
<description>
This component allows importing UML models from RSA and RSA-RTE
@@ -10,8 +15,25 @@
All rights reserved.
</copyright>
- <plugin download-size="0" id="org.eclipse.papyrus.m2m.qvto" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.m2m.qvto"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.migration.rsa" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.migration.rsa"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrusrt.umlrt.profile"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top