Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-06-12 09:04:59 +0000
committerCamille Letavernier2014-06-20 14:11:30 +0000
commita9034c0453ae5122d6aa907520dcdc5e910cd643 (patch)
tree1b8d5730e793db0196f32cb65c427195e2832804 /features
parent915cadf4b00d5d3fdaec6becc2a4f5283aeb91bb (diff)
downloadorg.eclipse.papyrus-a9034c0453ae5122d6aa907520dcdc5e910cd643.tar.gz
org.eclipse.papyrus-a9034c0453ae5122d6aa907520dcdc5e910cd643.tar.xz
org.eclipse.papyrus-a9034c0453ae5122d6aa907520dcdc5e910cd643.zip
[releng] Fixing buckminster build for moka
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml2
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.sources.feature/feature.xml4
2 files changed, 5 insertions, 1 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
index 5d1c03c01e1..2166a80e570 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.papyrus.moka.feature"
label="%featureName"
- version="0.11.0"
+ version="1.0.0.qualifier"
provider-name="%providerName"
nl="en">
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.sources.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.sources.feature/feature.xml
index a9089eebf27..6f114d01926 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.sources.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.sources.feature/feature.xml
@@ -99,5 +99,9 @@ http://www.eclipse.org/legal/epl-v10.html
<includes
id="org.eclipse.papyrus.robotml.generators.intempora.rtmaps.source.feature"
version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.papyrus.extra.moka.source.feature"
+ version="0.0.0"/>
</feature>

Back to the top