Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-05-24 18:46:42 +0000
committerQuentin Le Menez2018-05-24 18:46:42 +0000
commit119a214647ee4db3ba01d2f28200be137e57df31 (patch)
tree3c5d2fa461c858ac2ea88abe48e2182b62925f60 /features/papyrus-tests-features
parentb2737c31331b2f92bde62e45ba883e5df3255e83 (diff)
downloadorg.eclipse.papyrus-119a214647ee4db3ba01d2f28200be137e57df31.tar.gz
org.eclipse.papyrus-119a214647ee4db3ba01d2f28200be137e57df31.tar.xz
org.eclipse.papyrus-119a214647ee4db3ba01d2f28200be137e57df31.zip
Bug 518452 - [releng] [photon] Correct feature failure
- correct build failure introduced by the previous b2737c31331b2f92bde62e45ba883e5df3255e83 commit Change-Id: Ic771faf89875900a47ea2ad30105b50ed0153cde Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'features/papyrus-tests-features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
index 13f1532057c..2824cba0000 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
@@ -24,7 +24,7 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<requires>
- <import feature="org.eclipse.papyrus.junit.feature" version="1.0.0.qualifier" match="compatible"/>
+ <import feature="org.eclipse.papyrus.junit.feature" version="1.0.0" match="compatible"/>
</requires>
<includes

Back to the top