Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.migration.rsa.feature/feature.xml45
1 files changed, 15 insertions, 30 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 8d7314b454a..bf62527895e 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,32 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.migration.rsa.feature"
- label="Papyrus RSA Import Feature"
- version="1.1.0.qualifier"
- provider-name="Eclipse Modeling Project">
-
- <description>
- This component allows importing UML models from RSA and RSA-RTE
- </description>
-
- <copyright>
+<?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">
+
+ <description>
+ This component allows importing UML models from RSA and RSA-RTE
+ </description>
+
+ <copyright>
Copyright (c) 2013 CEA LIST.
- All rights reserved.
- </copyright>
-
- <plugin
- id="org.eclipse.papyrus.m2m.qvto"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.migration.rsa"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+ All rights reserved.
+ </copyright>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.m2m.qvto" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.migration.rsa" install-size="0" unpack="false" version="0.0.0"/>
+
+</feature> \ No newline at end of file

Back to the top