Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-10-08 13:14:38 +0000
committerPatrick Tessier2018-10-18 08:08:31 +0000
commit650d58215b7a118c49c7a8a3551df64ead060abb (patch)
tree057abb421a568e5691cdaa61977d8b87c4c137fd /features
parentda404d82c2e5cdc1494d3abaef04dcc1707ad489 (diff)
downloadorg.eclipse.papyrus-650d58215b7a118c49c7a8a3551df64ead060abb.tar.gz
org.eclipse.papyrus-650d58215b7a118c49c7a8a3551df64ead060abb.tar.xz
org.eclipse.papyrus-650d58215b7a118c49c7a8a3551df64ead060abb.zip
Bug 539022 - [Releng] Update the target definition dependency
- This is a first patch if necessary, we should depend on the latest github repo Change-Id: I8d29fcfb7279fe1181aa4f8b1ef507c5e92e2cf8 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features')
-rwxr-xr-xfeatures/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
index 122daf8e702..a4705ae12c9 100755
--- a/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
+++ b/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/feature.xml
@@ -20,6 +20,10 @@
</license>
+ <requires>
+ <import feature="fr.obeo.releng.targetplatform-feature" version="2.1.1" match="compatible"/>
+ </requires>
+
<plugin
id="org.eclipse.papyrus.releng.tools"
download-size="0"

Back to the top