Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGéry Deloge2016-10-18 09:48:40 +0000
committerGerrit Code Review @ Eclipse.org2016-11-21 16:01:53 +0000
commit2c65267aa977d293bd29bc177797a52860d6e208 (patch)
treed1c871d54232680ba7fb0de2a65be0b7969305cb /features/papyrus-extra-features
parent10273d3480dccd86ba701f67bb7b00457b1abdd1 (diff)
downloadorg.eclipse.papyrus-2c65267aa977d293bd29bc177797a52860d6e208.tar.gz
org.eclipse.papyrus-2c65267aa977d293bd29bc177797a52860d6e208.tar.xz
org.eclipse.papyrus-2c65267aa977d293bd29bc177797a52860d6e208.zip
Bug 506124: export requirements in csv
Change-Id: Ic189589cd354c8a9a1c3ca9dfe4543699fd3152d Signed-off-by: Géry Deloge <gery.deloge@cea.fr>
Diffstat (limited to 'features/papyrus-extra-features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
index 6c82e6d3fc0..ee48797a25e 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
@@ -276,4 +276,11 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.requirements.export"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top