Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2015-06-09 13:15:20 +0000
committerptessier2015-06-09 13:20:18 +0000
commit34e88bc61097dd05446e894bdcaf3b8dc2c5661c (patch)
tree08c7b6d44f0f4cccc6dc6cde28bdb1013a113277 /features
parente379a709baea42ce3cd73a0abad3441ec73e6a63 (diff)
downloadorg.eclipse.papyrus-34e88bc61097dd05446e894bdcaf3b8dc2c5661c.tar.gz
org.eclipse.papyrus-34e88bc61097dd05446e894bdcaf3b8dc2c5661c.tar.xz
org.eclipse.papyrus-34e88bc61097dd05446e894bdcaf3b8dc2c5661c.zip
Bug 469618 - [Papyrus Req] Papyrus shall be able to help mangement of
model by using requirements add import plug-ins Change-Id: If52514d2a77138106142e2ac0fa7fae3b0bef181 Signed-off-by: ptessier <Patrick.Tessier@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.req.feature/feature.xml52
1 files changed, 47 insertions, 5 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.req.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.req.feature/feature.xml
index 09927ab4bb5..6dd7c6de0e9 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.req.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.req.feature/feature.xml
@@ -10,11 +10,11 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2015 CEA LIST
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
+ Copyright (c) 2015 CEA LIST
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0
+which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
@@ -50,4 +50,46 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.rmf.reqif10"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rmf.reqif10.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rmf.reqif10.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rmf.reqif10.xhtml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rmf.reqif10.pror"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.rmf.reqif10.pror.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top